Package

org.opencypher.tools.tck

values

Permalink

package values

Visibility
  1. Public
  2. All

Type Members

  1. case class Backward(r: CypherRelationship, n: CypherNode) extends Connection with Product with Serializable

    Permalink
  2. trait Connection extends AnyRef

    Permalink
  3. case class CypherBoolean(value: Boolean) extends CypherValue with Product with Serializable

    Permalink
  4. case class CypherFloat(value: Double) extends CypherValue with Product with Serializable

    Permalink
  5. case class CypherInteger(value: Long) extends CypherValue with Product with Serializable

    Permalink
  6. trait CypherList extends CypherValue

    Permalink
  7. case class CypherNode(labels: Set[String] = Set.empty, properties: CypherPropertyMap = CypherPropertyMap()) extends CypherValue with Product with Serializable

    Permalink
  8. case class CypherOrderedList(elements: List[CypherValue] = List.empty) extends CypherList with Product with Serializable

    Permalink
  9. case class CypherPath(startingNode: CypherNode, connections: List[Connection] = List.empty) extends CypherValue with Product with Serializable

    Permalink
  10. case class CypherProperty(key: String, value: CypherValue) extends CypherValue with Product with Serializable

    Permalink
  11. case class CypherPropertyMap(properties: Map[String, CypherValue] = Map.empty) extends CypherValue with Product with Serializable

    Permalink
  12. case class CypherRelationship(relType: String, properties: CypherPropertyMap = CypherPropertyMap()) extends CypherValue with Product with Serializable

    Permalink
  13. case class CypherString(s: String) extends CypherValue with Product with Serializable

    Permalink
  14. sealed trait CypherValue extends AnyRef

    Permalink
  15. case class CypherValueParseException(msg: String) extends Exception with Product with Serializable

    Permalink
  16. case class CypherValueVisitor(orderedLists: Boolean) extends FeatureResultsBaseVisitor[CypherValue] with Product with Serializable

    Permalink
  17. case class Forward(r: CypherRelationship, n: CypherNode) extends Connection with Product with Serializable

    Permalink

Value Members

  1. object CypherNull extends CypherValue with Product with Serializable

    Permalink
  2. object CypherValue

    Permalink

Ungrouped