Interface IConstraintHolder

All Superinterfaces:
IModelElement
All Known Implementing Classes:
Compound, Project

public interface IConstraintHolder extends IModelElement
Specific methods for holding constraints. Allows to treat different types in the same way, e.g., compounds and projects.
Author:
Holger Eichelberger
  • Method Details

    • addConstraint

      void addConstraint(Constraint constraint)
      Adds a constraint.
      Parameters:
      constraint - the constraint to be added