Uses of Class
it.polito.appeal.traci.protocol.Command
Packages that use Command
Package
Description
- 
Uses of Command in de.tudresden.sumo.subscriptionMethods in de.tudresden.sumo.subscription that return CommandModifier and TypeMethodDescriptionContextSubscription.getCommand()Subscription.getCommand()VariableSubscription.getCommand()
- 
Uses of Command in de.tudresden.sumo.utilMethods in de.tudresden.sumo.util that return CommandMethods in de.tudresden.sumo.util with parameters of type CommandModifier and TypeMethodDescriptionprotected 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.protocolMethods in it.polito.appeal.traci.protocol that return CommandMethods in it.polito.appeal.traci.protocol that return types with arguments of type CommandMethods in it.polito.appeal.traci.protocol with parameters of type CommandModifier and TypeMethodDescriptionvoidAdds a command to the tail of this message.Constructors in it.polito.appeal.traci.protocol with parameters of type CommandModifierConstructorDescriptionResponseContainer(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 CommandModifierConstructorDescriptionResponseContainer(StatusResponse status, Command response, List<Command> subResponses) Constructor for a response container with status response, response command and zero or more sub-responses.