Uses of Class
org.opentrafficsim.base.parameters.constraint.CollectionConstraint
Packages that use CollectionConstraint
-
Uses of CollectionConstraint in org.opentrafficsim.base.parameters.constraint
Subclasses of CollectionConstraint in org.opentrafficsim.base.parameters.constraintModifier 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.Methods in org.opentrafficsim.base.parameters.constraint that return CollectionConstraintModifier and TypeMethodDescriptionstatic <T> CollectionConstraint<T>
CollectionConstraint.newInstance
(T... objs) Creates a new instance with given objects.