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)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +(label: String, properties: KeyValue[_]*): Vertex
  4. def +(label: String): Vertex
  5. def +[CC <: Product](cc: CC)(implicit arg0: Marshallable[CC]): Vertex
  6. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  7. def E(edgeIds: Any*): Aux[Edge, HNil]

    start traversal with some edges identified by given ids

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

    start traversal with all edges

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

    start traversal with some vertices identified by given ids

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

    start traversal with all vertices

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

    start a traversal with addV

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

    start a traversal with addV

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

    start a traversal with addV

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

    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
  16. def addVertex(label: String, properties: Map[String, Any]): Vertex
  17. def addVertex(label: String, properties: (String, Any)*): Vertex
  18. def addVertex(properties: (String, Any)*): Vertex
  19. def addVertex(label: String): Vertex
  20. def addVertex(): Vertex
  21. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  22. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  23. def close(): Unit
  24. def compute(): GraphComputer
  25. def compute[C <: GraphComputer](graphComputerClass: Class[C]): C
  26. def configuration(): Configuration
  27. def configure(conf: (TraversalSource) ⇒ TraversalSource): ScalaGraph
  28. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  30. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  31. lazy val graph: Graph
  32. def inject[S](starts: S*): Aux[S, HNil]

    start a traversal with given starts

  33. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  34. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  35. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  36. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  37. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  38. lazy val traversal: TraversalSource
  39. val traversalSource: TraversalSource
  40. def tx(): Transaction
  41. def variables(): Variables
  42. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped