Uses of Class
com.kuka.nav.fleet.Plan

Packages that use Plan
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. 
 

Uses of Plan in com.kuka.nav.fleet
 

Methods in com.kuka.nav.fleet that return Plan
 Plan GraphMotionContainer.getPlan()
          Gets the Plan being executed for the GraphMotion associated to this graph motion container.
 

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

Methods in com.kuka.nav.fleet.actions that return Plan
 Plan CustomNodeActionContext.getPlan()
          Gets the plan in which the CustomNodeAction corresponding to this context occurs.
 

Constructors in com.kuka.nav.fleet.actions with parameters of type Plan
CustomNodeActionContext(com.kuka.nav.robot.MobileRobot r, TopologyNode n, NodeActionExecutionType type, Plan plan, int index)
          Constructor.
 



Copyright © 2019. All rights reserved.