Uses of Interface
com.kuka.nav.fleet.actions.CustomNodeAction

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

Uses of CustomNodeAction in com.kuka.nav.fleet.actions
 

Methods in com.kuka.nav.fleet.actions that return CustomNodeAction
 CustomNodeAction CustomNodeAction.copy()
          Returns a copy of this CustomNodeAction.
 CustomNodeAction CustomActionRegistry.getNodeCustomAction(String identifier)
          Gets a registered node custom action.
 

Methods in com.kuka.nav.fleet.actions with parameters of type CustomNodeAction
 void CustomActionRegistry.addNodeCustomAction(String identifier, CustomNodeAction action)
          Registers a node custom action at the fleet manager.
 



Copyright © 2019. All rights reserved.