Interface Allocation
-
- All Known Implementing Classes:
AllocationImpl
public interface Allocation extends Fragment
A representation of the model object 'Allocation'.The following features are supported:
- See Also:
LanguagePackage.getAllocation()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<Content>
getContents()
Returns the value of the 'Contents' 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.palladiosimulator.textual.tpcm.language.Fragment
getName, setName
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
Method Detail
-
getContents
EList<Content> getContents()
Returns the value of the 'Contents' containment reference list. The list contents are of typeContent
.- Returns:
- the value of the 'Contents' containment reference list.
- See Also:
LanguagePackage.getAllocation_Contents()
- Generated class or method.
- EMF model class or method.
- containment="true"
-
-