Uses of Class
org.goplanit.output.OutputManager
-
Packages that use OutputManager Package Description org.goplanit.assignment Traffic assignment classesorg.goplanit.assignment.algorithmb -
-
Uses of OutputManager in org.goplanit.assignment
Methods in org.goplanit.assignment that return OutputManager Modifier and Type Method Description protected OutputManager
TrafficAssignment. getOutputManager()
Collect the output managerprotected OutputManager
TrafficAssignmentConfigurator. getOutputManager()
Collect the registered output managerMethods in org.goplanit.assignment with parameters of type OutputManager Modifier and Type Method Description void
TrafficAssignment. setOutputManager(OutputManager outputManager)
Set the output manager which holds all the configuration options regarding this assignmentprotected void
TrafficAssignmentConfigurator. setOutputManager(OutputManager outputManager)
Set the output manager -
Uses of OutputManager in org.goplanit.assignment.algorithmb
Constructors in org.goplanit.assignment.algorithmb with parameters of type OutputManager Constructor Description AlgorithmBEquilibration(AlgorithmB assignment, OutputManager outputManager)
Constructor
-