Uses of Class
it.polito.appeal.traci.protocol.Command
Packages that use Command
Package
Description
-
Uses of Command in de.tudresden.sumo.subscription
Methods in de.tudresden.sumo.subscription that return CommandModifier and TypeMethodDescriptionContextSubscription.getCommand()
Subscription.getCommand()
VariableSubscription.getCommand()
-
Uses of Command in de.tudresden.sumo.util
Methods in de.tudresden.sumo.util that return CommandMethods in de.tudresden.sumo.util with parameters of type CommandModifier and TypeMethodDescriptionprotected ResponseContainer
Query.doQuerySingle
(Command request) LikeQuery.doQuery(RequestMessage)
, but good for one-command/ one-response queries.protected void
Query.fireAndForget
(Command request) fireAndForget function.protected ResponseContainer
Query.queryAndVerifySingle
(Command request) LikeQuery.queryAndVerify(RequestMessage)
, but good for one-command/ one-response queries.protected static String
CommandProcessor.verifyGetVarResponse
(Command resp, int commandID, int variable, String objectID) protected static String
Query.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 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 TypeMethodDescriptionvoid
Adds 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.