Serialized Form
-
Package org.opentrafficsim.core.compatibility
-
Class org.opentrafficsim.core.compatibility.GtuCompatibleInfraType
class GtuCompatibleInfraType extends HierarchicalType<T extends GtuCompatibleInfraType<T,I>, I extends HierarchicallyTyped<T, I>> implements Serializable - serialVersionUID:
- 20220928L
-
Serialized Fields
-
gtuCompatibility
GtuCompatibility<T extends GtuCompatibleInfraType<T,
I>> gtuCompatibility Local cache to delegate compatibility to.
-
-
-
Package org.opentrafficsim.core.distributions
-
Class org.opentrafficsim.core.distributions.Distribution
class Distribution extends Object implements Serializable- serialVersionUID:
- 20160301L
-
Serialized Fields
-
cumulativeTotal
double cumulativeTotal
Sum of all probabilities or frequencies. -
generators
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
class FrequencyAndObject extends Object implements Serializable- serialVersionUID:
- 20160301L
-
Serialized Fields
-
frequency
double frequency
Frequency (or probability) of an object. -
object
O object
The object.
-
-
Exception org.opentrafficsim.core.distributions.ProbabilityException
class ProbabilityException extends Exception implements Serializable- serialVersionUID:
- 20160301L
-
-
Package org.opentrafficsim.core.dsol
-
Class org.opentrafficsim.core.dsol.AbstractOtsModel
class AbstractOtsModel extends AbstractDSOLModel<Duration,OtsSimulatorInterface> implements Serializable - serialVersionUID:
- 1L
-
Class org.opentrafficsim.core.dsol.AbstractOtsSimulationApplication
class AbstractOtsSimulationApplication extends Object implements Serializable- serialVersionUID:
- 20141216L
-
Serialized Fields
-
model
OtsModelInterface model
the model.
-
-
Class org.opentrafficsim.core.dsol.OtsAnimator
- serialVersionUID:
- 20150511L
-
Serialized Fields
-
lastReplication
int lastReplication
Counter for replication.
-
-
Class org.opentrafficsim.core.dsol.OtsDevsRealTimeParallelMove
- serialVersionUID:
- 20140909L
-
Serialized Fields
-
executor
ExecutorService executor
the thread pool for parallel execution. -
moveThreads
int moveThreads
number of threads to use for move().
-
-
Class org.opentrafficsim.core.dsol.OtsLoggingAnimator
class 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
- serialVersionUID:
- 20140815L
-
Serialized Fields
-
historyManager
HistoryManager historyManager
History manager. -
startTimeAbs
Time startTimeAbs
the (absolute) start time of the replication.
-
-
Exception org.opentrafficsim.core.dsol.OtsSimulationException
class OtsSimulationException extends Exception implements Serializable- serialVersionUID:
- 20151223L
-
Class org.opentrafficsim.core.dsol.OtsSimulator
- serialVersionUID:
- 20150510L
-
Serialized Fields
-
lastReplication
int lastReplication
Counter for replication.
-
-
Class org.opentrafficsim.core.dsol.SynchronizedRedBlackTree
class SynchronizedRedBlackTree extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
tree
TreeSet<SimEventInterface<T extends Number & Comparable<T>>> tree
wrapped treeset.
-
-
-
Package org.opentrafficsim.core.egtf
-
Class org.opentrafficsim.core.egtf.EgtfEvent
class EgtfEvent extends 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.Bounds
class Bounds extends Bounds3d implements Serializable -
Class org.opentrafficsim.core.geometry.DirectedPoint
class DirectedPoint extends OrientedPoint3d implements Serializable -
Class org.opentrafficsim.core.geometry.Ots2dSet
class Ots2dSet extends Object implements Serializable- serialVersionUID:
- 20170400L
-
Serialized Fields
-
allShapes
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
Ots2dSet.QuadTreeNode quadTree
Spatial storage for the OtsShapes.
-
-
Exception org.opentrafficsim.core.geometry.OtsGeometryException
class OtsGeometryException extends Exception implements Serializable- serialVersionUID:
- 20150722L
-
Class org.opentrafficsim.core.geometry.OtsLine3d
class OtsLine3d extends Object implements Serializable- serialVersionUID:
- 20150722L
-
Serialized Fields
-
bounds
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
Bounds 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
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
class OtsPoint3d extends 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
class OtsShape extends OtsLine3d implements Serializable- serialVersionUID:
- 20160331L
-
Serialized Fields
-
shape
Path2D shape
The underlying shape (only constructed if needed).
-
-
-
Package org.opentrafficsim.core.gtu
-
Class org.opentrafficsim.core.gtu.Gtu
class Gtu extends org.djutils.event.LocalEventProducer 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
Set<Gtu> children
Children GTU's. -
contourPoints
Set<RelativePosition> contourPoints
contour points. -
destroyed
boolean destroyed
Is this GTU destroyed? -
errorHandler
GtuErrorHandler errorHandler
Error handler. -
frontPos
RelativePosition frontPos
cached front. -
gtuType
GtuType gtuType
The type of GTU, e.g. TruckType, CarType, BusType. -
id
String id
The id of the GTU. -
length
Length length
The maximum length of the GTU (parallel with driving direction). -
maximumAcceleration
Acceleration maximumAcceleration
The maximum acceleration. -
maximumDeceleration
Acceleration maximumDeceleration
The maximum deceleration, stored as a negative number. -
maximumSpeed
Speed maximumSpeed
The maximum speed of the GTU (in the driving direction). -
nextMoveEvent
SimEvent<Duration> 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. -
rearPos
RelativePosition rearPos
cached rear. -
relativePositions
Map<RelativePosition.TYPE,
RelativePosition> relativePositions Sensing positions. -
shape
OtsShape shape
shape of the Gtu contour. -
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. -
tags
Map<String,
String> tags Tags of the GTU, these are used for specific use cases of any sort. -
uniqueNumber
int uniqueNumber
unique number of the GTU. -
width
Length width
The maximum width of the GTU (perpendicular to driving direction).
-
-
Class org.opentrafficsim.core.gtu.GtuCharacteristics
class GtuCharacteristics extends 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.
-
-
Exception org.opentrafficsim.core.gtu.GtuException
class GtuException extends Exception implements Serializable- serialVersionUID:
- 20150217L
-
Class org.opentrafficsim.core.gtu.GtuTemplate
class GtuTemplate extends 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.
-
-
Class org.opentrafficsim.core.gtu.GtuType
- serialVersionUID:
- 20141231L
-
Serialized Fields
-
marker
GtuType.Marker marker
Defines the shape of a marker GTUs are drawn with when zoomed out.
-
-
Exception org.opentrafficsim.core.gtu.MoveCheckerException
class MoveCheckerException extends RuntimeException implements Serializable- serialVersionUID:
- 20190806L
-
Class org.opentrafficsim.core.gtu.RelativePosition
class RelativePosition extends 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
class TYPE extends Object implements Serializable- serialVersionUID:
- 20141231L
-
Serialized Fields
-
hash
int hash
the cached hashcode. -
name
String name
The type name.
-
-
-
Package org.opentrafficsim.core.gtu.perception
-
Class org.opentrafficsim.core.gtu.perception.AbstractPerception
class AbstractPerception extends Object implements Serializable- serialVersionUID:
- 20160729L
-
Serialized Fields
-
cachedCategories
Map<Class<? extends PerceptionCategory<?,
?>>, PerceptionCategory<?, ?>> cachedCategories Cache, avoiding loop and isAssignableFrom. -
gtu
G extends Gtu gtu
GTU. -
perceptionCategories
Map<Class<? extends PerceptionCategory<?,
?>>, PerceptionCategory<?, ?>> perceptionCategories Set of available perception categories.
-
-
Class org.opentrafficsim.core.gtu.perception.AbstractPerceptionCategory
class AbstractPerceptionCategory extends Object implements Serializable- serialVersionUID:
- 20160811L
-
Serialized Fields
-
perception
P extends Perception<G> perception
Connected perception.
-
-
Class org.opentrafficsim.core.gtu.perception.DirectEgoPerception
class 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.
-
-
Exception org.opentrafficsim.core.gtu.perception.PerceptionException
class PerceptionException extends Exception implements Serializable- serialVersionUID:
- 20170304L
-
-
Package org.opentrafficsim.core.gtu.plan.operational
-
Class org.opentrafficsim.core.gtu.plan.operational.OperationalPlan
class OperationalPlan extends 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
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
class 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
class Segment extends Object implements Serializable- serialVersionUID:
- 20151114L
-
Class org.opentrafficsim.core.gtu.plan.operational.OperationalPlan.SpeedSegment
class SpeedSegment extends OperationalPlan.Segment implements Serializable- serialVersionUID:
- 20151114L
-
Exception org.opentrafficsim.core.gtu.plan.operational.OperationalPlanException
class OperationalPlanException extends Exception implements Serializable- serialVersionUID:
- 20151223L
-
-
Package org.opentrafficsim.core.idgenerator
-
Class org.opentrafficsim.core.idgenerator.IdGenerator
class IdGenerator extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
baseName
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
class Acceleration3d extends Object implements Serializable- serialVersionUID:
- 20150000L
-
Serialized Fields
-
acceleration
AccelerationVector acceleration
The acceleration in 3D (XYZ coded).
-
-
Class org.opentrafficsim.core.math.Angle3d
class Angle3d extends 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
class Direction3d extends 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
class Speed3d extends 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.CapacityLink
class CapacityLink extends Link 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.Centroid
class Centroid extends Node implements Serializable- serialVersionUID:
- 20221117L
-
Class org.opentrafficsim.core.network.Connector
class Connector extends Link implements Serializable- serialVersionUID:
- 20230131L
-
Serialized Fields
-
demandWeight
double demandWeight
Weight value to divide origin or destination flow over connectors.
-
-
Class org.opentrafficsim.core.network.ExpansionNetwork
class ExpansionNetwork extends Network implements Serializable- serialVersionUID:
- 20150104L
-
Class org.opentrafficsim.core.network.Link
class Link extends org.djutils.event.LocalEventProducer implements Serializable- serialVersionUID:
- 20150101L
-
Serialized Fields
-
designLine
OtsLine3d designLine
Design line of the link. -
endNode
Node endNode
End node (directional). -
gtus
Set<Gtu> gtus
The GTUs on this Link. -
id
String id
Link id. -
linkType
LinkType linkType
Link type to indicate compatibility with GTU types. -
network
Network network
the Network. -
shape
OtsShape shape
the shape. -
startNode
Node startNode
Start node (directional). -
zLocation
DirectedPoint zLocation
the location with 0.01 m extra height.
-
-
Class org.opentrafficsim.core.network.LinkLocation
class LinkLocation extends 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.LinkPosition
class LinkPosition extends Object implements Serializable- serialVersionUID:
- 20181022L
-
Serialized Fields
-
fractionalLongitudinalPosition
double fractionalLongitudinalPosition
The fractional position (between 0.0 and 1.0) of the reference point on the link. -
link
Link link
the link.
-
-
Class org.opentrafficsim.core.network.LinkType
- serialVersionUID:
- 20140821L
-
Class org.opentrafficsim.core.network.Network
class Network extends org.djutils.event.LocalEventProducer implements Serializable- serialVersionUID:
- 20150722L
-
Serialized Fields
-
gtuMap
Map<String,
Gtu> gtuMap GTUs registered in this network. -
id
String id
Id of this network. -
linkGraphs
Map<GtuType,
org.jgrapht.graph.SimpleDirectedWeightedGraph<Node, Link>> linkGraphs Graphs to calculate shortest paths per GtuType. -
linkMap
Map<String,
Link> linkMap Map of Links. -
nodeMap
Map<String,
Node> nodeMap Map of Nodes. -
nonLocatedObjectMap
Map<String,
NonLocatedObject> nonLocatedObjectMap Map of NonLocatedObjects. -
objectMap
Map<String,
LocatedObject> objectMap Map of LocatedObject. -
routeMap
Map<GtuType,
Map<String, Route>> routeMap Map of Routes. -
simulator
OtsSimulatorInterface simulator
The DSOL simulator engine.
-
-
Exception org.opentrafficsim.core.network.NetworkException
class NetworkException extends Exception implements Serializable- serialVersionUID:
- 20140822L
-
Class org.opentrafficsim.core.network.Node
class Node extends Object implements Serializable- serialVersionUID:
- 20150722L
-
Serialized Fields
-
cachedLinks
org.djutils.immutablecollections.ImmutableSet<Link> cachedLinks
The cached immutable set of links to return. -
connections
Map<GtuType,
Map<Link, 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
Direction heading
Heading. -
id
String id
The node id. -
links
Set<Link> links
The links connected to the Node. -
network
Network network
the Network. -
point
OtsPoint3d point
The point. -
shape
OtsShape shape
the shape.
-
-
Class org.opentrafficsim.core.network.NodeType
- serialVersionUID:
- 20140821L
-
-
Package org.opentrafficsim.core.network.route
-
Class org.opentrafficsim.core.network.route.FixedRouteGenerator
- serialVersionUID:
- 20150000L
-
Class org.opentrafficsim.core.network.route.ProbabilisticRouteGenerator
class ProbabilisticRouteGenerator extends 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
class Route extends Object implements Serializable- serialVersionUID:
- 20221910L
-
-
Package org.opentrafficsim.core.object
-
Class org.opentrafficsim.core.object.StaticObject
class StaticObject extends org.djutils.event.LocalEventProducer implements Serializable- serialVersionUID:
- 20160400L
-
-
Package org.opentrafficsim.core.perception
-
Class org.opentrafficsim.core.perception.HistoryManagerDevs
class HistoryManagerDevs extends HistoryManager implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
cleanUpInterval
Duration cleanUpInterval
Clean-up interval. -
history
Duration history
Time over which history is guaranteed. -
none
Object[] none
Event input, can be the same as it's nothing. -
simulator
OtsSimulatorInterface simulator
Simulator.
-
-
-
Package org.opentrafficsim.core.units.distributions
-
Class org.opentrafficsim.core.units.distributions.AbstractContinuousDistScalar
class AbstractContinuousDistScalar extends 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
class AbstractDiscreteDistScalar extends 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
class ContinuousDistAbsoluteTemperature extends ContinuousDistDoubleScalar.Abs<AbsoluteTemperature,AbsoluteTemperatureUnit, TemperatureUnit> implements Serializable - serialVersionUID:
- 20180829L
-
Class org.opentrafficsim.core.units.distributions.ContinuousDistAcceleration
class ContinuousDistAcceleration extends ContinuousDistDoubleScalar.Rel<Acceleration,AccelerationUnit> implements Serializable - serialVersionUID:
- 20180829L
-
Class org.opentrafficsim.core.units.distributions.ContinuousDistAngle
class ContinuousDistAngle extends ContinuousDistDoubleScalar.Rel<Angle,AngleUnit> implements Serializable - serialVersionUID:
- 20180829L
-
Class org.opentrafficsim.core.units.distributions.ContinuousDistArea
class ContinuousDistArea extends ContinuousDistDoubleScalar.Rel<Area,AreaUnit> implements Serializable - serialVersionUID:
- 20180829L
-
Class org.opentrafficsim.core.units.distributions.ContinuousDistDensity
class ContinuousDistDensity extends ContinuousDistDoubleScalar.Rel<Density,DensityUnit> implements Serializable - serialVersionUID:
- 20180829L
-
Class org.opentrafficsim.core.units.distributions.ContinuousDistDimensionless
class ContinuousDistDimensionless extends ContinuousDistDoubleScalar.Rel<Dimensionless,DimensionlessUnit> implements Serializable - serialVersionUID:
- 20180829L
-
Class org.opentrafficsim.core.units.distributions.ContinuousDistDirection
class ContinuousDistDirection extends ContinuousDistDoubleScalar.Abs<Direction,DirectionUnit, AngleUnit> implements Serializable - serialVersionUID:
- 20180829L
-
Class org.opentrafficsim.core.units.distributions.ContinuousDistDoubleScalar.Abs
class Abs extends AbstractContinuousDistScalar implements Serializable- serialVersionUID:
- 20150000L
-
Class org.opentrafficsim.core.units.distributions.ContinuousDistDoubleScalar.Rel
class Rel extends AbstractContinuousDistScalar implements Serializable- serialVersionUID:
- 20150000L
-
Class org.opentrafficsim.core.units.distributions.ContinuousDistDuration
class ContinuousDistDuration extends ContinuousDistDoubleScalar.Rel<Duration,DurationUnit> implements Serializable - serialVersionUID:
- 20180829L
-
Class org.opentrafficsim.core.units.distributions.ContinuousDistElectricalCharge
class ContinuousDistElectricalCharge extends ContinuousDistDoubleScalar.Rel<ElectricalCharge,ElectricalChargeUnit> implements Serializable - serialVersionUID:
- 20180829L
-
Class org.opentrafficsim.core.units.distributions.ContinuousDistElectricalCurrent
class ContinuousDistElectricalCurrent extends ContinuousDistDoubleScalar.Rel<ElectricalCurrent,ElectricalCurrentUnit> implements Serializable - serialVersionUID:
- 20180829L
-
Class org.opentrafficsim.core.units.distributions.ContinuousDistElectricalPotential
class ContinuousDistElectricalPotential extends ContinuousDistDoubleScalar.Rel<ElectricalPotential,ElectricalPotentialUnit> implements Serializable - serialVersionUID:
- 20180829L
-
Class org.opentrafficsim.core.units.distributions.ContinuousDistElectricalResistance
class ContinuousDistElectricalResistance extends ContinuousDistDoubleScalar.Rel<ElectricalResistance,ElectricalResistanceUnit> implements Serializable - serialVersionUID:
- 20180829L
-
Class org.opentrafficsim.core.units.distributions.ContinuousDistEnergy
class ContinuousDistEnergy extends ContinuousDistDoubleScalar.Rel<Energy,EnergyUnit> implements Serializable - serialVersionUID:
- 20180829L
-
Class org.opentrafficsim.core.units.distributions.ContinuousDistFloatScalar.Abs
class Abs extends AbstractContinuousDistScalar implements Serializable- serialVersionUID:
- 20150000L
-
Class org.opentrafficsim.core.units.distributions.ContinuousDistFloatScalar.Rel
class Rel extends AbstractContinuousDistScalar implements Serializable- serialVersionUID:
- 20150000L
-
Class org.opentrafficsim.core.units.distributions.ContinuousDistFlowMass
class ContinuousDistFlowMass extends ContinuousDistDoubleScalar.Rel<FlowMass,FlowMassUnit> implements Serializable - serialVersionUID:
- 20180829L
-
Class org.opentrafficsim.core.units.distributions.ContinuousDistForce
class ContinuousDistForce extends ContinuousDistDoubleScalar.Rel<Force,ForceUnit> implements Serializable - serialVersionUID:
- 20180829L
-
Class org.opentrafficsim.core.units.distributions.ContinuousDistFrequency
class ContinuousDistFrequency extends ContinuousDistDoubleScalar.Rel<Frequency,FrequencyUnit> implements Serializable - serialVersionUID:
- 20180829L
-
Class org.opentrafficsim.core.units.distributions.ContinuousDistLength
class ContinuousDistLength extends ContinuousDistDoubleScalar.Rel<Length,LengthUnit> implements Serializable - serialVersionUID:
- 20180829L
-
Class org.opentrafficsim.core.units.distributions.ContinuousDistLinearDensity
class ContinuousDistLinearDensity extends ContinuousDistDoubleScalar.Rel<LinearDensity,LinearDensityUnit> implements Serializable - serialVersionUID:
- 20180829L
-
Class org.opentrafficsim.core.units.distributions.ContinuousDistMass
class ContinuousDistMass extends ContinuousDistDoubleScalar.Rel<Mass,MassUnit> implements Serializable - serialVersionUID:
- 20180829L
-
Class org.opentrafficsim.core.units.distributions.ContinuousDistPosition
class ContinuousDistPosition extends ContinuousDistDoubleScalar.Abs<Position,PositionUnit, LengthUnit> implements Serializable - serialVersionUID:
- 20180829L
-
Class org.opentrafficsim.core.units.distributions.ContinuousDistPower
class ContinuousDistPower extends ContinuousDistDoubleScalar.Rel<Power,PowerUnit> implements Serializable - serialVersionUID:
- 20180829L
-
Class org.opentrafficsim.core.units.distributions.ContinuousDistPressure
class ContinuousDistPressure extends ContinuousDistDoubleScalar.Rel<Pressure,PressureUnit> implements Serializable - serialVersionUID:
- 20180829L
-
Class org.opentrafficsim.core.units.distributions.ContinuousDistSolidAngle
class ContinuousDistSolidAngle extends ContinuousDistDoubleScalar.Rel<SolidAngle,SolidAngleUnit> implements Serializable - serialVersionUID:
- 20180829L
-
Class org.opentrafficsim.core.units.distributions.ContinuousDistSpeed
class ContinuousDistSpeed extends ContinuousDistDoubleScalar.Rel<Speed,SpeedUnit> implements Serializable - serialVersionUID:
- 20180829L
-
Class org.opentrafficsim.core.units.distributions.ContinuousDistTemperature
class ContinuousDistTemperature extends ContinuousDistDoubleScalar.Rel<Temperature,TemperatureUnit> implements Serializable - serialVersionUID:
- 20180829L
-
Class org.opentrafficsim.core.units.distributions.ContinuousDistTime
class ContinuousDistTime extends ContinuousDistDoubleScalar.Abs<Time,TimeUnit, DurationUnit> implements Serializable - serialVersionUID:
- 20180829L
-
Class org.opentrafficsim.core.units.distributions.ContinuousDistTorque
class ContinuousDistTorque extends ContinuousDistDoubleScalar.Rel<Torque,TorqueUnit> implements Serializable - serialVersionUID:
- 20180829L
-
Class org.opentrafficsim.core.units.distributions.ContinuousDistVolume
class ContinuousDistVolume extends ContinuousDistDoubleScalar.Rel<Volume,VolumeUnit> implements Serializable - serialVersionUID:
- 20180829L
-
Class org.opentrafficsim.core.units.distributions.DiscreteDistAbsoluteTemperature
class DiscreteDistAbsoluteTemperature extends DiscreteDistDoubleScalar.Abs<AbsoluteTemperature,AbsoluteTemperatureUnit, TemperatureUnit> implements Serializable - serialVersionUID:
- 20180829L
-
Class org.opentrafficsim.core.units.distributions.DiscreteDistAcceleration
class DiscreteDistAcceleration extends DiscreteDistDoubleScalar.Rel<Acceleration,AccelerationUnit> implements Serializable - serialVersionUID:
- 20180829L
-
Class org.opentrafficsim.core.units.distributions.DiscreteDistAngle
class DiscreteDistAngle extends DiscreteDistDoubleScalar.Rel<Angle,AngleUnit> implements Serializable - serialVersionUID:
- 20180829L
-
Class org.opentrafficsim.core.units.distributions.DiscreteDistArea
- serialVersionUID:
- 20180829L
-
Class org.opentrafficsim.core.units.distributions.DiscreteDistDensity
class DiscreteDistDensity extends DiscreteDistDoubleScalar.Rel<Density,DensityUnit> implements Serializable - serialVersionUID:
- 20180829L
-
Class org.opentrafficsim.core.units.distributions.DiscreteDistDimensionless
class DiscreteDistDimensionless extends DiscreteDistDoubleScalar.Rel<Dimensionless,DimensionlessUnit> implements Serializable - serialVersionUID:
- 20180829L
-
Class org.opentrafficsim.core.units.distributions.DiscreteDistDirection
class DiscreteDistDirection extends DiscreteDistDoubleScalar.Abs<Direction,DirectionUnit, AngleUnit> implements Serializable - serialVersionUID:
- 20180829L
-
Class org.opentrafficsim.core.units.distributions.DiscreteDistDoubleScalar.Abs
class Abs extends AbstractDiscreteDistScalar implements Serializable- serialVersionUID:
- 20150000L
-
Class org.opentrafficsim.core.units.distributions.DiscreteDistDoubleScalar.Rel
class Rel extends AbstractDiscreteDistScalar implements Serializable- serialVersionUID:
- 20150000L
-
Class org.opentrafficsim.core.units.distributions.DiscreteDistDuration
class DiscreteDistDuration extends DiscreteDistDoubleScalar.Rel<Duration,DurationUnit> implements Serializable - serialVersionUID:
- 20180829L
-
Class org.opentrafficsim.core.units.distributions.DiscreteDistElectricalCharge
class DiscreteDistElectricalCharge extends DiscreteDistDoubleScalar.Rel<ElectricalCharge,ElectricalChargeUnit> implements Serializable - serialVersionUID:
- 20180829L
-
Class org.opentrafficsim.core.units.distributions.DiscreteDistElectricalCurrent
class DiscreteDistElectricalCurrent extends DiscreteDistDoubleScalar.Rel<ElectricalCurrent,ElectricalCurrentUnit> implements Serializable - serialVersionUID:
- 20180829L
-
Class org.opentrafficsim.core.units.distributions.DiscreteDistElectricalPotential
class DiscreteDistElectricalPotential extends DiscreteDistDoubleScalar.Rel<ElectricalPotential,ElectricalPotentialUnit> implements Serializable - serialVersionUID:
- 20180829L
-
Class org.opentrafficsim.core.units.distributions.DiscreteDistElectricalResistance
class DiscreteDistElectricalResistance extends DiscreteDistDoubleScalar.Rel<ElectricalResistance,ElectricalResistanceUnit> implements Serializable - serialVersionUID:
- 20180829L
-
Class org.opentrafficsim.core.units.distributions.DiscreteDistEnergy
class DiscreteDistEnergy extends DiscreteDistDoubleScalar.Rel<Energy,EnergyUnit> implements Serializable - serialVersionUID:
- 20180829L
-
Class org.opentrafficsim.core.units.distributions.DiscreteDistFloatScalar.Abs
class Abs extends AbstractDiscreteDistScalar implements Serializable- serialVersionUID:
- 20150000L
-
Class org.opentrafficsim.core.units.distributions.DiscreteDistFloatScalar.Rel
class Rel extends AbstractDiscreteDistScalar implements Serializable- serialVersionUID:
- 20150000L
-
Class org.opentrafficsim.core.units.distributions.DiscreteDistFlowMass
class DiscreteDistFlowMass extends DiscreteDistDoubleScalar.Rel<FlowMass,FlowMassUnit> implements Serializable - serialVersionUID:
- 20180829L
-
Class org.opentrafficsim.core.units.distributions.DiscreteDistForce
class DiscreteDistForce extends DiscreteDistDoubleScalar.Rel<Force,ForceUnit> implements Serializable - serialVersionUID:
- 20180829L
-
Class org.opentrafficsim.core.units.distributions.DiscreteDistFrequency
class DiscreteDistFrequency extends DiscreteDistDoubleScalar.Rel<Frequency,FrequencyUnit> implements Serializable - serialVersionUID:
- 20180829L
-
Class org.opentrafficsim.core.units.distributions.DiscreteDistLength
class DiscreteDistLength extends DiscreteDistDoubleScalar.Rel<Length,LengthUnit> implements Serializable - serialVersionUID:
- 20180829L
-
Class org.opentrafficsim.core.units.distributions.DiscreteDistLinearDensity
class DiscreteDistLinearDensity extends DiscreteDistDoubleScalar.Rel<LinearDensity,LinearDensityUnit> implements Serializable - serialVersionUID:
- 20180829L
-
Class org.opentrafficsim.core.units.distributions.DiscreteDistMass
- serialVersionUID:
- 20180829L
-
Class org.opentrafficsim.core.units.distributions.DiscreteDistPosition
class DiscreteDistPosition extends DiscreteDistDoubleScalar.Abs<Position,PositionUnit, LengthUnit> implements Serializable - serialVersionUID:
- 20180829L
-
Class org.opentrafficsim.core.units.distributions.DiscreteDistPower
class DiscreteDistPower extends DiscreteDistDoubleScalar.Rel<Power,PowerUnit> implements Serializable - serialVersionUID:
- 20180829L
-
Class org.opentrafficsim.core.units.distributions.DiscreteDistPressure
class DiscreteDistPressure extends DiscreteDistDoubleScalar.Rel<Pressure,PressureUnit> implements Serializable - serialVersionUID:
- 20180829L
-
Class org.opentrafficsim.core.units.distributions.DiscreteDistSolidAngle
class DiscreteDistSolidAngle extends DiscreteDistDoubleScalar.Rel<SolidAngle,SolidAngleUnit> implements Serializable - serialVersionUID:
- 20180829L
-
Class org.opentrafficsim.core.units.distributions.DiscreteDistSpeed
class DiscreteDistSpeed extends DiscreteDistDoubleScalar.Rel<Speed,SpeedUnit> implements Serializable - serialVersionUID:
- 20180829L
-
Class org.opentrafficsim.core.units.distributions.DiscreteDistTemperature
class DiscreteDistTemperature extends DiscreteDistDoubleScalar.Rel<Temperature,TemperatureUnit> implements Serializable - serialVersionUID:
- 20180829L
-
Class org.opentrafficsim.core.units.distributions.DiscreteDistTime
class DiscreteDistTime extends DiscreteDistDoubleScalar.Abs<Time,TimeUnit, DurationUnit> implements Serializable - serialVersionUID:
- 20180829L
-
Class org.opentrafficsim.core.units.distributions.DiscreteDistTorque
class DiscreteDistTorque extends DiscreteDistDoubleScalar.Rel<Torque,TorqueUnit> implements Serializable - serialVersionUID:
- 20180829L
-
Class org.opentrafficsim.core.units.distributions.DiscreteDistVolume
class DiscreteDistVolume extends DiscreteDistDoubleScalar.Rel<Volume,VolumeUnit> implements Serializable - serialVersionUID:
- 20180829L
-