Class/Object

gremlin.scala

ScalaGraph

Related Docs: object ScalaGraph | package scala

Permalink

case class ScalaGraph(traversalSource: TraversalSource) extends Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ScalaGraph
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ScalaGraph(traversalSource: TraversalSource)

    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 +(label: String, properties: KeyValue[_]*): Vertex

    Permalink
  4. def +(label: String): Vertex

    Permalink
  5. def +[CC <: Product](cc: CC)(implicit arg0: Marshallable[CC]): Vertex

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

    Permalink
    Definition Classes
    AnyRef → Any
  7. def E(edgeIds: Any*): Aux[Edge, HNil]

    Permalink

    start traversal with some edges identified by given ids

  8. def E(): Aux[Edge, HNil]

    Permalink

    start traversal with all edges

  9. def V(vertexIds: Any*): Aux[Vertex, HNil]

    Permalink

    start traversal with some vertices identified by given ids

  10. def V(): Aux[Vertex, HNil]

    Permalink

    start traversal with all vertices

  11. def addE(label: String): Aux[Edge, HNil]

    Permalink

    start a traversal with addV

  12. def addV(label: String): Aux[Vertex, HNil]

    Permalink

    start a traversal with addV

  13. def addV(): Aux[Vertex, HNil]

    Permalink

    start a traversal with addV

  14. def addVertex[CC <: Product](cc: CC)(implicit arg0: Marshallable[CC]): Vertex

    Permalink

    Save an object's values as a new vertex Note: @id members cannot be set for all graphs (e.g.

    Save an object's values as a new vertex Note: @id members cannot be set for all graphs (e.g. remote graphs), so it is ignored here generally

  15. def addVertex(properties: Map[String, Any]): Vertex

    Permalink
  16. def addVertex(label: String, properties: Map[String, Any]): Vertex

    Permalink
  17. def addVertex(label: String, properties: (String, Any)*): Vertex

    Permalink
  18. def addVertex(properties: (String, Any)*): Vertex

    Permalink
  19. def addVertex(label: String): Vertex

    Permalink
  20. def addVertex(): Vertex

    Permalink
  21. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  22. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. def close(): Unit

    Permalink
  24. def compute(): GraphComputer

    Permalink
  25. def compute[C <: GraphComputer](graphComputerClass: Class[C]): C

    Permalink
  26. def configuration(): Configuration

    Permalink
  27. def configure(conf: (TraversalSource) ⇒ TraversalSource): ScalaGraph

    Permalink
  28. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  31. lazy val graph: Graph

    Permalink
  32. def inject[S](starts: S*): Aux[S, HNil]

    Permalink

    start a traversal with given starts

  33. final def isInstanceOf[T0]: Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef
  37. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  38. lazy val traversal: TraversalSource

    Permalink
  39. val traversalSource: TraversalSource

    Permalink
  40. def tx(): Transaction

    Permalink
  41. def variables(): Variables

    Permalink
  42. final def wait(): Unit

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

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

Inherited from Any

Ungrouped