public abstract class EdgeValue extends VirtualValue
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(VirtualValue other,
Comparator<AnyValue> comparator) |
int |
computeHash() |
abstract NodeValue |
endNode() |
boolean |
equals(VirtualValue other) |
long |
id() |
NodeValue |
otherNode(NodeValue node) |
abstract MapValue |
properties() |
abstract NodeValue |
startNode() |
String |
toString() |
abstract TextValue |
type() |
VirtualValueGroup |
valueGroup() |
<E extends Exception> |
writeTo(AnyValueWriter<E> writer) |
eq, ternaryEqualsequals, hashCode, isSequenceValuepublic <E extends Exception> void writeTo(AnyValueWriter<E> writer) throws E extends Exception
public abstract NodeValue startNode()
public abstract NodeValue endNode()
public long id()
public abstract TextValue type()
public abstract MapValue properties()
public int compareTo(VirtualValue other, Comparator<AnyValue> comparator)
compareTo in class VirtualValuepublic int computeHash()
public boolean equals(VirtualValue other)
equals in class VirtualValuepublic VirtualValueGroup valueGroup()
valueGroup in class VirtualValueCopyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.