FundamentalDiagram[] |
FundamentalDiagramComponent.asLinkSegmentIndexedArray(MacroscopicLinkSegments linkSegments) |
Method to collect all fundamental diagrams for the given link segments in a 1:1 fashion in a raw array based on the current setup of this component.
|
FundamentalDiagram |
FundamentalDiagram.deepClone() |
deep clone of fundamental diagram
|
abstract FundamentalDiagram |
FundamentalDiagramImpl.deepClone() |
deep clone of fundamental diagram
|
FundamentalDiagram |
FundamentalDiagramComponent.get(MacroscopicLinkSegment linkSegment) |
Collect the fundamental diagram for the given link segment.
|
FundamentalDiagram |
FundamentalDiagramComponent.get(MacroscopicLinkSegmentType linkSegmentType) |
Collect the fundamental diagram for the given link segment type.
|
protected FundamentalDiagram |
FundamentalDiagramComponent.register(MacroscopicLinkSegment linkSegment,
FundamentalDiagram fundamentalDiagram) |
Register the given fundamental diagram for the link segment.
|
protected FundamentalDiagram |
FundamentalDiagramComponent.register(MacroscopicLinkSegmentType linkSegmentType,
FundamentalDiagram fundamentalDiagram) |
Register the given fundamental diagram for the link segment type.
|
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.
|
FundamentalDiagram |
FundamentalDiagram.shallowClone() |
Shallow copy of the fundamental diagram
|
abstract FundamentalDiagram |
FundamentalDiagramImpl.shallowClone() |
Shallow copy of the fundamental diagram
|