Interface IDerivedDatatypeListener
-
- All Known Implementing Classes:
AbstractVariable,Attribute,CollectionElementVariable,ConstantDecisionVariableDeclaration,DecisionVariableDeclaration,DotAttribute,ExplicitTypeVariableDeclaration,ProjectDecisionVariableDeclaration
public interface IDerivedDatatypeListenerInterface for DecisionVariableDeclarations ofDerivedDatatypeto get informed whenever the constraints of the relatedDerivedDatatypechanges.- Author:
- El-Sharkawy
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidconstraintsChanged()Causes the DecisionVariableDeclaration to generate new internal constraints based on the new constraints stored inside theDerivedDatatype.
-
-
-
Method Detail
-
constraintsChanged
void constraintsChanged()
Causes the DecisionVariableDeclaration to generate new internal constraints based on the new constraints stored inside theDerivedDatatype.
-
-