Uses of Class
org.goplanit.supply.fundamentaldiagram.FundamentalDiagramComponent
-
Packages that use FundamentalDiagramComponent Package Description org.goplanit.assignment.ltm org.goplanit.component.event org.goplanit.supply.fundamentaldiagram Fundamental diagram classes -
-
Uses of FundamentalDiagramComponent in org.goplanit.assignment.ltm
Methods in org.goplanit.assignment.ltm that return FundamentalDiagramComponent Modifier and Type Method Description protected FundamentalDiagramComponent
LtmTrafficAssignmentBuilder. createFundamentalDiagramComponentInstance(MacroscopicNetworkLayer macroscopicNetworkLayer)
create a fundamental diagram component instance based on configurationMethods in org.goplanit.assignment.ltm that return types with arguments of type FundamentalDiagramComponent Modifier and Type Method Description FundamentalDiagramConfigurator<? extends FundamentalDiagramComponent>
LtmConfigurator. createAndRegisterFundamentalDiagram(String fundamentalDiagramType)
choose a particular fundamental diagram implementationFundamentalDiagramConfigurator<? extends FundamentalDiagramComponent>
LtmConfigurator. getFundamentalDiagram()
Collect the fundamental diagram configuratorMethods in org.goplanit.assignment.ltm with parameters of type FundamentalDiagramComponent Modifier and Type Method Description void
LtmAssignment. setFundamentalDiagram(FundamentalDiagramComponent fundamentalDiagram)
Set the fundamental diagram -
Uses of FundamentalDiagramComponent in org.goplanit.component.event
Methods in org.goplanit.component.event that return FundamentalDiagramComponent Modifier and Type Method Description FundamentalDiagramComponent
PopulateFundamentalDiagramEvent. getFundamentalDiagramToPopulate()
collect fundamental diagram component to populateConstructors in org.goplanit.component.event with parameters of type FundamentalDiagramComponent Constructor Description PopulateFundamentalDiagramEvent(PlanitComponentFactory<?> source, FundamentalDiagramComponent fdComponentToPopulate, MacroscopicNetworkLayer parentNetworkLayer)
Constructor -
Uses of FundamentalDiagramComponent in org.goplanit.supply.fundamentaldiagram
Classes in org.goplanit.supply.fundamentaldiagram with type parameters of type FundamentalDiagramComponent Modifier and Type Class Description class
FundamentalDiagramConfigurator<T extends FundamentalDiagramComponent>
Base class for all fundamental diagram configurator implementationsSubclasses of FundamentalDiagramComponent in org.goplanit.supply.fundamentaldiagram Modifier and Type Class Description class
NewellFundamentalDiagramComponent
Newell fundamental diagram traffic componentMethods in org.goplanit.supply.fundamentaldiagram that return FundamentalDiagramComponent Modifier and Type Method Description abstract FundamentalDiagramComponent
FundamentalDiagramComponent. clone()
Create a shallow copy of this entityMethods in org.goplanit.supply.fundamentaldiagram that return types with arguments of type FundamentalDiagramComponent Modifier and Type Method Description static FundamentalDiagramConfigurator<? extends FundamentalDiagramComponent>
FundamentalDiagramConfiguratorFactory. createConfigurator(String fundamentalDiagramType)
Create a configurator for given fundamental diagram typeMethods in org.goplanit.supply.fundamentaldiagram with parameters of type FundamentalDiagramComponent Modifier and Type Method Description void
FundamentalDiagramConfigurator. configure(FundamentalDiagramComponent fundamentalDiagram)
Needed to avoid issues with generics, although it should be obvious that T extends FundamentalDiagramConstructors in org.goplanit.supply.fundamentaldiagram with parameters of type FundamentalDiagramComponent Constructor Description FundamentalDiagramComponent(FundamentalDiagramComponent other)
Copy constructor
-