Serialized Form
-
Package org.opentrafficsim.core.distributions
-
Class org.opentrafficsim.core.distributions.Distribution extends java.lang.Object implements Serializable
- serialVersionUID:
- 20160301L
-
Serialized Fields
-
cumulativeTotal
double cumulativeTotal
Sum of all probabilities or frequencies. -
generators
java.util.List<Distribution.FrequencyAndObject<O>> generators
The generators (with their probabilities or frequencies). -
random
DistUniform random
The uniform random generator used to select a Generator.
-
-
Class org.opentrafficsim.core.distributions.Distribution.FrequencyAndObject extends java.lang.Object implements Serializable
- serialVersionUID:
- 20160301L
-
Serialized Fields
-
frequency
double frequency
Frequency (or probability) of an object. -
object
O object
The object.
-
-
Class org.opentrafficsim.core.distributions.ProbabilityException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 20160301L
-
-
Package org.opentrafficsim.core.dsol
-
Class org.opentrafficsim.core.dsol.AbstractOTSModel extends AbstractDSOLModel.TimeDoubleUnit<OTSSimulatorInterface> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
description
java.lang.String description
a description of the simulation (HTML formatted). -
shortName
java.lang.String shortName
a very short description of the simulation.
-
-
Class org.opentrafficsim.core.dsol.AbstractOTSSimulationApplication extends java.lang.Object implements Serializable
- serialVersionUID:
- 20141216L
-
Serialized Fields
-
model
OTSModelInterface model
the model.
-
-
Class org.opentrafficsim.core.dsol.DistNormalTrunc extends DistContinuous implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
cumulDiff
double cumulDiff
cumulative distribution value difference between max and min. -
cumulMin
double cumulMin
cumulative distribution value of the minimum. -
max
double max
maximum x-value of the distribution. -
min
double min
minimum x-value of the distribution. -
mu
double mu
mu refers to the mean of the normal distribution. -
probDensFactor
double probDensFactor
factor on probability density to normalize to 1. -
sigma
double sigma
mu refers to the mean of the normal distribution.
-
-
Class org.opentrafficsim.core.dsol.OTSAnimator extends DEVSRealTimeClock.TimeDoubleUnit implements Serializable
- serialVersionUID:
- 20150511L
-
Serialized Fields
-
lastReplication
int lastReplication
Counter for replication.
-
-
Class org.opentrafficsim.core.dsol.OTSDEVSRTParallelMove extends DEVSRealTimeClock<Time,Duration,SimTimeDoubleUnit> implements Serializable
- serialVersionUID:
- 20140909L
-
Serialized Fields
-
executor
java.util.concurrent.ExecutorService executor
the thread pool for parallel execution. -
moveThreads
int moveThreads
number of threads to use for move().
-
-
Class org.opentrafficsim.core.dsol.OTSLoggingAnimator extends OTSAnimator implements Serializable
- serialVersionUID:
- 20150511L
-
Serialized Fields
-
animationThread
AnimatorInterface.AnimationThread animationThread
the current animation thread; null if none. -
lastReplication
int lastReplication
Counter for replication.
-
-
Class org.opentrafficsim.core.dsol.OTSReplication extends Replication.TimeDoubleUnit<OTSSimulatorInterface> implements Serializable
- serialVersionUID:
- 20140815L
-
Serialized Fields
-
historyManager
HistoryManager historyManager
History manager.
-
-
Class org.opentrafficsim.core.dsol.OTSSimulationException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 20151223L
-
Class org.opentrafficsim.core.dsol.OTSSimulator extends DEVSSimulator.TimeDoubleUnit implements Serializable
- serialVersionUID:
- 20150510L
-
Serialized Fields
-
lastReplication
int lastReplication
Counter for replication.
-
-
Class org.opentrafficsim.core.dsol.SynchronizedRedBlackTree extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
tree
java.util.TreeSet<SimEventInterface<T extends SimTime<?,?,T>>> tree
wrapped treeset.
-
-
-
Package org.opentrafficsim.core.egtf
-
Class org.opentrafficsim.core.egtf.EgtfEvent extends java.util.EventObject implements Serializable
- serialVersionUID:
- 20181008L
-
Serialized Fields
-
progress
double progress
Progress, a value in the range [0 ... 1].
-
-
-
Package org.opentrafficsim.core.geometry
-
Class org.opentrafficsim.core.geometry.OTS2DSet extends java.lang.Object implements Serializable
- serialVersionUID:
- 20170400L
-
Serialized Fields
-
allShapes
java.util.Set<OTSShape> allShapes
Set of all shapes used for iterators, etc. -
minimumCellSize
double minimumCellSize
How fine will this quad tree divide. This one is copied to each sub-node which is somewhat inefficient. -
quadTree
org.opentrafficsim.core.geometry.OTS2DSet.QuadTreeNode quadTree
Spatial storage for the OTSShapes.
-
-
Class org.opentrafficsim.core.geometry.OTSGeometryException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 20150722L
-
Class org.opentrafficsim.core.geometry.OTSLine3D extends java.lang.Object implements Serializable
- serialVersionUID:
- 20150722L
-
Serialized Fields
-
bounds
javax.media.j3d.Bounds bounds
The cached bounds; will be calculated when needed for the first time. -
centroid
OTSPoint3D centroid
The cached centroid; will be calculated when needed for the first time. -
envelope
org.locationtech.jts.geom.Envelope envelope
Bounding of this OTSLine3D. -
firstOffsetIntersection
OTSPoint3D firstOffsetIntersection
Intersection of unit offset lines of first two segments. -
fractionalHelperCenters
OTSPoint3D[] fractionalHelperCenters
The cached helper points for fractional projection; will be calculated when needed for the first time. -
fractionalHelperDirections
java.awt.geom.Point2D.Double[] fractionalHelperDirections
The cached helper directions for fractional projection; will be calculated when needed for the first time. -
lastOffsetIntersection
OTSPoint3D lastOffsetIntersection
Intersection of unit offset lines of last two segments. -
length
Length length
The cached length; will be calculated at time of construction. -
lengthIndexedLine
double[] lengthIndexedLine
The cumulative length of the line at point 'i'. -
points
OTSPoint3D[] points
The points of the line. -
vertexRadii
Length[] vertexRadii
Radius at each vertex.
-
-
Class org.opentrafficsim.core.geometry.OTSPoint3D extends java.lang.Object implements Serializable
- serialVersionUID:
- 20150722L
-
Serialized Fields
-
x
double x
The internal representation of the point; x-coordinate. -
y
double y
The internal representation of the point; y-coordinate. -
z
double z
The internal representation of the point; z-coordinate.
-
-
Class org.opentrafficsim.core.geometry.OTSShape extends OTSLine3D implements Serializable
- serialVersionUID:
- 20160331L
-
Serialized Fields
-
shape
java.awt.geom.Path2D shape
The underlying shape (only constructed if needed).
-
-
-
Package org.opentrafficsim.core.gtu
-
Class org.opentrafficsim.core.gtu.AbstractGTU extends EventProducer implements Serializable
- serialVersionUID:
- 20140822L
-
Serialized Fields
-
cachedAcceleration
Acceleration cachedAcceleration
Cached acceleration. -
cachedAccelerationTime
double cachedAccelerationTime
Cached acceleration time. -
cachedSpeed
Speed cachedSpeed
Cached speed. -
cachedSpeedTime
double cachedSpeedTime
Cached speed time. -
cacheLocation
DirectedPoint cacheLocation
Cached location at that time. -
cacheLocationTime
Time cacheLocationTime
Cache location time. -
children
java.util.Set<GTU> children
Children GTU's. -
destroyed
boolean destroyed
Is this GTU destroyed? -
errorHandler
GTUErrorHandler errorHandler
Error handler. -
gtuType
GTUType gtuType
The type of GTU, e.g. TruckType, CarType, BusType. -
id
java.lang.String id
The id of the GTU. -
maximumAcceleration
Acceleration maximumAcceleration
The maximum acceleration. -
maximumDeceleration
Acceleration maximumDeceleration
The maximum deceleration, stored as a negative number. -
nextMoveEvent
SimEvent<SimTimeDoubleUnit> nextMoveEvent
The next move event as scheduled on the simulator, can be used for interrupting the current move. -
odometer
Historical<Length> odometer
The odometer which measures how much distance have we covered between instantiation and the last completed operational plan. In order to get a complete odometer reading, the progress of the current plan execution has to be added to this value. -
operationalPlan
Historical<OperationalPlan> operationalPlan
The current operational plan, which provides a short-term movement over time. -
parameters
Parameters parameters
Model parameters. -
parent
GTU parent
Parent GTU. -
perceivableContext
PerceivableContext perceivableContext
The model in which this GTU is registered. -
simulator
OTSSimulatorInterface simulator
The simulator to schedule activities on. -
strategicalPlanner
Historical<StrategicalPlanner> strategicalPlanner
The strategical planner that can instantiate tactical planners to determine mid-term decisions. -
tacticalPlanner
Historical<TacticalPlanner<?,?>> tacticalPlanner
The tactical planner that can generate an operational plan. -
uniqueNumber
int uniqueNumber
unique number of the GTU.
-
-
Class org.opentrafficsim.core.gtu.AbstractLinkBasedGTU extends AbstractGTU implements Serializable
- serialVersionUID:
- 20151114L
-
Serialized Fields
-
network
OTSNetwork network
The network in which this GTU is (initially) registered.
-
-
Class org.opentrafficsim.core.gtu.GTUCharacteristics extends java.lang.Object implements Serializable
- serialVersionUID:
- 20160000L
-
Serialized Fields
-
front
Length front
Front position relative to the reference position. -
gtuType
GTUType gtuType
The type of the GTU. -
length
Length length
Length of the GTU. -
maximumAcceleration
Acceleration maximumAcceleration
Maximum acceleration. -
maximumDeceleration
Acceleration maximumDeceleration
Maximum deceleration. -
maximumSpeed
Speed maximumSpeed
Maximum speed of the GTU. -
width
Length width
Width of the GTU.
-
-
Class org.opentrafficsim.core.gtu.GTUException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 20150217L
-
Class org.opentrafficsim.core.gtu.GTUType extends HierarchicalType<GTUType> implements Serializable
- serialVersionUID:
- 20141231L
-
Serialized Fields
-
network
Network network
the network to which the GTUType belongs.
-
-
Class org.opentrafficsim.core.gtu.MoveCheckerException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 20190806L
-
Class org.opentrafficsim.core.gtu.RelativePosition extends java.lang.Object implements Serializable
- serialVersionUID:
- 20141231L
-
Serialized Fields
-
dx
Length dx
Positive x is in the normal direction of movement. -
dy
Length dy
Positive y is left compared to the normal direction of movement (seen from the top). -
dz
Length dz
Positive z is up. -
hash
int hash
the cached hash code. -
type
RelativePosition.TYPE type
Type of relative position (FRONT, BACK, etc.).
-
-
Class org.opentrafficsim.core.gtu.RelativePosition.TYPE extends java.lang.Object implements Serializable
- serialVersionUID:
- 20141231L
-
Serialized Fields
-
hash
int hash
the cached hashcode. -
name
java.lang.String name
The type name.
-
-
Class org.opentrafficsim.core.gtu.TemplateGTUType extends java.lang.Object implements Serializable
- serialVersionUID:
- 20141230L
-
Serialized Fields
-
gtuType
GTUType gtuType
The type of the GTU. -
lengthGenerator
Generator<Length> lengthGenerator
Generator for the length of the GTU. -
maxAcceleration
Generator<Acceleration> maxAcceleration
Generator for the maximum acceleration of the GTU. -
maxDeceleration
Generator<Acceleration> maxDeceleration
Generator for the maximum deceleration of the GTU. -
maximumSpeedGenerator
Generator<Speed> maximumSpeedGenerator
Generator for the maximum speed of the GTU. -
widthGenerator
Generator<Length> widthGenerator
Generator for the width of the GTU.
-
-
-
Package org.opentrafficsim.core.gtu.perception
-
Class org.opentrafficsim.core.gtu.perception.AbstractPerception extends java.lang.Object implements Serializable
- serialVersionUID:
- 20160729L
-
Serialized Fields
-
cachedCategories
java.util.Map<java.lang.Class<? extends PerceptionCategory<?,?>>,PerceptionCategory<?,?>> cachedCategories
Cache, avoiding loop and isAssignableFrom. -
gtu
G extends GTU gtu
GTU. -
perceptionCategories
java.util.Map<java.lang.Class<? extends PerceptionCategory<?,?>>,PerceptionCategory<?,?>> perceptionCategories
Set of available perception categories.
-
-
Class org.opentrafficsim.core.gtu.perception.AbstractPerceptionCategory extends Type<AbstractPerceptionCategory<G extends GTU,P extends Perception<G>>> implements Serializable
- serialVersionUID:
- 20160811L
-
Serialized Fields
-
perception
P extends Perception<G> perception
Connected perception.
-
-
Class org.opentrafficsim.core.gtu.perception.DirectEgoPerception extends AbstractPerceptionCategory<G extends GTU,P extends Perception<G>> implements Serializable
- serialVersionUID:
- 20160811L
-
Serialized Fields
-
acceleration
TimeStampedObject<Acceleration> acceleration
Speed. -
length
TimeStampedObject<Length> length
Length. -
speed
TimeStampedObject<Speed> speed
Speed. -
width
TimeStampedObject<Length> width
Width.
-
-
Class org.opentrafficsim.core.gtu.perception.PerceptionException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 20170304L
-
-
Package org.opentrafficsim.core.gtu.plan.operational
-
Class org.opentrafficsim.core.gtu.plan.operational.OperationalPlan extends java.lang.Object implements Serializable
- serialVersionUID:
- 20151114L
-
Serialized Fields
-
endSpeed
Speed endSpeed
The speed at the end of the operational plan. -
gtu
GTU gtu
GTU for debugging purposes. -
operationalPlanSegmentList
java.util.List<OperationalPlan.Segment> operationalPlanSegmentList
The segments that make up the path with an acceleration, constant speed or deceleration profile. -
path
OTSLine3D path
The path to follow from a certain time till a certain time. -
segmentStartTimesRelSI
double[] segmentStartTimesRelSI
An array of relative start times of each segment, expressed in the SI unit, where the last time is the overall ending time of the operational plan. -
startSpeed
Speed startSpeed
The GTU speed when we start executing the path. -
startTime
Time startTime
The absolute start time when we start executing the path. -
totalDuration
Duration totalDuration
The duration of executing the entire operational plan. -
totalLength
Length totalLength
The length of the entire operational plan. -
waitPlan
boolean waitPlan
Is this operational plan a wait plan?
-
-
Class org.opentrafficsim.core.gtu.plan.operational.OperationalPlan.AccelerationSegment extends OperationalPlan.Segment implements Serializable
- serialVersionUID:
- 20151114L
-
Serialized Fields
-
acceleration
Acceleration acceleration
The acceleration for the given duration.
-
-
Class org.opentrafficsim.core.gtu.plan.operational.OperationalPlan.Segment extends java.lang.Object implements Serializable
- serialVersionUID:
- 20151114L
-
Class org.opentrafficsim.core.gtu.plan.operational.OperationalPlan.SpeedSegment extends OperationalPlan.Segment implements Serializable
- serialVersionUID:
- 20151114L
-
Class org.opentrafficsim.core.gtu.plan.operational.OperationalPlanException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 20151223L
-
-
Package org.opentrafficsim.core.idgenerator
-
Class org.opentrafficsim.core.idgenerator.IdGenerator extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
baseName
java.lang.String baseName
All generated names start with this string. -
last
long last
Number of the last generated id.
-
-
-
Package org.opentrafficsim.core.math
-
Class org.opentrafficsim.core.math.Acceleration3D extends java.lang.Object implements Serializable
- serialVersionUID:
- 20150000L
-
Serialized Fields
-
acceleration
AccelerationVector acceleration
The acceleration in 3D (XYZ coded).
-
-
Class org.opentrafficsim.core.math.Angle3D extends java.lang.Object implements Serializable
- serialVersionUID:
- 20160000L
-
Serialized Fields
-
rotation
AngleVector rotation
The rotations of the rotation in 3D (RPY coded).
-
-
Class org.opentrafficsim.core.math.Direction3D extends java.lang.Object implements Serializable
- serialVersionUID:
- 20160000L
-
Serialized Fields
-
rotation
DirectionVector rotation
The angles of the rotation in 3D (RPY coded).
-
-
Class org.opentrafficsim.core.math.Speed3D extends java.lang.Object implements Serializable
- serialVersionUID:
- 20160000L
-
Serialized Fields
-
speed
SpeedVector speed
The speed in 3D (XYZ coded).
-
-
-
Package org.opentrafficsim.core.network
-
Class org.opentrafficsim.core.network.CapacityOTSLink extends OTSLink implements Serializable
- serialVersionUID:
- 20151108L
-
Serialized Fields
-
capacity
Frequency capacity
Link capacity in vehicles per time unit. This is a mutable property (e.g., blockage).
-
-
Class org.opentrafficsim.core.network.DirectedLinkPosition extends LinkDirection implements Serializable
- serialVersionUID:
- 20181022L
-
Serialized Fields
-
fractionalLongitudinalPosition
double fractionalLongitudinalPosition
The fractional position (between 0.0 and 1.0) of the reference point on the lane.
-
-
Class org.opentrafficsim.core.network.ExpansionNetwork extends OTSNetwork implements Serializable
- serialVersionUID:
- 20150104L
-
Class org.opentrafficsim.core.network.LinkDirection extends java.lang.Object implements Serializable
- serialVersionUID:
- 20150000L
-
Serialized Fields
-
direction
GTUDirectionality direction
The direction on the link, with or against the design line. -
link
Link link
The link.
-
-
Class org.opentrafficsim.core.network.LinkEdge extends org.jgrapht.graph.DefaultWeightedEdge implements Serializable
- serialVersionUID:
- 1L
-
Class org.opentrafficsim.core.network.LinkLocation extends java.lang.Object implements Serializable
- serialVersionUID:
- 20150000L
-
Serialized Fields
-
fractionalLongitudinalPosition
double fractionalLongitudinalPosition
The fractional position (between 0.0 and 1.0) of the reference point on the lane. -
link
Link link
The link of the location of a point relative to the GTU.
-
-
Class org.opentrafficsim.core.network.LinkType extends HierarchicalType<LinkType> implements Serializable
- serialVersionUID:
- 20140821L
-
Serialized Fields
-
compatibility
GTUCompatibility<LinkType> compatibility
The compatibility of GTU types with this link type. -
network
Network network
the network to which the LinkType belongs. -
reversed
LinkType reversed
Reversed link type.
-
-
Class org.opentrafficsim.core.network.NetworkException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 20140822L
-
Class org.opentrafficsim.core.network.OTSLink extends EventProducer implements Serializable
- serialVersionUID:
- 20150101L
-
Serialized Fields
-
designLine
OTSLine3D designLine
Design line of the link. -
endNode
Node endNode
End node (directional). -
gtus
java.util.Set<GTU> gtus
The GTUs on this Link. -
id
java.lang.String id
Link id. -
linkType
LinkType linkType
Link type to indicate compatibility with GTU types. -
network
Network network
the Network. -
startNode
Node startNode
Start node (directional). -
zLocation
DirectedPoint zLocation
the location with 0.01 m extra height.
-
-
Class org.opentrafficsim.core.network.OTSNetwork extends EventProducer implements Serializable
- serialVersionUID:
- 20150722L
-
Serialized Fields
-
gtuMap
java.util.Map<java.lang.String,GTU> gtuMap
GTUs registered in this network. -
gtuTypeMap
java.util.Map<java.lang.String,GTUType> gtuTypeMap
GTUTypes registered for this network. -
id
java.lang.String id
Id of this network. -
invisibleObjectMap
java.util.Map<java.lang.String,InvisibleObjectInterface> invisibleObjectMap
Map of InvisibleObjects. -
linkGraphs
java.util.Map<GTUType,org.jgrapht.graph.SimpleDirectedWeightedGraph<Node,LinkEdge<Link>>> linkGraphs
Graphs to calculate shortest paths per GTUType. -
linkMap
java.util.Map<java.lang.String,Link> linkMap
Map of Links. -
linkTypeMap
java.util.Map<java.lang.String,LinkType> linkTypeMap
LinkTypes registered for this network. -
nodeMap
java.util.Map<java.lang.String,Node> nodeMap
Map of Nodes. -
objectMap
java.util.Map<java.lang.String,ObjectInterface> objectMap
Map of ObjectInterface. -
routeMap
java.util.Map<GTUType,java.util.Map<java.lang.String,Route>> routeMap
Map of Routes. -
simulator
OTSSimulatorInterface simulator
The DSOL simulator engine.
-
-
Class org.opentrafficsim.core.network.OTSNode extends java.lang.Object implements Serializable
- serialVersionUID:
- 20150722L
-
Serialized Fields
-
cachedLinks
ImmutableSet<Link> cachedLinks
The cached immutable set of links to return. -
connections
java.util.Map<GTUType,java.util.Map<Link,java.util.Set<Link>>> connections
Map with connections per GTU type. When this map is null, the all connections that are possible for the GTU type will be included, with the exception of the U-turn. When exceptions are taken into account, the map has to be completely filled as it replaces the default. The map gives per GTU type a map of incoming links that are connected to outgoing links, which are stored in a Set. -
heading
double heading
Heading. -
id
java.lang.String id
The node id. -
links
java.util.Set<Link> links
The links connected to the Node. -
network
Network network
the Network. -
point
OTSPoint3D point
The point.
-
-
-
Package org.opentrafficsim.core.network.route
-
Class org.opentrafficsim.core.network.route.CompleteRoute extends Route implements Serializable
- serialVersionUID:
- 20150722L
-
Serialized Fields
-
gtuType
GTUType gtuType
The GTUType for which this is a route.
-
-
Class org.opentrafficsim.core.network.route.FixedRouteGenerator extends ConstantGenerator<Route> implements Serializable
- serialVersionUID:
- 20150000L
-
Class org.opentrafficsim.core.network.route.ProbabilisticRouteGenerator extends java.lang.Object implements Serializable
- serialVersionUID:
- 20150000L
-
Serialized Fields
-
distribution
Distribution<Route> distribution
The Distribution from which routes are drawn.
-
-
Class org.opentrafficsim.core.network.route.Route extends java.lang.Object implements Serializable
- serialVersionUID:
- 20150101L
-
-
Package org.opentrafficsim.core.object
-
Class org.opentrafficsim.core.object.StaticObject extends EventProducer implements Serializable
- serialVersionUID:
- 20160400L
-
-
Package org.opentrafficsim.core.perception
-
Class org.opentrafficsim.core.perception.HistoryManagerDEVS extends HistoryManager implements Serializable
-
Serialized Fields
-
cleanUpInterval
Duration cleanUpInterval
Clean-up interval. -
history
Duration history
Time over which history is guaranteed. -
none
java.lang.Object[] none
Event input, can be the same as it's nothing. -
simulator
DEVSSimulatorInterface.TimeDoubleUnit simulator
Simulator.
-
-
-
-
Package org.opentrafficsim.core.units.distributions
-
Class org.opentrafficsim.core.units.distributions.AbstractContinuousDistScalar extends java.lang.Object implements Serializable
- serialVersionUID:
- 20150000L
-
Serialized Fields
-
displayUnit
Unit<?> displayUnit
The unit. -
distribution
DistContinuous distribution
The wrapped distribution function.
-
-
Class org.opentrafficsim.core.units.distributions.AbstractDiscreteDistScalar extends java.lang.Object implements Serializable
- serialVersionUID:
- 20150000L
-
Serialized Fields
-
distribution
DistDiscrete distribution
The wrapped distribution function. -
unit
Unit<?> unit
The unit.
-
-
Class org.opentrafficsim.core.units.distributions.ContinuousDistAbsoluteTemperature extends ContinuousDistDoubleScalar.Abs<AbsoluteTemperature,AbsoluteTemperatureUnit,TemperatureUnit> implements Serializable
- serialVersionUID:
- 20180829L
-
Class org.opentrafficsim.core.units.distributions.ContinuousDistAcceleration extends ContinuousDistDoubleScalar.Rel<Acceleration,AccelerationUnit> implements Serializable
- serialVersionUID:
- 20180829L
-
Class org.opentrafficsim.core.units.distributions.ContinuousDistAngle extends ContinuousDistDoubleScalar.Rel<Angle,AngleUnit> implements Serializable
- serialVersionUID:
- 20180829L
-
Class org.opentrafficsim.core.units.distributions.ContinuousDistArea extends ContinuousDistDoubleScalar.Rel<Area,AreaUnit> implements Serializable
- serialVersionUID:
- 20180829L
-
Class org.opentrafficsim.core.units.distributions.ContinuousDistDensity extends ContinuousDistDoubleScalar.Rel<Density,DensityUnit> implements Serializable
- serialVersionUID:
- 20180829L
-
Class org.opentrafficsim.core.units.distributions.ContinuousDistDimensionless extends ContinuousDistDoubleScalar.Rel<Dimensionless,DimensionlessUnit> implements Serializable
- serialVersionUID:
- 20180829L
-
Class org.opentrafficsim.core.units.distributions.ContinuousDistDirection extends ContinuousDistDoubleScalar.Abs<Direction,DirectionUnit,AngleUnit> implements Serializable
- serialVersionUID:
- 20180829L
-
Class org.opentrafficsim.core.units.distributions.ContinuousDistDoubleScalar.Abs extends AbstractContinuousDistScalar implements Serializable
- serialVersionUID:
- 20150000L
-
Class org.opentrafficsim.core.units.distributions.ContinuousDistDoubleScalar.Rel extends AbstractContinuousDistScalar implements Serializable
- serialVersionUID:
- 20150000L
-
Class org.opentrafficsim.core.units.distributions.ContinuousDistDuration extends ContinuousDistDoubleScalar.Rel<Duration,DurationUnit> implements Serializable
- serialVersionUID:
- 20180829L
-
Class org.opentrafficsim.core.units.distributions.ContinuousDistElectricalCharge extends ContinuousDistDoubleScalar.Rel<ElectricalCharge,ElectricalChargeUnit> implements Serializable
- serialVersionUID:
- 20180829L
-
Class org.opentrafficsim.core.units.distributions.ContinuousDistElectricalCurrent extends ContinuousDistDoubleScalar.Rel<ElectricalCurrent,ElectricalCurrentUnit> implements Serializable
- serialVersionUID:
- 20180829L
-
Class org.opentrafficsim.core.units.distributions.ContinuousDistElectricalPotential extends ContinuousDistDoubleScalar.Rel<ElectricalPotential,ElectricalPotentialUnit> implements Serializable
- serialVersionUID:
- 20180829L
-
Class org.opentrafficsim.core.units.distributions.ContinuousDistElectricalResistance extends ContinuousDistDoubleScalar.Rel<ElectricalResistance,ElectricalResistanceUnit> implements Serializable
- serialVersionUID:
- 20180829L
-
Class org.opentrafficsim.core.units.distributions.ContinuousDistEnergy extends ContinuousDistDoubleScalar.Rel<Energy,EnergyUnit> implements Serializable
- serialVersionUID:
- 20180829L
-
Class org.opentrafficsim.core.units.distributions.ContinuousDistFloatScalar.Abs extends AbstractContinuousDistScalar implements Serializable
- serialVersionUID:
- 20150000L
-
Class org.opentrafficsim.core.units.distributions.ContinuousDistFloatScalar.Rel extends AbstractContinuousDistScalar implements Serializable
- serialVersionUID:
- 20150000L
-
Class org.opentrafficsim.core.units.distributions.ContinuousDistFlowMass extends ContinuousDistDoubleScalar.Rel<FlowMass,FlowMassUnit> implements Serializable
- serialVersionUID:
- 20180829L
-
Class org.opentrafficsim.core.units.distributions.ContinuousDistForce extends ContinuousDistDoubleScalar.Rel<Force,ForceUnit> implements Serializable
- serialVersionUID:
- 20180829L
-
Class org.opentrafficsim.core.units.distributions.ContinuousDistFrequency extends ContinuousDistDoubleScalar.Rel<Frequency,FrequencyUnit> implements Serializable
- serialVersionUID:
- 20180829L
-
Class org.opentrafficsim.core.units.distributions.ContinuousDistLength extends ContinuousDistDoubleScalar.Rel<Length,LengthUnit> implements Serializable
- serialVersionUID:
- 20180829L
-
Class org.opentrafficsim.core.units.distributions.ContinuousDistLinearDensity extends ContinuousDistDoubleScalar.Rel<LinearDensity,LinearDensityUnit> implements Serializable
- serialVersionUID:
- 20180829L
-
Class org.opentrafficsim.core.units.distributions.ContinuousDistMass extends ContinuousDistDoubleScalar.Rel<Mass,MassUnit> implements Serializable
- serialVersionUID:
- 20180829L
-
Class org.opentrafficsim.core.units.distributions.ContinuousDistPosition extends ContinuousDistDoubleScalar.Abs<Position,PositionUnit,LengthUnit> implements Serializable
- serialVersionUID:
- 20180829L
-
Class org.opentrafficsim.core.units.distributions.ContinuousDistPower extends ContinuousDistDoubleScalar.Rel<Power,PowerUnit> implements Serializable
- serialVersionUID:
- 20180829L
-
Class org.opentrafficsim.core.units.distributions.ContinuousDistPressure extends ContinuousDistDoubleScalar.Rel<Pressure,PressureUnit> implements Serializable
- serialVersionUID:
- 20180829L
-
Class org.opentrafficsim.core.units.distributions.ContinuousDistSolidAngle extends ContinuousDistDoubleScalar.Rel<SolidAngle,SolidAngleUnit> implements Serializable
- serialVersionUID:
- 20180829L
-
Class org.opentrafficsim.core.units.distributions.ContinuousDistSpeed extends ContinuousDistDoubleScalar.Rel<Speed,SpeedUnit> implements Serializable
- serialVersionUID:
- 20180829L
-
Class org.opentrafficsim.core.units.distributions.ContinuousDistTemperature extends ContinuousDistDoubleScalar.Rel<Temperature,TemperatureUnit> implements Serializable
- serialVersionUID:
- 20180829L
-
Class org.opentrafficsim.core.units.distributions.ContinuousDistTime extends ContinuousDistDoubleScalar.Abs<Time,TimeUnit,DurationUnit> implements Serializable
- serialVersionUID:
- 20180829L
-
Class org.opentrafficsim.core.units.distributions.ContinuousDistTorque extends ContinuousDistDoubleScalar.Rel<Torque,TorqueUnit> implements Serializable
- serialVersionUID:
- 20180829L
-
Class org.opentrafficsim.core.units.distributions.ContinuousDistVolume extends ContinuousDistDoubleScalar.Rel<Volume,VolumeUnit> implements Serializable
- serialVersionUID:
- 20180829L
-
Class org.opentrafficsim.core.units.distributions.DiscreteDistAbsoluteTemperature extends DiscreteDistDoubleScalar.Abs<AbsoluteTemperature,AbsoluteTemperatureUnit,TemperatureUnit> implements Serializable
- serialVersionUID:
- 20180829L
-
Class org.opentrafficsim.core.units.distributions.DiscreteDistAcceleration extends DiscreteDistDoubleScalar.Rel<Acceleration,AccelerationUnit> implements Serializable
- serialVersionUID:
- 20180829L
-
Class org.opentrafficsim.core.units.distributions.DiscreteDistAngle extends DiscreteDistDoubleScalar.Rel<Angle,AngleUnit> implements Serializable
- serialVersionUID:
- 20180829L
-
Class org.opentrafficsim.core.units.distributions.DiscreteDistArea extends DiscreteDistDoubleScalar.Rel<Area,AreaUnit> implements Serializable
- serialVersionUID:
- 20180829L
-
Class org.opentrafficsim.core.units.distributions.DiscreteDistDensity extends DiscreteDistDoubleScalar.Rel<Density,DensityUnit> implements Serializable
- serialVersionUID:
- 20180829L
-
Class org.opentrafficsim.core.units.distributions.DiscreteDistDimensionless extends DiscreteDistDoubleScalar.Rel<Dimensionless,DimensionlessUnit> implements Serializable
- serialVersionUID:
- 20180829L
-
Class org.opentrafficsim.core.units.distributions.DiscreteDistDirection extends DiscreteDistDoubleScalar.Abs<Direction,DirectionUnit,AngleUnit> implements Serializable
- serialVersionUID:
- 20180829L
-
Class org.opentrafficsim.core.units.distributions.DiscreteDistDoubleScalar.Abs extends AbstractDiscreteDistScalar implements Serializable
- serialVersionUID:
- 20150000L
-
Class org.opentrafficsim.core.units.distributions.DiscreteDistDoubleScalar.Rel extends AbstractDiscreteDistScalar implements Serializable
- serialVersionUID:
- 20150000L
-
Class org.opentrafficsim.core.units.distributions.DiscreteDistDuration extends DiscreteDistDoubleScalar.Rel<Duration,DurationUnit> implements Serializable
- serialVersionUID:
- 20180829L
-
Class org.opentrafficsim.core.units.distributions.DiscreteDistElectricalCharge extends DiscreteDistDoubleScalar.Rel<ElectricalCharge,ElectricalChargeUnit> implements Serializable
- serialVersionUID:
- 20180829L
-
Class org.opentrafficsim.core.units.distributions.DiscreteDistElectricalCurrent extends DiscreteDistDoubleScalar.Rel<ElectricalCurrent,ElectricalCurrentUnit> implements Serializable
- serialVersionUID:
- 20180829L
-
Class org.opentrafficsim.core.units.distributions.DiscreteDistElectricalPotential extends DiscreteDistDoubleScalar.Rel<ElectricalPotential,ElectricalPotentialUnit> implements Serializable
- serialVersionUID:
- 20180829L
-
Class org.opentrafficsim.core.units.distributions.DiscreteDistElectricalResistance extends DiscreteDistDoubleScalar.Rel<ElectricalResistance,ElectricalResistanceUnit> implements Serializable
- serialVersionUID:
- 20180829L
-
Class org.opentrafficsim.core.units.distributions.DiscreteDistEnergy extends DiscreteDistDoubleScalar.Rel<Energy,EnergyUnit> implements Serializable
- serialVersionUID:
- 20180829L
-
Class org.opentrafficsim.core.units.distributions.DiscreteDistFloatScalar.Abs extends AbstractDiscreteDistScalar implements Serializable
- serialVersionUID:
- 20150000L
-
Class org.opentrafficsim.core.units.distributions.DiscreteDistFloatScalar.Rel extends AbstractDiscreteDistScalar implements Serializable
- serialVersionUID:
- 20150000L
-
Class org.opentrafficsim.core.units.distributions.DiscreteDistFlowMass extends DiscreteDistDoubleScalar.Rel<FlowMass,FlowMassUnit> implements Serializable
- serialVersionUID:
- 20180829L
-
Class org.opentrafficsim.core.units.distributions.DiscreteDistForce extends DiscreteDistDoubleScalar.Rel<Force,ForceUnit> implements Serializable
- serialVersionUID:
- 20180829L
-
Class org.opentrafficsim.core.units.distributions.DiscreteDistFrequency extends DiscreteDistDoubleScalar.Rel<Frequency,FrequencyUnit> implements Serializable
- serialVersionUID:
- 20180829L
-
Class org.opentrafficsim.core.units.distributions.DiscreteDistLength extends DiscreteDistDoubleScalar.Rel<Length,LengthUnit> implements Serializable
- serialVersionUID:
- 20180829L
-
Class org.opentrafficsim.core.units.distributions.DiscreteDistLinearDensity extends DiscreteDistDoubleScalar.Rel<LinearDensity,LinearDensityUnit> implements Serializable
- serialVersionUID:
- 20180829L
-
Class org.opentrafficsim.core.units.distributions.DiscreteDistMass extends DiscreteDistDoubleScalar.Rel<Mass,MassUnit> implements Serializable
- serialVersionUID:
- 20180829L
-
Class org.opentrafficsim.core.units.distributions.DiscreteDistPosition extends DiscreteDistDoubleScalar.Abs<Position,PositionUnit,LengthUnit> implements Serializable
- serialVersionUID:
- 20180829L
-
Class org.opentrafficsim.core.units.distributions.DiscreteDistPower extends DiscreteDistDoubleScalar.Rel<Power,PowerUnit> implements Serializable
- serialVersionUID:
- 20180829L
-
Class org.opentrafficsim.core.units.distributions.DiscreteDistPressure extends DiscreteDistDoubleScalar.Rel<Pressure,PressureUnit> implements Serializable
- serialVersionUID:
- 20180829L
-
Class org.opentrafficsim.core.units.distributions.DiscreteDistSolidAngle extends DiscreteDistDoubleScalar.Rel<SolidAngle,SolidAngleUnit> implements Serializable
- serialVersionUID:
- 20180829L
-
Class org.opentrafficsim.core.units.distributions.DiscreteDistSpeed extends DiscreteDistDoubleScalar.Rel<Speed,SpeedUnit> implements Serializable
- serialVersionUID:
- 20180829L
-
Class org.opentrafficsim.core.units.distributions.DiscreteDistTemperature extends DiscreteDistDoubleScalar.Rel<Temperature,TemperatureUnit> implements Serializable
- serialVersionUID:
- 20180829L
-
Class org.opentrafficsim.core.units.distributions.DiscreteDistTime extends DiscreteDistDoubleScalar.Abs<Time,TimeUnit,DurationUnit> implements Serializable
- serialVersionUID:
- 20180829L
-
Class org.opentrafficsim.core.units.distributions.DiscreteDistTorque extends DiscreteDistDoubleScalar.Rel<Torque,TorqueUnit> implements Serializable
- serialVersionUID:
- 20180829L
-
Class org.opentrafficsim.core.units.distributions.DiscreteDistVolume extends DiscreteDistDoubleScalar.Rel<Volume,VolumeUnit> implements Serializable
- serialVersionUID:
- 20180829L
-