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: KeyValue[_]*): SemiEdge

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

    Permalink
  6. def <--(de: SemiDoubleEdge): (Edge, Edge)

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

    Permalink
  8. final def ==(arg0: Any): Boolean

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

    Permalink
  10. def addEdge(label: String, inVertex: Vertex, properties: Seq[KeyValue[_]] = Nil): Edge

    Permalink
  11. final def asInstanceOf[T0]: T0

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

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

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

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

    Permalink
  16. def clone(): AnyRef

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

    Permalink
  18. def element: Vertex

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  22. def graph: ScalaGraph[Graph]

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

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

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

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

    Permalink
  27. def inE(): GremlinScala[Edge, 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
  33. final def notifyAll(): Unit

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

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

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

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

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

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

    Permalink
    Definition Classes
    ScalaVertexScalaElement
  46. def start(): GremlinScala[Vertex, HNil]

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

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

    Permalink
  49. def value[A](key: String)(implicit arg0: DefaultsToAny[A]): A

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

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

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

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

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

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

    Permalink
    Definition Classes
    ScalaElement
  56. val vertex: Vertex

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

    Permalink
  58. final def wait(): Unit

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

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