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-2026 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
  • Constructor Details

    • ClassCollectionConstraint

      public ClassCollectionConstraint(Collection<Class<? extends T>> classes)
      Constructor.
      Parameters:
      classes - acceptable classes
  • Method Details