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. final def ==(arg0: Any): Boolean

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

    Permalink
  5. final def asInstanceOf[T0]: T0

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

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

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

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

    Permalink
  10. def clone(): AnyRef

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

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

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

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

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

    Permalink
    Definition Classes
    ScalaElement
  16. def id: AnyRef

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

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

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

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

    Permalink
  21. final def isInstanceOf[T0]: Boolean

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

    Permalink
    Definition Classes
    ScalaElement
  23. def label(): String

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    ScalaElement
  34. def remove(): Unit

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    ScalaElement
  43. val vertex: Vertex

    Permalink
  44. final def wait(): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. 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