| Methods in com.ibm.xtools.uml.msl.internal.redefinition with parameters of type RedefInternalUtil.ContainmentTester |
static String |
RedefInternalUtil.findBody(RedefinableElement el,
EObject contextHint,
String language,
EReference[] containmentSlots,
EAttribute langSlot,
EAttribute bodySlot,
RedefInternalUtil.ContainmentTester containmentTester)
|
static String |
RedefInternalUtil.findBody(RedefinableElement el,
EObject contextHint,
String language,
EReference containmentSlot,
EAttribute langSlot,
EAttribute bodySlot,
RedefInternalUtil.ContainmentTester containmentTester)
|
static RedefinableElement |
RedefInternalUtil.findOwner(RedefinableElement el,
EObject contextHint,
String language,
EReference[] containmentSlots,
EAttribute langSlot,
EAttribute bodySlot,
RedefInternalUtil.ContainmentTester containmentTester)
|
static RedefinableElement |
RedefInternalUtil.findOwner(RedefinableElement el,
EObject contextHint,
String language,
EReference containmentSlot,
EAttribute langSlot,
EAttribute bodySlot,
RedefInternalUtil.ContainmentTester containmentTester)
|
static EObject |
RedefInternalUtil.getContainedElement(EObject el,
EReference[] containmentSlots,
RedefInternalUtil.ContainmentTester containmentTester)
This method will find the given contained element starting from the el reference and traversing
the EStructuralFeatures contained in the containmentSlots parameter. |