|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.nav.fleet.graph.ValidationResult
public class ValidationResult
Container class for holding the node and edge result lists.
| Constructor Summary | |
|---|---|
ValidationResult()
|
|
| Method Summary | |
|---|---|
SortedSet<ValidationEdge> |
getEdgeResult()
Returns the edgeResult. |
int |
getGraphId()
Returns the graphId. |
SortedSet<ValidationNode> |
getNodeResult()
Returns the nodeResult. |
void |
setGraphId(int graphId)
Sets the graphId. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ValidationResult()
| Method Detail |
|---|
public SortedSet<ValidationNode> getNodeResult()
public SortedSet<ValidationEdge> getEdgeResult()
public int getGraphId()
public void setGraphId(int graphId)
graphId - the graphId to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||