org
.
opencypher
.
tools
.
tck
values
package
values
Visibility
Public
All
Type Members
case class
Backward
(
r:
CypherRelationship
,
n:
CypherNode
)
extends
Connection
with
Product
with
Serializable
trait
Connection
extends
AnyRef
case class
CypherBoolean
(
value:
Boolean
)
extends
CypherValue
with
Product
with
Serializable
case class
CypherFloat
(
value:
Double
)
extends
CypherValue
with
Product
with
Serializable
case class
CypherInteger
(
value:
Long
)
extends
CypherValue
with
Product
with
Serializable
trait
CypherList
extends
CypherValue
case class
CypherNode
(
labels:
Set
[
String
] =
Set.empty
,
properties:
CypherPropertyMap
=
CypherPropertyMap()
)
extends
CypherValue
with
Product
with
Serializable
case class
CypherOrderedList
(
elements:
List
[
CypherValue
] =
List.empty
)
extends
CypherList
with
Product
with
Serializable
case class
CypherPath
(
startingNode:
CypherNode
,
connections:
List
[
Connection
] =
List.empty
)
extends
CypherValue
with
Product
with
Serializable
case class
CypherProperty
(
key:
String
,
value:
CypherValue
)
extends
CypherValue
with
Product
with
Serializable
case class
CypherPropertyMap
(
properties:
Map
[
String
,
CypherValue
] =
Map.empty
)
extends
CypherValue
with
Product
with
Serializable
case class
CypherRelationship
(
relType:
String
,
properties:
CypherPropertyMap
=
CypherPropertyMap()
)
extends
CypherValue
with
Product
with
Serializable
case class
CypherString
(
s:
String
)
extends
CypherValue
with
Product
with
Serializable
sealed
trait
CypherValue
extends
AnyRef
case class
CypherValueParseException
(
msg:
String
)
extends
Exception
with
Product
with
Serializable
case class
CypherValueVisitor
(
orderedLists:
Boolean
)
extends
FeatureResultsBaseVisitor
[
CypherValue
] with
Product
with
Serializable
case class
Forward
(
r:
CypherRelationship
,
n:
CypherNode
)
extends
Connection
with
Product
with
Serializable
Value Members
object
CypherNull
extends
CypherValue
with
Product
with
Serializable
object
CypherValue
Ungrouped