Uses of Package
com.kuka.nav.fleet.actions

Packages that use com.kuka.nav.fleet.actions
com.kuka.nav.fleet Contains the fleet manager API. 
com.kuka.nav.fleet.actions Contains the interfaces defining custom actions that can be configured in a graph. 
 

Classes in com.kuka.nav.fleet.actions used by com.kuka.nav.fleet
CustomActionRegistry
          Interface providing methods to handle custom node and edge actions.
 

Classes in com.kuka.nav.fleet.actions used by com.kuka.nav.fleet.actions
CustomEdgeAction
          Interface for user-definable actions that can be performed on graph edge traversal.
CustomEdgeActionContext
          Context object for custom topology edge action execution.
CustomNodeAction
          Interface for user-definable actions that are to be performed at TopologyNodes.
CustomNodeActionContext
          Context object for CustomNodeAction execution.
NodeActionExecutionType
          Enumeration defining the possible execution types specifying when a CustomNodeAction is executed with regard to the TopologyNode for which the action is defined.
 



Copyright © 2019. All rights reserved.