Class UpperBoundConstraintValidator
- java.lang.Object
-
- org.modelversioning.emfprofileapplication.validation.UpperBoundConstraintValidator
-
public class UpperBoundConstraintValidator extends Object
Checks for a violation of the upper bound constraint of aStereotype
.
-
-
Constructor Summary
Constructors Constructor Description UpperBoundConstraintValidator(ProfileApplication profileApplication)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EList<UpperBoundConstraintViolation>
getViolations()
-
-
-
Constructor Detail
-
UpperBoundConstraintValidator
public UpperBoundConstraintValidator(ProfileApplication profileApplication)
-
-
Method Detail
-
getViolations
public EList<UpperBoundConstraintViolation> getViolations()
-
-