Interface AllocationSpecification
-
- All Known Implementing Classes:
AllocationSpecificationImpl
public interface AllocationSpecification extends EObject
A representation of the model object 'Allocation Specification'.The following features are supported:
- See Also:
LanguagePackage.getAllocationSpecification()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<AssemblyContext>
getAssemblies()
Returns the value of the 'Assemblies' reference list.ResourceContainer
getContainer()
Returns the value of the 'Container' reference.void
setContainer(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, eUnset
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
Method Detail
-
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:
LanguagePackage.getAllocationSpecification_Assemblies()
- 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:
setContainer(ResourceContainer)
,LanguagePackage.getAllocationSpecification_Container()
- Generated class or method.
- EMF model class or method.
-
setContainer
void setContainer(ResourceContainer value)
Sets the value of the 'Container
' reference.- Parameters:
value
- the new value of the 'Container' reference.- See Also:
getContainer()
- Generated class or method.
-
-