Interface IDerivedDatatypeListener
- All Known Implementing Classes:
AbstractVariable,Attribute,CollectionElementVariable,ConstantDecisionVariableDeclaration,DecisionVariableDeclaration,DotAttribute,ExplicitTypeVariableDeclaration,ProjectDecisionVariableDeclaration
public interface IDerivedDatatypeListener
Interface for
DecisionVariableDeclarations of DerivedDatatype to get informed
whenever the constraints of the related DerivedDatatype changes.- Author:
- El-Sharkawy
-
Method Summary
Modifier and TypeMethodDescriptionvoidCauses theDecisionVariableDeclarationto generate new internal constraints based on the new constraints stored inside theDerivedDatatype.
-
Method Details
-
constraintsChanged
void constraintsChanged()Causes theDecisionVariableDeclarationto generate new internal constraints based on the new constraints stored inside theDerivedDatatype.
-