|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NodeActionExecutionType | |
|---|---|
| com.kuka.nav.fleet.actions | Contains the interfaces defining custom actions that can be configured in a graph. |
| Uses of NodeActionExecutionType in com.kuka.nav.fleet.actions |
|---|
| Methods in com.kuka.nav.fleet.actions that return NodeActionExecutionType | |
|---|---|
NodeActionExecutionType |
CustomNodeActionContext.getExecutionType()
Gets the NodeActionExecutionType according to which the CustomNodeAction should be executed. |
static NodeActionExecutionType |
NodeActionExecutionType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static NodeActionExecutionType[] |
NodeActionExecutionType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.kuka.nav.fleet.actions that return types with arguments of type NodeActionExecutionType | |
|---|---|
Set<NodeActionExecutionType> |
CustomNodeAction.defineWhen(CustomNodeActionContext ctx)
Defines when this custom node action will be executed by returning a set of NodeActionExecutionTypes. |
| Constructors in com.kuka.nav.fleet.actions with parameters of type NodeActionExecutionType | |
|---|---|
CustomNodeActionContext(com.kuka.nav.robot.MobileRobot r,
TopologyNode n,
NodeActionExecutionType type,
Plan plan,
int index)
Constructor. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||