Uses of Class
org.opentrafficsim.base.parameters.constraint.ClassCollectionConstraint
| Package | Description |
|---|---|
| org.opentrafficsim.base.parameters.constraint |
Constraints of parameters.
|
-
Uses of ClassCollectionConstraint in org.opentrafficsim.base.parameters.constraint
Methods in org.opentrafficsim.base.parameters.constraint that return ClassCollectionConstraint Modifier and Type Method Description static <T> ClassCollectionConstraint<T>ClassCollectionConstraint. newInstance(java.lang.Class<? extends T>... objs)Creates a new instance with given collection.