Package output
Interface InterfaceOutput
-
- All Known Implementing Classes:
AbstractOutput,AbstractOutputEvent,AbstractOutputTimed,AbstractOutputTimedCell,AbstractOutputTimedLanegroup,AbstractOutputTimedLink,AbstractOutputTimedPath,OutputCellFlow,OutputCellLanechangeIn,OutputCellLanechangeOut,OutputCellSumVehicles,OutputCellSumVehiclesDwn,OutputCellVehicles,OutputController,OutputLaneGroupFlow,OutputLaneGroups,OutputLaneGroupSumVehicles,OutputLaneGroupSumVehiclesDwn,OutputLaneGroupVehicles,OutputLinkFlow,OutputLinkQueues,OutputLinkSumVehicles,OutputLinkVehicles,OutputMicroTrajectory,OutputPathTravelTime,OutputSubnetworkVHT,OutputTravelTime,OutputVehicleClass,OutputVehicleEvents
public interface InterfaceOutput
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()Stringget_output_file()voidopen()voidregister(RunParameters props, Dispatcher dispatcher)
-
-
-
Method Detail
-
get_output_file
String get_output_file()
-
open
void open() throws OTMException
- Throws:
OTMException
-
close
void close() throws OTMException- Throws:
OTMException
-
register
void register(RunParameters props, Dispatcher dispatcher) throws OTMException
- Throws:
OTMException
-
-