public final class UiActivation
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static void |
run(org.eclipse.emf.ecore.EModelElement umlMetaModel,
org.eclipse.emf.ecore.EModelElement itemToBeActivated)
Activates MetaModelAgent for the provided item using the provided meta model
|
static boolean |
validate(org.eclipse.emf.ecore.EModelElement itemToBeValidated)
(Re)validates the provided item and its nested items in context of an existing activation
|
public static void run(org.eclipse.emf.ecore.EModelElement umlMetaModel, org.eclipse.emf.ecore.EModelElement itemToBeActivated)
umlMetaModel
- the UML-representation of the metamodel to be useditemToBeActivated
- the item for which MMA should be activated.public static boolean validate(org.eclipse.emf.ecore.EModelElement itemToBeValidated)
itemToBeValidated
- the UML-element or diagram to be validated