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