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

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

public interface MicroComponent
extends VersionedEntity

A representation of the model object 'Micro Component'.

The following features are supported:

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

Method Summary
 MicroContent getContent()
          Returns the value of the 'Content' containment reference.
 MicroInterfaceType getDelegatedInterfaceType()
          Returns the value of the 'Delegated Interface Type' containment reference.
 org.eclipse.emf.common.util.EList getProvidedInterface()
          Returns the value of the 'Provided Interface' containment reference list.
 org.eclipse.emf.common.util.EList getRequiredInterface()
          Returns the value of the 'Required Interface' containment reference list.
 boolean isDelegatesProvided()
          Returns the value of the 'Delegates Provided' attribute.
 boolean isDelegatesRequired()
          Returns the value of the 'Delegates Required' attribute.
 void setContent(MicroContent value)
          Sets the value of the 'Content' containment reference.
 void setDelegatedInterfaceType(MicroInterfaceType value)
          Sets the value of the 'Delegated Interface Type' containment reference.
 void setDelegatesProvided(boolean value)
          Sets the value of the 'Delegates Provided' attribute.
 void setDelegatesRequired(boolean value)
          Sets the value of the 'Delegates Required' attribute.
 
Methods inherited from interface org.objectweb.dsrg.sofa.repository.model.VersionedEntity
addInfo, getInfo, getVersion, isLocked, 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

isDelegatesProvided

boolean isDelegatesProvided()
Returns the value of the 'Delegates Provided' attribute.

If the meaning of the 'Delegates Provided' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Delegates Provided' attribute.
See Also:
setDelegatesProvided(boolean), ModelPackage.getMicroComponent_DelegatesProvided()
Generated from the meta-model
Part of the meta-model

setDelegatesProvided

void setDelegatesProvided(boolean value)
Sets the value of the 'Delegates Provided' attribute.

Parameters:
value - the new value of the 'Delegates Provided' attribute.
See Also:
isDelegatesProvided()
Generated from the meta-model

isDelegatesRequired

boolean isDelegatesRequired()
Returns the value of the 'Delegates Required' attribute.

If the meaning of the 'Delegates Required' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Delegates Required' attribute.
See Also:
setDelegatesRequired(boolean), ModelPackage.getMicroComponent_DelegatesRequired()
Generated from the meta-model
Part of the meta-model

setDelegatesRequired

void setDelegatesRequired(boolean value)
Sets the value of the 'Delegates Required' attribute.

Parameters:
value - the new value of the 'Delegates Required' attribute.
See Also:
isDelegatesRequired()
Generated from the meta-model

getRequiredInterface

org.eclipse.emf.common.util.EList getRequiredInterface()
Returns the value of the 'Required Interface' containment reference list. The list contents are of type MicroInterface.

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

Returns:
the value of the 'Required Interface' containment reference list.
See Also:
ModelPackage.getMicroComponent_RequiredInterface()
Generated from the meta-model
Part of the meta-model
type="org.objectweb.dsrg.sofa.repository.model.MicroInterface" containment="true" resolveProxies="true"

getContent

MicroContent getContent()
Returns the value of the 'Content' containment reference.

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

Returns:
the value of the 'Content' containment reference.
See Also:
setContent(MicroContent), ModelPackage.getMicroComponent_Content()
Generated from the meta-model
Part of the meta-model
containment="true" resolveProxies="true"

setContent

void setContent(MicroContent value)
Sets the value of the 'Content' containment reference.

Parameters:
value - the new value of the 'Content' containment reference.
See Also:
getContent()
Generated from the meta-model

getProvidedInterface

org.eclipse.emf.common.util.EList getProvidedInterface()
Returns the value of the 'Provided Interface' containment reference list. The list contents are of type MicroInterface.

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

Returns:
the value of the 'Provided Interface' containment reference list.
See Also:
ModelPackage.getMicroComponent_ProvidedInterface()
Generated from the meta-model
Part of the meta-model
type="org.objectweb.dsrg.sofa.repository.model.MicroInterface" containment="true" resolveProxies="true"

getDelegatedInterfaceType

MicroInterfaceType getDelegatedInterfaceType()
Returns the value of the 'Delegated Interface Type' containment reference.

If the meaning of the 'Delegated Interface Type' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Delegated Interface Type' containment reference.
See Also:
setDelegatedInterfaceType(MicroInterfaceType), ModelPackage.getMicroComponent_DelegatedInterfaceType()
Generated from the meta-model
Part of the meta-model
containment="true" resolveProxies="true"

setDelegatedInterfaceType

void setDelegatedInterfaceType(MicroInterfaceType value)
Sets the value of the 'Delegated Interface Type' containment reference.

Parameters:
value - the new value of the 'Delegated Interface Type' containment reference.
See Also:
getDelegatedInterfaceType()
Generated from the meta-model