|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.nav.command.AbstractParameterizable
com.kuka.nav.command.AbstractCommand<ChangeGraphCommand,com.kuka.nav.command.BasicCommandContainer<ChangeGraphCommand>>
com.kuka.nav.fleet.ChangeGraphCommand
public final class ChangeGraphCommand
Change graph command implementation.
| Constructor Summary | |
|---|---|
|
ChangeGraphCommand(int graphId,
int nodeId)
Instantiates a new change graph command to locate a robot on a graph node. |
|
ChangeGraphCommand(int graphId,
int lastNodeId,
int nextNodeId)
Instantiates a new change graph command to locate a robot on a graph node or edge. |
protected |
ChangeGraphCommand(com.kuka.parameters.IParameterMap params)
Instantiates a new change graph command with given parameters, used to clone the command. |
| Method Summary | |
|---|---|
ChangeGraphCommand |
copy()
|
int |
getGraphId()
|
int |
getLastNodeId()
Gets the last node ID. |
int |
getNextNodeId()
Gets the next node ID. |
ChangeGraphCommand |
setGraphId(int graphId)
Sets the id of the map to change to. |
ChangeGraphCommand |
setLastNodeId(int nodeId)
Sets the last node ID. |
ChangeGraphCommand |
setNextNodeId(int nodeId)
Sets the next node ID. |
| Methods inherited from class com.kuka.nav.command.AbstractCommand |
|---|
getDescription, self, setDescription |
| Methods inherited from class com.kuka.nav.command.AbstractParameterizable |
|---|
getParameters, paramHelper |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.kuka.command.ICommand |
|---|
getDescription, setDescription |
| Methods inherited from interface com.kuka.parameters.IParameterizable |
|---|
getParameters |
| Constructor Detail |
|---|
public ChangeGraphCommand(int graphId,
int nodeId)
graphId - the graph IDnodeId - the node ID used to set last and next node ID
public ChangeGraphCommand(int graphId,
int lastNodeId,
int nextNodeId)
graphId - the graph IDlastNodeId - the last node IDnextNodeId - the next node IDprotected ChangeGraphCommand(com.kuka.parameters.IParameterMap params)
params - the parameters to initialize the command with| Method Detail |
|---|
public ChangeGraphCommand copy()
copy in interface com.kuka.command.ICommand<ChangeGraphCommand,com.kuka.nav.command.BasicCommandContainer<ChangeGraphCommand>>copy in class com.kuka.nav.command.AbstractCommand<ChangeGraphCommand,com.kuka.nav.command.BasicCommandContainer<ChangeGraphCommand>>public ChangeGraphCommand setGraphId(int graphId)
graphId - the graphId
public int getGraphId()
public ChangeGraphCommand setLastNodeId(int nodeId)
nodeId - the last node ID
public ChangeGraphCommand setNextNodeId(int nodeId)
nodeId - the next node ID
public int getLastNodeId()
public int getNextNodeId()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||