Package com.graphdbapi.values.virtual
Class CypherRelationship
- java.lang.Object
-
- com.graphdbapi.values.CypherAny
-
- com.graphdbapi.values.virtual.CypherRelationship
-
public abstract class CypherRelationship extends CypherAny
Driver传输Relationship类型的对象。
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
CypherRelationship(String id)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract Long
endNodeId()
String
id()
abstract CypherMap
properties()
abstract Long
startNodeId()
String
toString()
abstract CypherText
type()
-
-
-
Constructor Detail
-
CypherRelationship
protected CypherRelationship(String id)
-
-