TraCIGetCommand

Sub class of TraCICommand which represents a get request to some API. An API in this context is for instance the Person(GET/SET), Simulation(GET/SET/SUB) Command Structure [ cmdIdentifier(based on API) ] [ variableId ] [ elementId] - cmdIdentifier(based on API): see TraCICmd enum GET_**** - variableId: Id for the var. The numbers may be the same between different APIs see PersonVar enum - elementId: String based id for the object (i.e. a pedestrianId) see org.vadere.manager.traci.commandHandler.PersonCommandHandler for execution handing.


Field: variableIdentifier [int]

---


Field: elementIdentifier [java.lang.String]

---


Field: cmdBuffer [TraCICommandBuffer]

---


Field: response [TraCIGetResponse]

---