public class NodeDescriptor
extends java.lang.Object
| Constructor and Description |
|---|
NodeDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
ConflictDescriptor |
getConflictDescriptor()
Returns the conflict descriptor.
|
java.util.List<LinkDescriptor> |
getImpactedLinkDescriptorList()
Returns the links that belongs to the same conflict in case of a conflict group.
|
java.util.List<NodeDescriptor> |
getImpactedNodeDescriptorList()
Returns the nodes that belongs to the same conflict in case of a conflict group.
|
java.lang.Long |
getNodeId()
Returns the node identifier.
|
int |
hashCode() |
void |
setConflictDescriptor(ConflictDescriptor conflictDescriptor)
Sets the conflict descriptor.
|
void |
setImpactedLinkDescriptorList(java.util.List<LinkDescriptor> impactedLinkDescriptorList)
Sets the links that belongs to the same conflict in case of a conflict group.
|
void |
setImpactedNodeDescriptorList(java.util.List<NodeDescriptor> impactedNodeDescriptorList)
Sets the nodes that belongs to the same conflict in case of a conflict group.
|
void |
setNodeId(java.lang.Long nodeId)
Sets the node identifier.
|
public java.util.List<NodeDescriptor> getImpactedNodeDescriptorList()
public void setImpactedNodeDescriptorList(java.util.List<NodeDescriptor> impactedNodeDescriptorList)
impactedNodeDescriptorList - nodes descriptorspublic java.util.List<LinkDescriptor> getImpactedLinkDescriptorList()
public void setImpactedLinkDescriptorList(java.util.List<LinkDescriptor> impactedLinkDescriptorList)
impactedLinkDescriptorList - links descriptorspublic java.lang.Long getNodeId()
public void setNodeId(java.lang.Long nodeId)
nodeId - node identifierpublic ConflictDescriptor getConflictDescriptor()
public void setConflictDescriptor(ConflictDescriptor conflictDescriptor)
conflictDescriptor - conflict descriptorpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object