Uses of Class
it.polito.appeal.traci.protocol.Command
-
Packages that use Command Package Description de.tudresden.sumo.subscription de.tudresden.sumo.util it.polito.appeal.traci.protocol -
-
Uses of Command in de.tudresden.sumo.subscription
Methods in de.tudresden.sumo.subscription that return Command Modifier and Type Method Description Command
ContextSubscription. getCommand()
Command
Subscription. getCommand()
Command
VariableSubscription. getCommand()
-
Uses of Command in de.tudresden.sumo.util
Methods in de.tudresden.sumo.util that return Command Modifier and Type Method Description Command
SumoCommand. get_command()
Methods in de.tudresden.sumo.util with parameters of type Command Modifier and Type Method Description protected ResponseContainer
Query. doQuerySingle(Command request)
LikeQuery.doQuery(RequestMessage)
, but good for one-command/ one-response queries.protected void
Query. fireAndForget(Command request)
fireAndForget functionprotected ResponseContainer
Query. queryAndVerifySingle(Command request)
LikeQuery.queryAndVerify(RequestMessage)
, but good for one-command/ one-response queries.protected static java.lang.String
CommandProcessor. verifyGetVarResponse(Command resp, int commandID, int variable, java.lang.String objectID)
protected static java.lang.String
Query. verifyGetVarResponse(Command resp, int commandID, int variable, java.lang.String objectID)
-
Uses of Command in it.polito.appeal.traci.protocol
Methods in it.polito.appeal.traci.protocol that return Command Modifier and Type Method Description Command
ResponseContainer. getResponse()
Methods in it.polito.appeal.traci.protocol that return types with arguments of type Command Modifier and Type Method Description java.util.List<Command>
RequestMessage. commands()
java.util.List<Command>
ResponseContainer. getSubResponses()
Methods in it.polito.appeal.traci.protocol with parameters of type Command Modifier and Type Method Description void
RequestMessage. append(Command c)
Adds a command to the tail of this message.Constructors in it.polito.appeal.traci.protocol with parameters of type Command Constructor 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 parameters in it.polito.appeal.traci.protocol with type arguments of type Command Constructor 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.
-