Package | Description |
---|---|
org.opentrafficsim.base.parameters |
Simulation parameters.
|
org.opentrafficsim.base.parameters.constraint |
Constraints of parameters.
|
Class and Description |
---|
Constraint
Interface for a parameter constraint.
|
ConstraintInterface
In order to define default constraints within a Parameter Type, an enum is available.
|
Class and Description |
---|
ClassCollectionConstraint
Constraint that checks whether a collection of classes is a sub collection of constraint collection.
|
ClassConstraint
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.
|
CollectionConstraint
Constraint that checks whether a value is in a given constraint collection.
|
Constraint
Interface for a parameter constraint.
|
DualBound
Continuous constraints with a dual bound.
|
MultiConstraint
Constraint containing multiple constraints.
|
NumericConstraint
List of default constraint for ParameterTypes.
|
SingleBound
Continuous constraints with a single bound.
|
SubCollectionConstraint
Constraint that checks whether a collection (the parameter value) is a subset of a constraint collection.
|
Copyright © 2014–2019 Delft University of Technology. All rights reserved.