Uses of Class
org.opentrafficsim.road.gtu.strategical.od.Interpolation
-
Packages that use Interpolation Package Description org.opentrafficsim.road.gtu.generator Generate GTUs according to some prescription.org.opentrafficsim.road.gtu.generator.headway Classes concerningGenerator<Duration>
to produce headways for vehicle generation.org.opentrafficsim.road.gtu.strategical.od O/D matrices as part of strategical planning for GTUs. -
-
Uses of Interpolation in org.opentrafficsim.road.gtu.generator
Methods in org.opentrafficsim.road.gtu.generator with parameters of type Interpolation Modifier and Type Method Description FrequencyVector
Platoons. compensate(T category, FrequencyVector demand, TimeVector time, Interpolation interpolation)
Creates a demand vector in which the platoon demand has been compensated from the input demand vector. -
Uses of Interpolation in org.opentrafficsim.road.gtu.generator.headway
Methods in org.opentrafficsim.road.gtu.generator.headway that return Interpolation Modifier and Type Method Description Interpolation
DemandPattern. getInterpolation()
Returns the interpolation.Constructors in org.opentrafficsim.road.gtu.generator.headway with parameters of type Interpolation Constructor Description DemandPattern(FrequencyVector demandVector, TimeVector timeVector, Interpolation interpolation)
Constructor. -
Uses of Interpolation in org.opentrafficsim.road.gtu.strategical.od
Methods in org.opentrafficsim.road.gtu.strategical.od that return Interpolation Modifier and Type Method Description Interpolation
ODMatrix. getGlobalInterpolation()
Interpolation
ODMatrix. getInterpolation(Node origin, Node destination, Category category)
static Interpolation
Interpolation. valueOf(String name)
Returns the enum constant of this type with the specified name.static Interpolation[]
Interpolation. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.opentrafficsim.road.gtu.strategical.od with parameters of type Interpolation Modifier and Type Method Description void
ODMatrix. putDemandVector(Node origin, Node destination, Category category, FrequencyVector demand, TimeVector timeVector, Interpolation interpolation)
Add a demand vector to OD.void
ODMatrix. putDemandVector(Node origin, Node destination, Category category, FrequencyVector demand, TimeVector timeVector, Interpolation interpolation, double fraction)
Add a demand vector to OD, by a fraction of total demand.void
ODMatrix. putDemandVector(Node origin, Node destination, Category category, FrequencyVector demand, TimeVector timeVector, Interpolation interpolation, double[] fraction)
Add a demand vector to OD, by a fraction per time period of total demand.Constructors in org.opentrafficsim.road.gtu.strategical.od with parameters of type Interpolation Constructor Description ODMatrix(String id, List<? extends Node> origins, List<? extends Node> destinations, Categorization categorization, TimeVector globalTimeVector, Interpolation globalInterpolation)
Constructs an OD matrix.SplitFraction(Node node, Interpolation interpolation, StreamInterface random, DEVSSimulatorInterface.TimeDoubleUnit simulator)
Constructor.
-