Class LowerBoundConstraintViolation
- java.lang.Object
-
- org.modelversioning.emfprofileapplication.validation.LowerBoundConstraintViolation
-
public class LowerBoundConstraintViolation extends Object
Represents a violation of a stereotype's lower bound in the context of a profile application.
-
-
Constructor Summary
Constructors Constructor Description LowerBoundConstraintViolation(Extension extension, EObject modelObject)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Extension
getExtension()
EObject
getModelObject()
String
toString()
-