Class LowerBoundConstraintValidator
- java.lang.Object
-
- org.modelversioning.emfprofileapplication.validation.LowerBoundConstraintValidator
-
public class LowerBoundConstraintValidator extends Object
Checks for a violation of the lower bound constraint of aStereotype
. TODO respect redefines (no lower bound violation for redefined extensions)
-
-
Constructor Summary
Constructors Constructor Description LowerBoundConstraintValidator(ProfileApplication profileApplication, EObject rootModelObject)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EList<LowerBoundConstraintViolation>
getViolations()
-
-
-
Constructor Detail
-
LowerBoundConstraintValidator
public LowerBoundConstraintValidator(ProfileApplication profileApplication, EObject rootModelObject)
-
-
Method Detail
-
getViolations
public EList<LowerBoundConstraintViolation> getViolations()
-
-