Package net.ssehub.easy.varModel.model
Interface IConstraintHolder
- All Superinterfaces:
IModelElement
Specific methods for holding constraints. Allows to treat different types in the same way, e.g.,
compounds and projects.
- Author:
- Holger Eichelberger
-
Method Summary
Methods inherited from interface net.ssehub.easy.varModel.model.IModelElement
accept, getComment, getName, getNameSpace, getParent, getQualifiedName, getUniqueName, isTransparent, propagateAttribute, setComment
-
Method Details
-
addConstraint
Adds a constraint.- Parameters:
constraint- the constraint to be added
-