Interface ConstraintSplitWriter.IConstraintFilter
-
- All Known Implementing Classes:
ConstraintSplitWriter.IdentityConstraintFilter
- Enclosing class:
- ConstraintSplitWriter
public static interface ConstraintSplitWriter.IConstraintFilterIdentifies the constraint where to split at.- Author:
- Holger Eichelberger
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleansplitAt(IModelElement context, ConstraintSyntaxTree constraint)Returns whether the split shall happen atconstraint.
-
-
-
Method Detail
-
splitAt
boolean splitAt(IModelElement context, ConstraintSyntaxTree constraint)
Returns whether the split shall happen atconstraint. Please note that the first time this function returnstruewill cause the split. Furthertrueas return value will be ignored.- Parameters:
context- the directly containing / using model elementconstraint- the constraint to check- Returns:
trueif the split shall happen atconstraint,falseelse
-
-