Interface Model
-
- All Known Implementing Classes:
ModelImpl
public interface Model extends EObject
A representation of the model object 'Model'.The following features are supported:
- See Also:
LanguagePackage.getModel()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<Fragment>
getFragments()
Returns the value of the 'Fragments' containment reference list.EList<Import>
getImports()
Returns the value of the 'Imports' 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, eUnset
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
Method Detail
-
getImports
EList<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:
LanguagePackage.getModel_Imports()
- Generated class or method.
- EMF model class or method.
- containment="true"
-
getFragments
EList<Fragment> getFragments()
Returns the value of the 'Fragments' containment reference list. The list contents are of typeFragment
.- Returns:
- the value of the 'Fragments' containment reference list.
- See Also:
LanguagePackage.getModel_Fragments()
- Generated class or method.
- EMF model class or method.
- containment="true"
-
-