Class/Object

com.tinkerpop.gremlin.scala

ScalaVertex

Related Docs: object ScalaVertex | package scala

Permalink

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
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ScalaVertex(vertex: Vertex)

    Permalink

Abstract Value Members

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

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

    Permalink
    Definition Classes
    Vertex

Concrete 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: Vertex): Edge

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

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

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

    Permalink

    follow incoming and outgoing edges to the vertices

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

    Permalink

    follow incoming and outgoing edges to the vertices

  9. def both: GremlinScalaPipeline[Vertex, Vertex]

    Permalink

    follow all incoming and outgoing edges to the vertices

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

    Permalink

    follow incoming and outgoing edges, limited by given branch factor

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

    Permalink

    follow incoming and outgoing edges

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

    Permalink

    follow incoming and outgoing edges, limited by given branch factor

  13. def bothE: GremlinScalaPipeline[Vertex, Edge]

    Permalink

    follow incoming and outgoing edges

  14. def clone(): AnyRef

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

    Permalink

    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

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

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

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

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

    Permalink
  21. def getId(): AnyRef

    Permalink

    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

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

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

    Permalink
  25. def hashCode(): Int

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

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

    Permalink

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

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

    Permalink

    follow incoming edges with given labels to the vertices

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

    Permalink

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

  30. def in: GremlinScalaPipeline[Vertex, Vertex]

    Permalink

    follow all incoming edges to the vertices

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

    Permalink

    follow incoming edges by labels, limited by given branch factor

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

    Permalink

    follow incoming edges by labels

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

    Permalink

    follow incoming edges, limited by given branch factor

  34. def inE: GremlinScalaPipeline[Vertex, Edge]

    Permalink

    follow incoming edges

  35. final def isInstanceOf[T0]: Boolean

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

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

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

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

    Permalink

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

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

    Permalink

    follow outgoing edges with given labels to the vertices

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

    Permalink

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

  42. def out: GremlinScalaPipeline[Vertex, Vertex]

    Permalink

    follow all outgoing edges to the vertices

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

    Permalink

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

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

    Permalink

    follow outgoing edges with given labels

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

    Permalink

    follow all outgoing edges, limited by given branch factor

  46. def outE: GremlinScalaPipeline[Vertex, Edge]

    Permalink

    follow all outgoing edges

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

    Permalink

    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 ${A}" )
  48. def query(): VertexQuery

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

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

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

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

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

    Permalink

    start a pipeline from this vertex

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

    Permalink
    Definition Classes
    AnyRef
  55. def toString(): String

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

    Permalink
  57. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ScalaElement

Inherited from Dynamic

Inherited from Vertex

Inherited from Element

Inherited from AnyRef

Inherited from Any

Ungrouped