Uses of Class
org.goplanit.supply.fundamentaldiagram.LinearFundamentalDiagramBranch
-
Packages that use LinearFundamentalDiagramBranch Package Description org.goplanit.supply.fundamentaldiagram Fundamental diagram classes -
-
Uses of LinearFundamentalDiagramBranch in org.goplanit.supply.fundamentaldiagram
Methods in org.goplanit.supply.fundamentaldiagram that return LinearFundamentalDiagramBranch Modifier and Type Method Description LinearFundamentalDiagramBranch
LinearFundamentalDiagramBranch. clone()
Clone a branchLinearFundamentalDiagramBranch
NewellFundamentalDiagram. getCongestedBranch()
Congested branch of the FDLinearFundamentalDiagramBranch
NewellFundamentalDiagram. getFreeFlowBranch()
Free flow branch of the FDConstructors in org.goplanit.supply.fundamentaldiagram with parameters of type LinearFundamentalDiagramBranch Constructor Description LinearFundamentalDiagramBranch(LinearFundamentalDiagramBranch linearFundamentalDiagramBranch)
Copy constructorNewellFundamentalDiagram(LinearFundamentalDiagramBranch freeFlowBranch, LinearFundamentalDiagramBranch congestedBranch)
Constructor using all defaults except for the free speed to apply
-