Uses of Class
org.opentrafficsim.draw.graphs.FundamentalDiagram
Package
Description
Various graphs that function on generic meta-data (like which path) and data structures.
-
Uses of FundamentalDiagram in org.opentrafficsim.draw.graphs
Modifier and TypeMethodDescriptionorg.djutils.immutablecollections.ImmutableSet<FundamentalDiagram>
FundamentalDiagram.AbstractFdSource.getDiagrams()
Returns the diagrams.org.djutils.immutablecollections.ImmutableSet<FundamentalDiagram>
FundamentalDiagram.FdSource.getDiagrams()
Returns the diagrams.Modifier and TypeMethodDescriptionvoid
FundamentalDiagram.AbstractFdSource.addFundamentalDiagram
(FundamentalDiagram fundamentalDiagram) Add fundamental diagram.void
FundamentalDiagram.FdSource.addFundamentalDiagram
(FundamentalDiagram fundamentalDiagram) Add fundamental diagram.