Uses of Class
org.opentrafficsim.base.parameters.constraint.CollectionConstraint
| Package | Description |
|---|---|
| org.opentrafficsim.base.parameters.constraint |
Constraints of parameters.
|
-
Uses of CollectionConstraint in org.opentrafficsim.base.parameters.constraint
Subclasses of CollectionConstraint in org.opentrafficsim.base.parameters.constraint Modifier and Type Class Description classClassConstraint<T>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.Methods in org.opentrafficsim.base.parameters.constraint that return CollectionConstraint Modifier and Type Method Description static <T> CollectionConstraint<T>CollectionConstraint. newInstance(T... objs)Creates a new instance with given objects.