Class

gremlin.scala

ScalaVertex

Related Doc: package scala

Permalink

case class ScalaVertex(vertex: Vertex) extends ScalaElement[Vertex] with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, ScalaElement[Vertex], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ScalaVertex
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. ScalaElement
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ScalaVertex(vertex: Vertex)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def ---[CC <: Product](cc: CC)(implicit arg0: Marshallable[CC]): SemiEdge

    Permalink
  4. def ---(label: String, properties: Map[String, Any]): SemiEdge

    Permalink
  5. def ---(label: String, properties: KeyValue[_]*): SemiEdge

    Permalink
  6. def ---(label: String): SemiEdge

    Permalink
  7. def <--(de: SemiDoubleEdge)(implicit graph: ScalaGraph): (Edge, Edge)

    Permalink

    implicit ScalaGraph required for configuration, e.g.

    implicit ScalaGraph required for configuration, e.g. when using remote graph

  8. def <--(se: SemiEdge)(implicit graph: ScalaGraph): Edge

    Permalink

    implicit ScalaGraph required for configuration, e.g.

    implicit ScalaGraph required for configuration, e.g. when using remote graph

  9. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  10. def addEdge[CC <: Product](inVertex: Vertex, cc: CC)(implicit arg0: Marshallable[CC]): Edge

    Permalink
  11. def addEdge(label: String, inVertex: Vertex, properties: KeyValue[_]*)(implicit graph: ScalaGraph): Edge

    Permalink

    implicit ScalaGraph required for configuration, e.g.

    implicit ScalaGraph required for configuration, e.g. when using remote graph

  12. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  13. def both(labels: String*): GremlinScala[org.apache.tinkerpop.gremlin.structure.Vertex] { type Labels = shapeless.HNil }

    Permalink
  14. def both(): GremlinScala[org.apache.tinkerpop.gremlin.structure.Vertex] { type Labels = shapeless.HNil }

    Permalink
  15. def bothE(labels: String*): GremlinScala[org.apache.tinkerpop.gremlin.structure.Edge] { type Labels = shapeless.HNil }

    Permalink
  16. def bothE(): GremlinScala[org.apache.tinkerpop.gremlin.structure.Edge] { type Labels = shapeless.HNil }

    Permalink
  17. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  18. def edges(direction: Direction, edgeLabels: String*): Iterator[Edge]

    Permalink
  19. def element: Vertex

    Permalink
    Definition Classes
    ScalaVertexScalaElement
  20. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  21. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  23. def graph: ScalaGraph

    Permalink
    Definition Classes
    ScalaElement
  24. def id[A](implicit arg0: DefaultsToAny[A]): A

    Permalink
    Definition Classes
    ScalaElement
  25. def in(labels: String*): GremlinScala[org.apache.tinkerpop.gremlin.structure.Vertex] { type Labels = shapeless.HNil }

    Permalink
  26. def in(): GremlinScala[org.apache.tinkerpop.gremlin.structure.Vertex] { type Labels = shapeless.HNil }

    Permalink
  27. def inE(labels: String*): GremlinScala[org.apache.tinkerpop.gremlin.structure.Edge] { type Labels = shapeless.HNil }

    Permalink
  28. def inE(): GremlinScala[org.apache.tinkerpop.gremlin.structure.Edge] { type Labels = shapeless.HNil }

    Permalink
  29. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  30. def keys: Set[Key[Any]]

    Permalink
    Definition Classes
    ScalaElement
  31. def label: String

    Permalink
    Definition Classes
    ScalaElement
  32. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  33. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  34. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  35. def out(labels: String*): GremlinScala[org.apache.tinkerpop.gremlin.structure.Vertex] { type Labels = shapeless.HNil }

    Permalink
  36. def out(): GremlinScala[org.apache.tinkerpop.gremlin.structure.Vertex] { type Labels = shapeless.HNil }

    Permalink
  37. def outE(labels: String*): GremlinScala[org.apache.tinkerpop.gremlin.structure.Edge] { type Labels = shapeless.HNil }

    Permalink
  38. def outE(): GremlinScala[org.apache.tinkerpop.gremlin.structure.Edge] { type Labels = shapeless.HNil }

    Permalink
  39. def properties[A](wantedKeys: String*)(implicit arg0: DefaultsToAny[A]): Stream[VertexProperty[A]]

    Permalink
    Definition Classes
    ScalaVertexScalaElement
  40. def properties[A](implicit arg0: DefaultsToAny[A]): Stream[VertexProperty[A]]

    Permalink
    Definition Classes
    ScalaVertexScalaElement
  41. def property[A](cardinality: Cardinality, key: Key[A], value: A, keyValues: AnyRef*): VertexProperty[A]

    Permalink
  42. def property[A](key: Key[A]): Property[A]

    Permalink
    Definition Classes
    ScalaElement
  43. def removeProperties(keys: Key[_]*): Vertex

    Permalink
    Definition Classes
    ScalaVertexScalaElement
  44. def removeProperty(key: Key[_]): Vertex

    Permalink
    Definition Classes
    ScalaVertexScalaElement
  45. def setProperties(properties: Map[Key[Any], Any]): Vertex

    Permalink
  46. def setProperty[A](key: Key[A], value: A): Vertex

    Permalink
    Definition Classes
    ScalaVertexScalaElement
  47. def start(configure: (TraversalSource) ⇒ TraversalSource): Aux[Vertex, HNil]

    Permalink

    start a new traversal from this element and configure it

    start a new traversal from this element and configure it

    Definition Classes
    ScalaElement
  48. def start(): Aux[Vertex, HNil]

    Permalink

    start a new traversal from this element

    start a new traversal from this element

    Definition Classes
    ScalaElement
  49. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  50. def toCC[CC <: Product](implicit arg0: Marshallable[CC]): CC

    Permalink
    Definition Classes
    ScalaVertexScalaElement
  51. def updateAs[CC <: Product](f: (CC) ⇒ CC)(implicit arg0: Marshallable[CC]): Vertex

    Permalink
    Definition Classes
    ScalaElement
  52. def updateWith[CC <: Product](update: CC)(implicit arg0: Marshallable[CC]): Vertex

    Permalink
    Definition Classes
    ScalaElement
  53. def value[A](key: String)(implicit arg0: DefaultsToAny[A]): A

    Permalink
    Definition Classes
    ScalaElement
  54. def value2[A](key: Key[A]): A

    Permalink
    Definition Classes
    ScalaElement
  55. def valueMap[A](keys: String*)(implicit arg0: DefaultsToAny[A]): Map[String, A]

    Permalink
    Definition Classes
    ScalaElement
  56. def valueMap[A](implicit arg0: DefaultsToAny[A]): Map[String, A]

    Permalink
    Definition Classes
    ScalaElement
  57. def valueOption[A](key: Key[A], value: Option[A]): Vertex

    Permalink
    Definition Classes
    ScalaElement
  58. def valueOption[A](key: Key[A]): Option[A]

    Permalink
    Definition Classes
    ScalaElement
  59. def valueOption[A](key: String)(implicit arg0: DefaultsToAny[A]): Option[A]

    Permalink
    Definition Classes
    ScalaElement
  60. def values[A](keys: String*)(implicit arg0: DefaultsToAny[A]): Iterator[A]

    Permalink
    Definition Classes
    ScalaElement
  61. val vertex: Vertex

    Permalink
  62. def vertices(direction: Direction, edgeLabels: String*): Iterator[Vertex]

    Permalink
  63. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  64. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  65. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from ScalaElement[Vertex]

Inherited from AnyRef

Inherited from Any

Ungrouped