public class Reference
extends java.lang.Object
Constructor and Description |
---|
Reference(NodeId sourceNodeId,
NodeId targetNodeId,
ReferenceType referenceType,
ReferenceDirection referenceDirection) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
ReferenceDirection |
getReferenceDirection() |
ReferenceType |
getReferenceType() |
NodeId |
getSourceNodeId() |
NodeId |
getTargetNodeId() |
int |
hashCode() |
java.lang.String |
toString() |
public Reference(NodeId sourceNodeId, NodeId targetNodeId, ReferenceType referenceType, ReferenceDirection referenceDirection)
public NodeId getSourceNodeId()
public NodeId getTargetNodeId()
public ReferenceType getReferenceType()
public ReferenceDirection getReferenceDirection()
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object