Uses of Interface
org.goplanit.supply.fundamentaldiagram.FundamentalDiagramBranch
-
Packages that use FundamentalDiagramBranch Package Description org.goplanit.supply.fundamentaldiagram Fundamental diagram classes -
-
Uses of FundamentalDiagramBranch in org.goplanit.supply.fundamentaldiagram
Classes in org.goplanit.supply.fundamentaldiagram that implement FundamentalDiagramBranch Modifier and Type Class Description class
LinearFundamentalDiagramBranch
A linear fundamental diagram branch implementationMethods in org.goplanit.supply.fundamentaldiagram that return FundamentalDiagramBranch Modifier and Type Method Description FundamentalDiagramBranch
FundamentalDiagramBranch. clone()
Clone a branchFundamentalDiagramBranch
FundamentalDiagram. getCongestedBranch()
Congested branch of the FDFundamentalDiagramBranch
FundamentalDiagramImpl. getCongestedBranch()
Congested branch of the FDFundamentalDiagramBranch
FundamentalDiagram. getFreeFlowBranch()
Free flow branch of the FDFundamentalDiagramBranch
FundamentalDiagramImpl. getFreeFlowBranch()
Free flow branch of the FDConstructors in org.goplanit.supply.fundamentaldiagram with parameters of type FundamentalDiagramBranch Constructor Description FundamentalDiagramImpl(FundamentalDiagramBranch freeFlowBranch, FundamentalDiagramBranch congestedBranch)
Constructor
-