TraCICommand

Abstract Class for TraCICommands. Object of this Class only hold the state (input parameters, response data) for each command. The execution is handed by org.vadere.manager.traci.commandHandler.CommandHandler classes. Each command has an Id managed as an enum TraCICmd. This enum also contains the type of the command (i.e. GET, SET, Control). Depending on the type (and sometimes on the var queried) different sub classes are used to manage the command. Construction Methods: (compare with org.vadere.manager.traci.response.TraCIResponse) 1) created from serialized data (byte[] / ByteBuffer / TraCICommandBuffer) 2) created from simple static factories which are used by clients.


Field: traCICmd [TraCICmd]

---


Field: NOK_response [TraCIPacket]

---