Uses of Class
org.planit.supply.fundamentaldiagram.FundamentalDiagramConfigurator
-
Packages that use FundamentalDiagramConfigurator Package Description org.planit.assignment Traffic assignment classesorg.planit.supply.fundamentaldiagram Fundamental diagram classes -
-
Uses of FundamentalDiagramConfigurator in org.planit.assignment
Methods in org.planit.assignment that return FundamentalDiagramConfigurator Modifier and Type Method Description FundamentalDiagramConfigurator<? extends FundamentalDiagram>
CapacityConstrainedTrafficAssignmentConfigurator. createAndRegisterFundamentalDiagram(String fundamentalDiagramType)
choose a particular fundamental diagram implementationFundamentalDiagramConfigurator<? extends FundamentalDiagram>
CapacityConstrainedTrafficAssignmentConfigurator. getFundamentalDiagram()
Collect the fundamental diagram configurator -
Uses of FundamentalDiagramConfigurator in org.planit.supply.fundamentaldiagram
Subclasses of FundamentalDiagramConfigurator in org.planit.supply.fundamentaldiagram Modifier and Type Class Description class
NewellFundamentalDiagramConfigurator
Configurator for FixedConnectoidTravelTimeCost implementationMethods in org.planit.supply.fundamentaldiagram that return FundamentalDiagramConfigurator Modifier and Type Method Description static FundamentalDiagramConfigurator<? extends FundamentalDiagram>
FundamentalDiagramConfiguratorFactory. createConfigurator(String fundamentalDiagramType)
Create a configurator for given fundamental diagram type
-