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 protectedCypherRelationship(String id)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract LongendNodeId()Stringid()abstract CypherMapproperties()abstract LongstartNodeId()StringtoString()abstract CypherTexttype()
-
-
-
Constructor Detail
-
CypherRelationship
protected CypherRelationship(String id)
-
-