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 classLinearFundamentalDiagramBranchA linear fundamental diagram branch implementationMethods in org.goplanit.supply.fundamentaldiagram that return FundamentalDiagramBranch Modifier and Type Method Description FundamentalDiagramBranchFundamentalDiagramBranch. clone()Clone a branchFundamentalDiagramBranchFundamentalDiagram. getCongestedBranch()Congested branch of the FDFundamentalDiagramBranchFundamentalDiagramImpl. getCongestedBranch()Congested branch of the FDFundamentalDiagramBranchFundamentalDiagram. getFreeFlowBranch()Free flow branch of the FDFundamentalDiagramBranchFundamentalDiagramImpl. 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
-