Class SimulationSetOrder
java.lang.Object
org.eclipse.mosaic.fed.sumo.bridge.traci.AbstractTraciCommand<Void>
org.eclipse.mosaic.fed.sumo.bridge.traci.SimulationSetOrder
-
Nested Class Summary
Nested classes/interfaces inherited from class org.eclipse.mosaic.fed.sumo.bridge.traci.AbstractTraciCommand
AbstractTraciCommand.TraciCommandResultReaderBuilder, AbstractTraciCommand.TraciCommandWriterBuilder -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.eclipse.mosaic.fed.sumo.bridge.traci.AbstractTraciCommand
execute, executeAndReturn, executeAndReturnList, read, write
-
Constructor Details
-
SimulationSetOrder
public SimulationSetOrder()
-
-
Method Details
-
execute
-
constructResult
Description copied from class:AbstractTraciCommandThis method is called during reading the command response when all readers have been executed. The results of the readers are passed to this method.- Specified by:
constructResultin classAbstractTraciCommand<Void>- Parameters:
status- the status of the responseobjects- the objects created by the configured readers- Returns:
- the final result constructed from the passed objects
-