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
  • Constructor Details

  • Method Details

    • getCommand

      public Command.ProMoveCommand getCommand()
      Get the embedded command, or Null when not set
      Returns:
      the embedded command
    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object