Uses of Class
org.opentrafficsim.draw.graphs.FundamentalDiagram.Quantity
-
Packages that use FundamentalDiagram.Quantity Package Description org.opentrafficsim.draw.graphs Various graphs that function on generic meta-data (like which path) and data structures. -
-
Uses of FundamentalDiagram.Quantity in org.opentrafficsim.draw.graphs
Methods in org.opentrafficsim.draw.graphs that return FundamentalDiagram.Quantity Modifier and Type Method Description FundamentalDiagram.Quantity
FundamentalDiagram. getDomainQuantity()
Return the domain quantity.FundamentalDiagram.Quantity
FundamentalDiagram. getOtherQuantity()
Get the other (non domain; vertical axis) quantity.FundamentalDiagram.Quantity
FundamentalDiagram. getRangeQuantity()
Get the range quantity.static FundamentalDiagram.Quantity
FundamentalDiagram.Quantity. valueOf(String name)
Returns the enum constant of this type with the specified name.static FundamentalDiagram.Quantity[]
FundamentalDiagram.Quantity. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.opentrafficsim.draw.graphs with parameters of type FundamentalDiagram.Quantity Modifier and Type Method Description abstract 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.Constructors in org.opentrafficsim.draw.graphs with parameters of type FundamentalDiagram.Quantity Constructor Description FundamentalDiagram(String caption, FundamentalDiagram.Quantity domainQuantity, FundamentalDiagram.Quantity rangeQuantity, OTSSimulatorInterface simulator, FundamentalDiagram.FdSource source, FundamentalDiagram.FdLine fdLine)
Constructor.
-