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*): GremlinScala[Edge, HNil]

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

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

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

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

    Permalink

    Save an object's values into a new vertex

    Save an object's values into a new vertex

    cc

    The case class to persist as a vertex

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

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

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

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

    Permalink
  16. def addVertex(): Vertex

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

    Permalink
  18. final def asInstanceOf[T0]: T0

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

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

    Permalink
  21. def compute(): GraphComputer

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

    Permalink
  23. def configuration(): Configuration

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

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

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

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

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

    Permalink
  29. final def isInstanceOf[T0]: Boolean

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  34. def transactional[R](work: (Graph) ⇒ R): Workload[R]

    Permalink
  35. val traversalSource: TraversalSource

    Permalink
  36. def tx(): Transaction

    Permalink
  37. def variables(): Variables

    Permalink
  38. final def wait(): Unit

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

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