Class UpperBoundConstraintViolation
- java.lang.Object
-
- org.modelversioning.emfprofileapplication.validation.IllegalStereotypeApplication
-
- org.modelversioning.emfprofileapplication.validation.UpperBoundConstraintViolation
-
public class UpperBoundConstraintViolation extends IllegalStereotypeApplication
Represents a violation of a stereotype's upper bound in the context of a profile application.
-
-
Constructor Summary
Constructors Constructor Description UpperBoundConstraintViolation(Stereotype stereotype, Extension extension, EObject modelObject)
UpperBoundConstraintViolation(StereotypeApplication stereotypeApplication)
-
Method Summary
-
Methods inherited from class org.modelversioning.emfprofileapplication.validation.IllegalStereotypeApplication
getExtension, getModelObject, getStereotype
-
-
-
-
Constructor Detail
-
UpperBoundConstraintViolation
public UpperBoundConstraintViolation(Stereotype stereotype, Extension extension, EObject modelObject)
-
UpperBoundConstraintViolation
public UpperBoundConstraintViolation(StereotypeApplication stereotypeApplication)
-
-