com.tinkerpop.gremlin.scala

ScalaVertex

Related Doc: package scala

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
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ScalaVertex(vertex: Vertex)

Value Members

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

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

    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  4. def addEdge(id: AnyRef, label: String, inVertex: ScalaVertex, properties: Map[String, Any]): ScalaEdge

  5. def addEdge(label: String, inVertex: ScalaVertex, properties: Map[String, Any]): ScalaEdge

  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def both(labels: String*): GremlinScala[Vertex, HNil]

  8. def both(): GremlinScala[Vertex, HNil]

  9. def bothE(labels: String*): GremlinScala[Edge, HNil]

  10. def bothE(): GremlinScala[Edge, HNil]

  11. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. def element: Vertex

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

    Definition Classes
    AnyRef
  14. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  16. def getValue[A](key: String): A

    Definition Classes
    ScalaElement
  17. def id: AnyRef

    Definition Classes
    ScalaElement
  18. def in(labels: String*): GremlinScala[Vertex, HNil]

  19. def in(): GremlinScala[Vertex, HNil]

  20. def inE(labels: String*): GremlinScala[Edge, HNil]

  21. def inE(): GremlinScala[Edge, HNil]

  22. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  23. def keys(): Set[String]

    Definition Classes
    ScalaElement
  24. def label(): String

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

    Definition Classes
    AnyRef
  26. final def notify(): Unit

    Definition Classes
    AnyRef
  27. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  28. def out(labels: String*): GremlinScala[Vertex, HNil]

  29. def out(): GremlinScala[Vertex, HNil]

  30. def outE(labels: String*): GremlinScala[Edge, HNil]

  31. def outE(): GremlinScala[Edge, HNil]

  32. def properties(wantedKeys: String*): Seq[Property[Any]]

    Definition Classes
    ScalaElement
  33. def property[A](key: String): Property[A]

    Definition Classes
    ScalaElement
  34. def propertyMap(wantedKeys: String*): Map[String, Any]

    Definition Classes
    ScalaElement
  35. def remove(): Unit

    Definition Classes
    ScalaElement
  36. def removeProperty(key: String): ScalaVertex

  37. def setProperties(properties: Map[String, Any]): ScalaVertex

  38. def setProperty(key: String, value: Any): ScalaVertex

  39. def start(): GremlinScala[Vertex, HNil]

    Definition Classes
    ScalaVertexScalaElement
  40. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  41. def value[A](key: String): Option[A]

    Definition Classes
    ScalaElement
  42. def valueMap(): Map[String, Any]

    Definition Classes
    ScalaElement
  43. def valueOrElse[A](key: String, default: ⇒ A): A

    Definition Classes
    ScalaElement
  44. val vertex: Vertex

  45. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. def withSideEffect[A](key: String, value: A): GremlinScala[Vertex, HNil]

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from ScalaElement[Vertex]

Inherited from AnyRef

Inherited from Any

Ungrouped