Packages

p

org.opencypher.okapi.testing

propertygraph

package propertygraph

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. trait CypherTestGraphFactory[C <: CypherSession] extends AnyRef
  2. trait InMemoryGraph extends AnyRef
  3. trait InMemoryGraphFactory extends AnyRef
  4. case class InMemoryTestGraph(nodes: Seq[InMemoryTestNode], relationships: Seq[InMemoryTestRelationship]) extends InMemoryGraph with Product with Serializable
  5. case class InMemoryTestNode(id: Long, labels: Set[String], properties: CypherMap) extends CypherNode[Long] with Product with Serializable
  6. case class InMemoryTestRelationship(id: Long, startId: Long, endId: Long, relType: String, properties: CypherMap) extends CypherRelationship[Long] with Product with Serializable
  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

Value Members

  1. object CreateGraphFactory extends InMemoryGraphFactory
  2. object CreateQueryParser
  3. object InMemoryTestGraph extends Serializable
  4. object ParsingContext extends Serializable

Ungrouped