public interface Cmd
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COMMAND_KEY
Name of command-parameter
|
static char |
COMMAND_SEPARATOR
Every command must end with this sign.
|
static java.lang.String |
END_CMD
Name value of last command.
|
static java.lang.String |
INIT_KEY
Name of command-parameter.
|
static char |
KEY_VALUE_SEPARATOR
Every Parameter has a name and a value.
|
static java.lang.String |
NAME_KEY
Name of name- parameter and attribute of an entity.
|
static char |
PARAMETER_SEPARATOR
This sign must be between two command-parameters
|
static java.lang.String |
PRIORITY_KEY
Name of priority- parameter and attribute of an entity.
|
static java.lang.String |
REMARK_KEY
Name of remark parameter.
|
static char |
REPLACE_CHAR |
static java.lang.String |
TIME_KEY
Name of time parameter
|
static char |
VALUE_SEPARATOR
In some parameters the value have some parts (e.g. coordinates).
|
static java.lang.String |
VELOCITY_KEY
Name of velocity- parameter and attribute of an entity.
|
static final char COMMAND_SEPARATOR
static final char PARAMETER_SEPARATOR
static final char KEY_VALUE_SEPARATOR
static final char VALUE_SEPARATOR
static final java.lang.String COMMAND_KEY
static final java.lang.String TIME_KEY
static final java.lang.String INIT_KEY
static final java.lang.String END_CMD
static final java.lang.String REMARK_KEY
static final char REPLACE_CHAR
static final java.lang.String NAME_KEY
static final java.lang.String VELOCITY_KEY
static final java.lang.String PRIORITY_KEY