package propertygraph
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- trait CypherTestGraphFactory[C <: CypherSession] extends AnyRef
- trait InMemoryGraph extends AnyRef
- trait InMemoryGraphFactory extends AnyRef
- case class InMemoryTestGraph(nodes: Seq[InMemoryTestNode], relationships: Seq[InMemoryTestRelationship]) extends InMemoryGraph with Product with Serializable
- case class InMemoryTestNode(id: Long, labels: Set[String], properties: CypherMap) extends CypherNode[Long] with Product with Serializable
- case class InMemoryTestRelationship(id: Long, startId: Long, endId: Long, relType: String, properties: CypherMap) extends CypherRelationship[Long] with Product with Serializable
- 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
- object CreateGraphFactory extends InMemoryGraphFactory
- object CreateQueryParser
- object InMemoryTestGraph extends Serializable
- object ParsingContext extends Serializable