Uses of Class
org.goplanit.supply.fundamentaldiagram.NewellFundamentalDiagram
-
Packages that use NewellFundamentalDiagram Package Description org.goplanit.supply.fundamentaldiagram Fundamental diagram classes -
-
Uses of NewellFundamentalDiagram in org.goplanit.supply.fundamentaldiagram
Methods in org.goplanit.supply.fundamentaldiagram that return NewellFundamentalDiagram Modifier and Type Method Description NewellFundamentalDiagram
NewellFundamentalDiagram. deepClone()
deep clone of fundamental diagramNewellFundamentalDiagram
NewellFundamentalDiagram. shallowClone()
Shallow copy of the fundamental diagramMethods in org.goplanit.supply.fundamentaldiagram with parameters of type NewellFundamentalDiagram Modifier and Type Method Description FundamentalDiagram
NewellFundamentalDiagramComponent. register(MacroscopicLinkSegment linkSegment, NewellFundamentalDiagram fundamentalDiagram)
Register the given Newell fundamental diagram for the link segment.FundamentalDiagram
NewellFundamentalDiagramComponent. register(MacroscopicLinkSegmentType linkSegmentType, NewellFundamentalDiagram fundamentalDiagram)
Register the given Newell fundamental diagram for the link segment type.Constructors in org.goplanit.supply.fundamentaldiagram with parameters of type NewellFundamentalDiagram Constructor Description NewellFundamentalDiagram(NewellFundamentalDiagram other, boolean deepCopy)
Copy constructor
-