public abstract class CypherRelationship extends CypherAny
protected
CypherRelationship(String id)
abstract Long
endNodeId()
String
id()
abstract CypherMap
properties()
startNodeId()
toString()
abstract CypherText
type()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
protected CypherRelationship(String id)
public String toString()
toString
Object
public abstract Long startNodeId()
public abstract Long endNodeId()
public String id()
public abstract CypherText type()
public abstract CypherMap properties()