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 CommandContextSubscription. getCommand()CommandSubscription. getCommand()CommandVariableSubscription. getCommand() -
Uses of Command in de.tudresden.sumo.util
Methods in de.tudresden.sumo.util that return Command Modifier and Type Method Description CommandSumoCommand. get_command()Methods in de.tudresden.sumo.util with parameters of type Command Modifier and Type Method Description protected ResponseContainerQuery. doQuerySingle(Command request)LikeQuery.doQuery(RequestMessage), but good for one-command/ one-response queries.protected voidQuery. fireAndForget(Command request)fireAndForget function.protected ResponseContainerQuery. queryAndVerifySingle(Command request)LikeQuery.queryAndVerify(RequestMessage), but good for one-command/ one-response queries.protected static StringCommandProcessor. verifyGetVarResponse(Command resp, int commandID, int variable, String objectID)protected static StringQuery. verifyGetVarResponse(Command resp, int commandID, int variable, String objectID)Verify get var response. -
Uses of Command in it.polito.appeal.traci.protocol
Methods in it.polito.appeal.traci.protocol that return Command Modifier and Type Method Description CommandResponseContainer. getResponse()Methods in it.polito.appeal.traci.protocol that return types with arguments of type Command Modifier and Type Method Description List<Command>RequestMessage. commands()List<Command>ResponseContainer. getSubResponses()Methods in it.polito.appeal.traci.protocol with parameters of type Command Modifier and Type Method Description voidRequestMessage. 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, 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, List<Command> subResponses)Constructor for a response container with status response, response command and zero or more sub-responses.
-