| Constructor and Description |
|---|
FakeNodePair(ObjectNode right) |
| Modifier and Type | Method and Description |
|---|---|
GlobalId |
getGlobalId() |
GlobalId |
getLeftGlobalId(Property property) |
java.lang.Object |
getLeftPropertyValue(Property property) |
java.util.List<Property> |
getProperties() |
ObjectNode |
getRight() |
GlobalId |
getRightGlobalId(Property property) |
java.lang.Object |
getRightPropertyValue(Property property) |
boolean |
isNullOnBothSides(Property property) |
public FakeNodePair(ObjectNode right)
public boolean isNullOnBothSides(Property property)
isNullOnBothSides in interface NodePairpublic GlobalId getGlobalId()
getGlobalId in interface NodePairpublic ObjectNode getRight()
public java.util.List<Property> getProperties()
getProperties in interface NodePairpublic java.lang.Object getLeftPropertyValue(Property property)
getLeftPropertyValue in interface NodePairpublic java.lang.Object getRightPropertyValue(Property property)
getRightPropertyValue in interface NodePairpublic GlobalId getRightGlobalId(Property property)
getRightGlobalId in interface NodePairpublic GlobalId getLeftGlobalId(Property property)
getLeftGlobalId in interface NodePair