Class ClassCollectionConstraint<T>

java.lang.Object
org.opentrafficsim.base.parameters.constraint.SubCollectionConstraint<Class<? extends T>>
org.opentrafficsim.base.parameters.constraint.ClassCollectionConstraint<T>
Type Parameters:
T - class
All Implemented Interfaces:
Constraint<Collection<Class<? extends T>>>

public final class ClassCollectionConstraint<T> extends SubCollectionConstraint<Class<? extends T>>
Constraint that checks whether a collection of classes is a sub collection of constraint collection.

Copyright (c) 2013-2024 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.

Author:
Alexander Verbraeck, Peter Knoppers, Wouter Schakel
  • Method Details