public abstract class CypherNode extends CypherAny
Modifier | Constructor and Description |
---|---|
protected |
CypherNode(long id) |
Modifier and Type | Method and Description |
---|---|
long |
id() |
abstract CypherTextArray |
labels() |
abstract CypherMap |
properties() |
getMemorySize
public abstract CypherTextArray labels()
public abstract CypherMap properties()
public long id()