Uses of Package
org.opentrafficsim.base.parameters.constraint
Package | Description |
---|---|
org.opentrafficsim.base.parameters |
Simulation parameters.
|
org.opentrafficsim.base.parameters.constraint |
Constraints of parameters.
|
-
Classes in org.opentrafficsim.base.parameters.constraint used by org.opentrafficsim.base.parameters Class Description Constraint Interface for a parameter constraint.ConstraintInterface In order to define default constraints within a Parameter Type, anenum
is available. -
Classes in org.opentrafficsim.base.parameters.constraint used by org.opentrafficsim.base.parameters.constraint Class 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.