Uses of Enum Class
org.opentrafficsim.draw.graphs.FundamentalDiagram.Quantity
Package
Description
Various graphs that function on generic meta-data (like which path) and data structures.
-
Uses of FundamentalDiagram.Quantity in org.opentrafficsim.draw.graphs
Modifier and TypeMethodDescriptionFundamentalDiagram.getDomainQuantity()
Return the domain quantity.FundamentalDiagram.getOtherQuantity()
Get the other (non domain; vertical axis) quantity.FundamentalDiagram.getRangeQuantity()
Get the range quantity.static FundamentalDiagram.Quantity
Returns the enum constant of this class with the specified name.static FundamentalDiagram.Quantity[]
FundamentalDiagram.Quantity.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionabstract double
FundamentalDiagram.Quantity.computeOther
(FundamentalDiagram.Quantity pairing, double thisValue, double pairedValue) Compute the value of the 3rd quantity.double[]
FundamentalDiagram.FdLine.getValues
(FundamentalDiagram.Quantity quantity) Return the values for the given quantity.void
FundamentalDiagram.setDomainQuantity
(FundamentalDiagram.Quantity domainQuantity) Set the domain quantity.void
FundamentalDiagram.setOtherQuantity
(FundamentalDiagram.Quantity otherQuantity) Set the other (non domain; vertical axis) quantity.void
FundamentalDiagram.setRangeQuantity
(FundamentalDiagram.Quantity rangeQuantity) Set the range quantity.ModifierConstructorDescriptionFundamentalDiagram
(String caption, FundamentalDiagram.Quantity domainQuantity, FundamentalDiagram.Quantity rangeQuantity, PlotScheduler scheduler, FundamentalDiagram.FdSource source, FundamentalDiagram.FdLine fdLine) Constructor.