Uses of Class
org.opentrafficsim.base.parameters.constraint.SubCollectionConstraint
| Package | Description |
|---|---|
| org.opentrafficsim.base.parameters.constraint |
Constraints of parameters.
|
-
Uses of SubCollectionConstraint in org.opentrafficsim.base.parameters.constraint
Subclasses of SubCollectionConstraint in org.opentrafficsim.base.parameters.constraint Modifier and Type Class Description classClassCollectionConstraint<T>Constraint that checks whether a collection of classes is a sub collection of constraint collection.Methods in org.opentrafficsim.base.parameters.constraint that return SubCollectionConstraint Modifier and Type Method Description static <T> SubCollectionConstraint<T>SubCollectionConstraint. newInstance(T... objs)Creates a new instance with given collection.