UML Modeling Layer

Uses of Class
com.ibm.xtools.uml.msl.internal.redefinition.RedefInternalUtil.ContainmentTester

Packages that use RedefInternalUtil.ContainmentTester
com.ibm.xtools.uml.msl.internal.redefinition   
 

Uses of RedefInternalUtil.ContainmentTester in com.ibm.xtools.uml.msl.internal.redefinition
 

Fields in com.ibm.xtools.uml.msl.internal.redefinition declared as RedefInternalUtil.ContainmentTester
static RedefInternalUtil.ContainmentTester RedefInternalUtil.defaultContainmentTester
           
 

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.
 


UML Modeling Layer

© Copyright IBM Corp. 2009. All rights reserved.