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

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

public interface Aspect
extends VersionedEntity

A representation of the model object 'Aspect'.

The following features are supported:

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

Method Summary
 org.eclipse.emf.common.util.EList<ComponentSelect> getComponentSelect()
          Returns the value of the 'Component Select' containment reference list.
 
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

getComponentSelect

org.eclipse.emf.common.util.EList<ComponentSelect> getComponentSelect()
Returns the value of the 'Component Select' containment reference list. The list contents are of type ComponentSelect.

If the meaning of the 'Component Select' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Component Select' containment reference list.
See Also:
ModelPackage.getAspect_ComponentSelect()
Generated from the meta-model
Part of the meta-model
containment="true" resolveProxies="true"