org.objectweb.dsrg.sofa.repository.model
Interface AssemblyDescriptor

All Superinterfaces:
org.eclipse.emf.ecore.EObject, NamedEntity, org.eclipse.emf.common.notify.Notifier, VersionedEntity
All Known Implementing Classes:
AssemblyDescriptorImpl

public interface AssemblyDescriptor
extends VersionedEntity

A representation of the model object 'Assembly Descriptor'.

The following features are supported:

See Also:
ModelPackage.getAssemblyDescriptor()
Generated from the meta-model
Part of the meta-model

Method Summary
 InstanceAssemblyDescription getTopLevelInstance()
          Returns the value of the 'Top Level Instance' containment reference
 void setTopLevelInstance(InstanceAssemblyDescription value)
          Sets the value of the 'Top Level Instance' containment reference
 
Methods inherited from interface org.objectweb.dsrg.sofa.repository.model.VersionedEntity
addInfo, addTag, getInfo, getVersion, isLocked, removeTag, setLocked, setVersion
 
Methods inherited from interface org.objectweb.dsrg.sofa.repository.model.NamedEntity
getName, setName
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getTopLevelInstance

InstanceAssemblyDescription getTopLevelInstance()
Returns the value of the 'Top Level Instance' containment reference.

If the meaning of the 'Top Level Instance' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Top Level Instance' containment reference.
See Also:
setTopLevelInstance(InstanceAssemblyDescription), ModelPackage.getAssemblyDescriptor_TopLevelInstance()
Generated from the meta-model
Part of the meta-model
containment="true" resolveProxies="true"

setTopLevelInstance

void setTopLevelInstance(InstanceAssemblyDescription value)
Sets the value of the 'Top Level Instance' containment reference.

Parameters:
value - the new value of the 'Top Level Instance' containment reference.
See Also:
getTopLevelInstance()
Generated from the meta-model