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 NewellFundamentalDiagramNewellFundamentalDiagram. deepClone()deep clone of fundamental diagramNewellFundamentalDiagramNewellFundamentalDiagram. shallowClone()Shallow copy of the fundamental diagramMethods in org.goplanit.supply.fundamentaldiagram with parameters of type NewellFundamentalDiagram Modifier and Type Method Description FundamentalDiagramNewellFundamentalDiagramComponent. register(MacroscopicLinkSegment linkSegment, NewellFundamentalDiagram fundamentalDiagram)Register the given Newell fundamental diagram for the link segment.FundamentalDiagramNewellFundamentalDiagramComponent. 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
-