Uses of Class
org.planit.supply.fundamentaldiagram.FundamentalDiagram
-
Packages that use FundamentalDiagram Package Description org.planit.assignment Traffic assignment classesorg.planit.supply.fundamentaldiagram Fundamental diagram classes -
-
Uses of FundamentalDiagram in org.planit.assignment
Fields in org.planit.assignment declared as FundamentalDiagram Modifier and Type Field Description protected FundamentalDiagram
CapacityConstrainedAssignment. fundamentalDiagram
Fundamental diagram to useMethods in org.planit.assignment that return types with arguments of type FundamentalDiagram 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 configuratorMethods in org.planit.assignment with parameters of type FundamentalDiagram Modifier and Type Method Description void
CapacityConstrainedAssignment. setFundamentalDiagram(FundamentalDiagram fundamentalDiagram)
Set the fundamental diagram -
Uses of FundamentalDiagram in org.planit.supply.fundamentaldiagram
Classes in org.planit.supply.fundamentaldiagram with type parameters of type FundamentalDiagram Modifier and Type Class Description class
FundamentalDiagramConfigurator<T extends FundamentalDiagram>
Base class for all fundamental diagram configurator implementationsSubclasses of FundamentalDiagram in org.planit.supply.fundamentaldiagram Modifier and Type Class Description class
NewellFundamentalDiagram
Newell fundamental diagram traffic componentMethods in org.planit.supply.fundamentaldiagram that return types with arguments of type FundamentalDiagram Modifier and Type Method Description static FundamentalDiagramConfigurator<? extends FundamentalDiagram>
FundamentalDiagramConfiguratorFactory. createConfigurator(String fundamentalDiagramType)
Create a configurator for given fundamental diagram typeMethods in org.planit.supply.fundamentaldiagram with parameters of type FundamentalDiagram Modifier and Type Method Description void
FundamentalDiagramConfigurator. configure(FundamentalDiagram fundamentalDiagram)
Needed to avoid issues with generics, although it should be obvious that T extends FundamentalDiagram
-