Uses of Class
org.goplanit.supply.fundamentaldiagram.FundamentalDiagramConfigurator
-
Packages that use FundamentalDiagramConfigurator Package Description org.goplanit.assignment.ltm org.goplanit.supply.fundamentaldiagram Fundamental diagram classes -
-
Uses of FundamentalDiagramConfigurator in org.goplanit.assignment.ltm
Methods in org.goplanit.assignment.ltm that return FundamentalDiagramConfigurator 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 configurator -
Uses of FundamentalDiagramConfigurator in org.goplanit.supply.fundamentaldiagram
Subclasses of FundamentalDiagramConfigurator in org.goplanit.supply.fundamentaldiagram Modifier and Type Class Description classNewellFundamentalDiagramConfiguratorConfigurator for Newell Fundamental diagram implementation.Methods in org.goplanit.supply.fundamentaldiagram that return FundamentalDiagramConfigurator Modifier and Type Method Description static FundamentalDiagramConfigurator<? extends FundamentalDiagramComponent>FundamentalDiagramConfiguratorFactory. createConfigurator(String fundamentalDiagramType)Create a configurator for given fundamental diagram type
-