|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.nav.fleet.graph.ValidationEdge
public class ValidationEdge
Helper class for storing validation messages for an edge.
| Constructor Summary | |
|---|---|
ValidationEdge(Integer sourceId,
Integer targetId)
Constructor sets the unique source and target id. |
|
| Method Summary | |
|---|---|
void |
addMessage(ValidationMessage message)
Add a validation message |
int |
compareTo(ValidationEdge arg)
|
boolean |
equals(Object obj)
|
List<ValidationMessage> |
getMessageList()
Returns the validation message list. |
Integer |
getSourceId()
Returns edge's sourceId |
Integer |
getTargetId()
Returns the edge's targetId. |
int |
hashCode()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ValidationEdge(Integer sourceId,
Integer targetId)
sourceId - source node idtargetId - target node id| Method Detail |
|---|
public int compareTo(ValidationEdge arg)
compareTo in interface Comparable<ValidationEdge>Comparable.compareTo(java.lang.Object)public Integer getSourceId()
public Integer getTargetId()
public void addMessage(ValidationMessage message)
message - the messagepublic List<ValidationMessage> getMessageList()
public int hashCode()
hashCode in class ObjectObject.hashCode()public boolean equals(Object obj)
equals in class ObjectObject.equals(java.lang.Object)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||