Package net.ssehub.easy.varModel.model
Interface IConstraintHolder
-
- All Superinterfaces:
IModelElement
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddConstraint(Constraint constraint)Adds a constraint.-
Methods inherited from interface net.ssehub.easy.varModel.model.IModelElement
accept, getComment, getName, getNameSpace, getParent, getQualifiedName, getUniqueName, isTransparent, propagateAttribute, setComment
-
-
-
-
Method Detail
-
addConstraint
void addConstraint(Constraint constraint)
Adds a constraint.- Parameters:
constraint- the constraint to be added
-
-