com.tinkerpop.gremlin.scala

ScalaVertex

class ScalaVertex extends Vertex with ScalaElement

Linear Supertypes
ScalaElement, Dynamic, Vertex, Element, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ScalaVertex
  2. ScalaElement
  3. Dynamic
  4. Vertex
  5. Element
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ScalaVertex(vertex: Vertex)

Abstract Value Members

  1. abstract def getEdges(arg0: Direction, arg1: <repeated...>[String]): Iterable[Edge]

    Definition Classes
    Vertex
  2. abstract def getVertices(arg0: Direction, arg1: <repeated...>[String]): Iterable[Vertex]

    Definition Classes
    Vertex

Concrete 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(label: String, inVertex: Vertex): Edge

    Definition Classes
    ScalaVertex → Vertex
  5. def apply(key: String): Any

    Definition Classes
    ScalaElement
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def both(branchFactor: Int, labels: String*): GremlinScalaPipeline[Vertex, Vertex]

    follow incoming and outgoing edges to the vertices

  8. def both(labels: String*): GremlinScalaPipeline[Vertex, Vertex]

    follow incoming and outgoing edges to the vertices

  9. def both: GremlinScalaPipeline[Vertex, Vertex]

    follow all incoming and outgoing edges to the vertices

  10. def bothE(branchFactor: Int, labels: String*): GremlinScalaPipeline[Vertex, Edge]

    follow incoming and outgoing edges, limited by given branch factor

  11. def bothE(labels: String*): GremlinScalaPipeline[Vertex, Edge]

    follow incoming and outgoing edges

  12. def bothE(branchFactor: Int): GremlinScalaPipeline[Vertex, Edge]

    follow incoming and outgoing edges, limited by given branch factor

  13. def bothE: GremlinScalaPipeline[Vertex, Edge]

    follow incoming and outgoing edges

  14. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  15. val element: Element

    need to extend Vertex so that we can use existing Gremlin Pipes.

    need to extend Vertex so that we can use existing Gremlin Pipes...

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

    Definition Classes
    AnyRef
  17. def equals(other: Any): Boolean

    Definition Classes
    ScalaElement → AnyRef → Any
  18. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  20. def getEdges(direction: Direction, labels: String*): Iterable[Edge]

  21. def getId(): AnyRef

    need to extend Element so that we can use existing Gremlin Pipes.

    need to extend Element so that we can use existing Gremlin Pipes...

    Definition Classes
    ScalaElement → Element
  22. def getProperty[T](key: String): T

    Definition Classes
    ScalaElement → Element
  23. def getPropertyKeys(): Set[String]

    Definition Classes
    ScalaElement → Element
  24. def getVertices(direction: Direction, labels: String*): Iterable[Vertex]

  25. def hashCode(): Int

    Definition Classes
    ScalaElement → AnyRef → Any
  26. def id: Any

    Definition Classes
    ScalaElement
  27. def in(branchFactor: Int, labels: String*): GremlinScalaPipeline[Vertex, Vertex]

    follow incoming edges with given labels to the vertices, limited by given branch factor

  28. def in(labels: String*): GremlinScalaPipeline[Vertex, Vertex]

    follow incoming edges with given labels to the vertices

  29. def in(branchFactor: Int): GremlinScalaPipeline[Vertex, Vertex]

    follow all incoming edges to the vertices, limited by given branch factor

  30. def in: GremlinScalaPipeline[Vertex, Vertex]

    follow all incoming edges to the vertices

  31. def inE(branchFactor: Int, labels: String*): GremlinScalaPipeline[Vertex, Edge]

    follow incoming edges by labels, limited by given branch factor

  32. def inE(labels: String*): GremlinScalaPipeline[Vertex, Edge]

    follow incoming edges by labels

  33. def inE(branchFactor: Int): GremlinScalaPipeline[Vertex, Edge]

    follow incoming edges, limited by given branch factor

  34. def inE: GremlinScalaPipeline[Vertex, Edge]

    follow incoming edges

  35. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  36. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  39. def out(branchFactor: Int, labels: String*): GremlinScalaPipeline[Vertex, Vertex]

    follow outgoing edges with given labels to the vertices, limited by given branch factor

  40. def out(labels: String*): GremlinScalaPipeline[Vertex, Vertex]

    follow outgoing edges with given labels to the vertices

  41. def out(branchFactor: Int): GremlinScalaPipeline[Vertex, Vertex]

    follow outgoing edges to the vertices, limited by given branch factor

  42. def out: GremlinScalaPipeline[Vertex, Vertex]

    follow all outgoing edges to the vertices

  43. def outE(branchFactor: Int, labels: String*): GremlinScalaPipeline[Vertex, Edge]

    follow outgoing edges with given labels, limited by given branch factor

  44. def outE(labels: String*): GremlinScalaPipeline[Vertex, Edge]

    follow outgoing edges with given labels

  45. def outE(branchFactor: Int): GremlinScalaPipeline[Vertex, Edge]

    follow all outgoing edges, limited by given branch factor

  46. def outE: GremlinScalaPipeline[Vertex, Edge]

    follow all outgoing edges

  47. def property[A](name: String)(implicit arg0: ClassTag[A]): Option[A]

    returns Some[A] if element present and of type A, otherwise None

    returns Some[A] if element present and of type A, otherwise None

    Definition Classes
    ScalaElement
    Annotations
    @implicitNotFound( "No ClassTag available for ${T}" )
  48. def query(): VertexQuery

    Definition Classes
    ScalaVertex → Vertex
  49. def remove(): Unit

    Definition Classes
    ScalaElement → Element
  50. def removeProperty[T](key: String): T

    Definition Classes
    ScalaElement → Element
  51. def selectDynamic(key: String): Any

    Definition Classes
    ScalaElement
  52. def setProperty(key: String, value: Any): Unit

    Definition Classes
    ScalaElement → Element
  53. def startPipe: GremlinScalaPipeline[Vertex, Vertex]

    start a pipeline from this vertex

  54. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  55. def toString(): String

    Definition Classes
    ScalaElement → AnyRef → Any
  56. val vertex: Vertex

  57. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ScalaElement

Inherited from Dynamic

Inherited from Vertex

Inherited from Element

Inherited from AnyRef

Inherited from Any

Ungrouped