Interface ImplementationUnit
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
ImplementationUnitImpl
public interface ImplementationUnit
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Implementation Unit'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<de.uni_hildesheim.sse.vil.expressions.expressionDsl.Import> Returns the value of the 'Imports' containment reference list.org.eclipse.emf.common.util.EList<Require> Returns the value of the 'Requires' containment reference list.org.eclipse.emf.common.util.EList<LanguageUnit> Returns the value of the 'Scripts' containment reference list.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getImports
org.eclipse.emf.common.util.EList<de.uni_hildesheim.sse.vil.expressions.expressionDsl.Import> getImports()Returns the value of the 'Imports' containment reference list. The list contents are of typeImport.- Returns:
- the value of the 'Imports' containment reference list.
- See Also:
-
getRequires
org.eclipse.emf.common.util.EList<Require> getRequires()Returns the value of the 'Requires' containment reference list. The list contents are of typeRequire.- Returns:
- the value of the 'Requires' containment reference list.
- See Also:
-
getScripts
org.eclipse.emf.common.util.EList<LanguageUnit> getScripts()Returns the value of the 'Scripts' containment reference list. The list contents are of typeLanguageUnit.- Returns:
- the value of the 'Scripts' containment reference list.
- See Also:
-