Package com.inertia.promove
Class Command
java.lang.Object
com.inertia.promove.Command
public class Command
extends java.lang.Object
This class parses and generates commands from/to ProMove nodes
-
Nested Class Summary
-
Constructor Summary
Constructors Constructor Description Command(Command.ProMoveCommand _command)
create command -
Method Summary
Modifier and Type Method Description Command.ProMoveCommand
getCommand()
Get the embedded command, or Null when not setjava.lang.String
toString()
-
Constructor Details
-
Command
create command- Parameters:
_command
- the command to issue
-
-
Method Details
-
getCommand
Get the embedded command, or Null when not set- Returns:
- the embedded command
-
toString
public java.lang.String toString()- Overrides:
toString
in classjava.lang.Object
-