Package | Description |
---|---|
org.opentrafficsim.base.parameters.constraint |
Constraints of parameters.
|
Modifier and Type | Class and Description |
---|---|
class |
ClassConstraint<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.
|
Modifier and Type | Method and Description |
---|---|
static <T> CollectionConstraint<T> |
CollectionConstraint.newInstance(T... objs)
Creates a new instance with given objects.
|
Copyright © 2014–2019 Delft University of Technology. All rights reserved.