Class UML2ModelAdapter
java.lang.Object
org.eclipse.m2m.atl.engine.emfvm.adapter.EMFModelAdapter
org.eclipse.m2m.atl.engine.emfvm.adapter.UML2ModelAdapter
- All Implemented Interfaces:
IModelAdapter
The
EMFModelAdapter adaptation for UML2.-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.eclipse.m2m.atl.engine.emfvm.adapter.EMFModelAdapter
delete, get, getEENumLiteral, getID, getNameOf, getSupertypes, getType, isDeleted, isMetametaElement, isModelElement, prettyPrint, registerVMSupertypes, registerVMTypeOperations, set, setAllowInterModelReferences, setID, unSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclipse.m2m.atl.engine.emfvm.adapter.IModelAdapter
delete, get, getID, getSupertypes, getType, isDeleted, isMetametaElement, isModelElement, prettyPrint, registerVMSupertypes, registerVMTypeOperations, set, setAllowInterModelReferences, setID, unSet
-
Constructor Details
-
UML2ModelAdapter
public UML2ModelAdapter()Creates a new UMLModelAdapter.
-
-
Method Details
-
finalizeModel
Finalizes the given model.- Specified by:
finalizeModelin interfaceIModelAdapter- Overrides:
finalizeModelin classEMFModelAdapter- Parameters:
model- the given model- See Also:
-
invoke
Invokes a method.- Specified by:
invokein interfaceIModelAdapter- Overrides:
invokein classEMFModelAdapter- Parameters:
method- the method to invokeself- the object contextarguments- the call arguments- Returns:
- the method result
- See Also:
-