All Classes and Interfaces
Class
Description
Predefined categories for Category logging.
Constraint that checks whether a collection of classes is a sub collection of constraint collection.
Constraint that checks whether the value is any of a given collection of classes, where each class is a sub class of a given
type.
Constraint that checks whether a value is in a given constraint collection.
Interface for a parameter constraint.
In order to define default constraints within a Parameter Type, an
enum
is available.Continuous constraints with a dual bound.
HierarchicallyTyped is the interface of objects that are of a HierarchicalType.
Super class for types with hierarchical structure.
Interface for all identifiable objects.
Constraint containing multiple constraints.
List of default constraint for ParameterTypes.
Utility class for class operations.
OtsException is a generic exception for the OTS project.
OtsRuntimeException is a generic runtime exception for the OTS project.
Throwable for exceptions regarding parameters.
Interface for parameter objects containing the methods for during a simulation.
Implementation of
Parameters
with methods to initialize the set of parameters.Defines meta-information of a parameter, defining the parameter uniquely.
Wrapper class for Acceleration parameters.
Wrapper class for boolean parameters.
Parameter type for classes, of which the value may need to be present in a constraint set.
Parameter type for a list of classes, each of which may need to be present in a constraint set.
Wrapper class for double parameters.
Wrapper class for Time parameters.
Wrapper class for Frequency parameters.
Wrapper class for int parameters.
Wrapper class for Length parameters.
Wrapper class for LinearDensity parameters.
Wrapper class for parameters of any quantity in JUnits, or double, integer, etc.
Predefined list of common parameter types.
Wrapper class for Speed parameters.
Parameter type for
String
parameters.Continuous constraints with a single bound.
Super class for classes that implement a specific numeric check.
Class implementing a lower exclusive bound;
value > bound
.Class implementing a lower inclusive bound;
value >= bound
.Class implementing an upper exclusive bound;
value < bound
.Class implementing an upper inclusive bound;
value <= bound
.Constraint that checks whether a collection (the parameter value) is a subset of a constraint collection.
An object with a time stamp, where the object is of a specific class.
Superclass of all sorts of types, for example GtuType, ParameterType, etc.
Utility to calculate a weighted mean and/or sum.