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): (Edge, Edge)

    Permalink
  8. def <--(se: SemiEdge): Edge

    Permalink
  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: Seq[KeyValue[_]] = Nil): Edge

    Permalink
  12. final def asInstanceOf[T0]: T0

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

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

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

    Permalink
  16. def bothE(): GremlinScala[Edge, 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[Vertex, HNil]

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

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

    Permalink
  28. def inE(): GremlinScala[Edge, 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[Vertex, HNil]

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

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

    Permalink
  38. def outE(): GremlinScala[Edge, 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(): GremlinScala[Vertex, HNil]

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    ScalaElement
  59. val vertex: Vertex

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

    Permalink
  61. final def wait(): Unit

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

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