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
    @HotSpotIntrinsicCandidate() @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. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  22. def graph: ScalaGraph

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

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

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

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

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

    Permalink
  28. final def isInstanceOf[T0]: Boolean

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

    Permalink
    Definition Classes
    ScalaElement
  30. def label: String

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  33. final def notifyAll(): Unit

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    ScalaVertexScalaElement
  43. def removeProperty(key: Key[_], cardinality: Cardinality): Vertex

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

    Permalink
    Definition Classes
    ScalaVertexScalaElement
  45. def setProperties[CC <: Product](cc: CC)(implicit arg0: Marshallable[CC]): Vertex

    Permalink
  46. def setProperties(properties: Map[Key[Any], Any]): Vertex

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

    Permalink
    Definition Classes
    ScalaVertexScalaElement
  48. def setPropertyList[A <: AnyRef](key: Key[A], values: List[A]): VertexProperty[A]

    Permalink
  49. def setPropertyList[A <: AnyRef](key: String, values: List[A]): VertexProperty[A]

    Permalink

    convenience function for property which normally requires to pass in key/value pairs as varargs

  50. 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
  51. def start(): Aux[Vertex, HNil]

    Permalink

    start a new traversal from this element

    start a new traversal from this element

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    ScalaElement
  64. val vertex: Vertex

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

    Permalink
  66. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  68. final def wait(): Unit

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

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from ScalaElement[Vertex]

Inherited from AnyRef

Inherited from Any

Ungrouped