Class EMFProfileBaseItemSemanticEditPolicy.LinkConstraints
- java.lang.Object
-
- org.modelversioning.emfprofile.diagram.edit.policies.EMFProfileBaseItemSemanticEditPolicy.LinkConstraints
-
- Enclosing class:
- EMFProfileBaseItemSemanticEditPolicy
public static class EMFProfileBaseItemSemanticEditPolicy.LinkConstraints extends Object
- Generated class or method.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
canCreateEClassESuperTypes_4002(EClass source, EClass target)
boolean
canCreateEReference_4003(EClass source, EClassifier target)
boolean
canCreateExtension_4005(Stereotype container, Stereotype source, EClass target)
boolean
canExistEClassESuperTypes_4002(EClass source, EClass target)
boolean
canExistEReference_4003(EReference linkInstance, EClass source, EClassifier target)
boolean
canExistExtension_4005(Stereotype container, Extension linkInstance, Stereotype source, EClass target)
-
-
-
Method Detail
-
canCreateExtension_4005
public boolean canCreateExtension_4005(Stereotype container, Stereotype source, EClass target)
- Generated class or method.
-
canCreateEClassESuperTypes_4002
public boolean canCreateEClassESuperTypes_4002(EClass source, EClass target)
- Generated class or method.
-
canCreateEReference_4003
public boolean canCreateEReference_4003(EClass source, EClassifier target)
- Generated class or method.
-
canExistExtension_4005
public boolean canExistExtension_4005(Stereotype container, Extension linkInstance, Stereotype source, EClass target)
- Generated class or method.
-
canExistEClassESuperTypes_4002
public boolean canExistEClassESuperTypes_4002(EClass source, EClass target)
- Generated class or method.
-
canExistEReference_4003
public boolean canExistEReference_4003(EReference linkInstance, EClass source, EClassifier target)
- Generated class or method.
-
-