Class Root
java.lang.Object
org.eclipse.m2m.atl.adt.ui.outline.Root
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Root
public Root()
-
-
Method Details
-
getUnit
public org.eclipse.emf.ecore.EObject getUnit()Returns the wrapped EObject. That EObject is can be an instance of- Module
- Unit
- library
- Returns:
- the wrapped EObject.
-
setUnit
public void setUnit(org.eclipse.emf.ecore.EObject unit) - Parameters:
unit
- The module to set.
-