public abstract class CypherRelationship extends CypherAny
Modifier | Constructor and Description |
---|---|
protected |
CypherRelationship(java.lang.String id) |
Modifier and Type | Method and Description |
---|---|
abstract java.lang.Long |
endNodeId() |
java.lang.String |
id() |
abstract CypherMap |
properties() |
abstract java.lang.Long |
startNodeId() |
java.lang.String |
toString() |
abstract CypherText |
type() |
getMemorySize
public java.lang.String toString()
toString
in class java.lang.Object
public abstract java.lang.Long startNodeId()
public abstract java.lang.Long endNodeId()
public java.lang.String id()
public abstract CypherText type()
public abstract CypherMap properties()