Uses of Class
com.kuka.nav.fleet.graph.ValidationMessage

Packages that use ValidationMessage
com.kuka.nav.fleet.graph Package containing classes of the fleet manager topology graph implementation. 
 

Uses of ValidationMessage in com.kuka.nav.fleet.graph
 

Methods in com.kuka.nav.fleet.graph that return types with arguments of type ValidationMessage
 List<ValidationMessage> ValidationNode.getMessageList()
          Returns the list.
 List<ValidationMessage> ValidationEdge.getMessageList()
          Returns the validation message list.
 

Methods in com.kuka.nav.fleet.graph with parameters of type ValidationMessage
 void ValidationNode.addMessage(ValidationMessage message)
          Add a validation message
 void ValidationEdge.addMessage(ValidationMessage message)
          Add a validation message
 



Copyright © 2019. All rights reserved.