Uses of Class
org.planit.output.OutputManager
-
Packages that use OutputManager Package Description org.planit.data Data used for calculation during iterations of the traffic assignmentorg.planit.trafficassignment Traffic assignment classes -
-
Uses of OutputManager in org.planit.data
Constructors in org.planit.data with parameters of type OutputManager Constructor Description TraditionalStaticAssignmentSimulationData(IdGroupingToken groupId, OutputManager outputManager)
Constructor -
Uses of OutputManager in org.planit.trafficassignment
Fields in org.planit.trafficassignment declared as OutputManager Modifier and Type Field Description protected OutputManager
TrafficAssignment. outputManager
Output manager deals with all the output configurations for the registered traffic assignments
-