Package

org.opencypher.okapi.testing

propertygraph

Permalink

package propertygraph

Visibility
  1. Public
  2. All

Type Members

  1. trait CypherTestGraphFactory[C <: CypherSession] extends AnyRef

    Permalink
  2. trait InMemoryGraph extends AnyRef

    Permalink
  3. trait InMemoryGraphFactory extends AnyRef

    Permalink
  4. case class InMemoryTestGraph(nodes: Seq[InMemoryTestNode], relationships: Seq[InMemoryTestRelationship]) extends InMemoryGraph with Product with Serializable

    Permalink
  5. case class InMemoryTestNode(id: Long, labels: Set[String], properties: CypherMap) extends CypherNode[Long] with Product with Serializable

    Permalink
  6. case class InMemoryTestRelationship(id: Long, startId: Long, endId: Long, relType: String, properties: CypherMap) extends CypherRelationship[Long] with Product with Serializable

    Permalink
  7. final case class ParsingContext(parameter: Map[String, Any], variableMapping: Map[String, Any], graph: InMemoryTestGraph, protectedScopes: List[Map[String, Any]], idGenerator: AtomicLong) extends Product with Serializable

    Permalink

Value Members

  1. object CreateGraphFactory extends InMemoryGraphFactory

    Permalink
  2. object CreateQueryParser

    Permalink
  3. object InMemoryTestGraph extends Serializable

    Permalink
  4. object ParsingContext extends Serializable

    Permalink

Ungrouped