public class ModelUtils
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CONTAINING_PARENT |
| Constructor and Description |
|---|
ModelUtils() |
| Modifier and Type | Method and Description |
|---|---|
static MApplicationElement |
findElementById(MApplicationElement element,
java.lang.String id) |
static IEclipseContext |
getContainingContext(MApplicationElement element) |
static EClassifier |
getTypeArgument(EClass eClass,
EGenericType eGenericType) |
static java.util.List<MApplicationElement> |
merge(MApplicationElement container,
EStructuralFeature feature,
java.util.List<MApplicationElement> elements,
java.lang.String positionInList) |
public static final java.lang.String CONTAINING_PARENT
public static EClassifier getTypeArgument(EClass eClass,
EGenericType eGenericType)
public static MApplicationElement findElementById(MApplicationElement element, java.lang.String id)
public static java.util.List<MApplicationElement> merge(MApplicationElement container, EStructuralFeature feature, java.util.List<MApplicationElement> elements, java.lang.String positionInList)
public static IEclipseContext getContainingContext(MApplicationElement element)