com.kuka.nav.fleet.graph
Class ValidationResult

java.lang.Object
  extended by com.kuka.nav.fleet.graph.ValidationResult

public class ValidationResult
extends Object

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

ValidationResult

public ValidationResult()
Method Detail

getNodeResult

public SortedSet<ValidationNode> getNodeResult()
Returns the nodeResult.

Returns:
the nodeResult

getEdgeResult

public SortedSet<ValidationEdge> getEdgeResult()
Returns the edgeResult.

Returns:
the edgeResult

getGraphId

public int getGraphId()
Returns the graphId.

Returns:
the graphId

setGraphId

public void setGraphId(int graphId)
Sets the graphId.

Parameters:
graphId - the graphId to set


Copyright © 2019. All rights reserved.