Package | Description |
---|---|
de.tudresden.sumo.util | |
it.polito.appeal.traci.protocol |
Modifier and Type | Method and Description |
---|---|
Command |
SumoCommand.get_command() |
Modifier and Type | Method and Description |
---|---|
Command |
ResponseContainer.getResponse() |
Modifier and Type | Method and Description |
---|---|
java.util.List<Command> |
RequestMessage.commands() |
java.util.List<Command> |
ResponseContainer.getSubResponses() |
Modifier and Type | Method and Description |
---|---|
void |
RequestMessage.append(Command c)
Adds a command to the tail of this message.
|
Constructor and Description |
---|
ResponseContainer(StatusResponse status,
Command response)
Constructor for a response container with status response and a response
command.
|
ResponseContainer(StatusResponse status,
Command response,
java.util.List<Command> subResponses)
Constructor for a response container with status response, response
command and zero or more sub-responses.
|
Constructor and Description |
---|
ResponseContainer(StatusResponse status,
Command response,
java.util.List<Command> subResponses)
Constructor for a response container with status response, response
command and zero or more sub-responses.
|