Uses of Class
org.opentrafficsim.base.parameters.constraint.CollectionConstraint
-
Uses of CollectionConstraint in org.opentrafficsim.base.parameters.constraint
Modifier and TypeClassDescriptionfinal class
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.Modifier and TypeMethodDescriptionstatic <T> CollectionConstraint<T>
CollectionConstraint.newInstance
(T... objs) Creates a new instance with given objects.