Interface AllocationSpecification
- All Known Implementing Classes:
AllocationSpecificationImpl
A representation of the model object 'Allocation Specification'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Assemblies' reference list.Returns the value of the 'Container' reference.voidsetContainer(ResourceContainer value) Sets the value of the 'Container' reference.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
-
getAssemblies
EList<AssemblyContext> getAssemblies()Returns the value of the 'Assemblies' reference list. The list contents are of typeAssemblyContext.- Returns:
- the value of the 'Assemblies' reference list.
- See Also:
- Generated class or method.
- EMF model class or method.
-
getContainer
ResourceContainer getContainer()Returns the value of the 'Container' reference.- Returns:
- the value of the 'Container' reference.
- See Also:
- Generated class or method.
- EMF model class or method.
-
setContainer
Sets the value of the 'Container' reference.- Parameters:
value- the new value of the 'Container' reference.- See Also:
- Generated class or method.
-