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: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

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

    Definition Classes
    Any
  6. def addEdge(label: String, inVertex: Vertex): Edge

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

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

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

    follow incoming and outgoing edges to the vertices

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

    follow incoming and outgoing edges to the vertices

  11. def both: GremlinScalaPipeline[Vertex, Vertex]

    follow all incoming and outgoing edges to the vertices

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

    follow incoming and outgoing edges, limited by given branch factor

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

    follow incoming and outgoing edges

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

    follow incoming and outgoing edges, limited by given branch factor

  15. def bothE: GremlinScalaPipeline[Vertex, Edge]

    follow incoming and outgoing edges

  16. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  17. 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
  18. final def eq(arg0: AnyRef): Boolean

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

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

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

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

  23. 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
  24. def getProperty[T](key: String): T

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

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

  27. def hashCode(): Int

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

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

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

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

    follow incoming edges with given labels to the vertices

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

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

  32. def in: GremlinScalaPipeline[Vertex, Vertex]

    follow all incoming edges to the vertices

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

    follow incoming edges by labels, limited by given branch factor

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

    follow incoming edges by labels

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

    follow incoming edges, limited by given branch factor

  36. def inE: GremlinScalaPipeline[Vertex, Edge]

    follow incoming edges

  37. final def isInstanceOf[T0]: Boolean

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

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

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

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

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

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

    follow outgoing edges with given labels to the vertices

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

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

  44. def out: GremlinScalaPipeline[Vertex, Vertex]

    follow all outgoing edges to the vertices

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

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

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

    follow outgoing edges with given labels

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

    follow all outgoing edges, limited by given branch factor

  48. def outE: GremlinScalaPipeline[Vertex, Edge]

    follow all outgoing edges

  49. 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}" )
  50. def query(): VertexQuery

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

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

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

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

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

    start a pipeline from this vertex

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

    Definition Classes
    AnyRef
  57. def toString(): String

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

  59. final def wait(): Unit

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

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