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

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

public interface InstanceDeploymentDescription
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Instance Deployment Description'.

The following features are supported:

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

Method Summary
 ConnectorUnitDeploymentDescription addConnector(java.lang.String iface, java.lang.String unit, java.lang.String impl, RBMConnectorArchitecture connArch)
           
 ConnectorUnitDeploymentDescription addDelSubs(java.lang.String iface, java.lang.String unit, java.lang.String impl, RBMConnectorArchitecture connArch)
           
 org.eclipse.emf.common.util.EList getConnector()
          Returns the value of the 'Connector' containment reference list.
 org.eclipse.emf.common.util.EList getDelegateOrSubsume()
          Returns the value of the 'Delegate Or Subsume' containment reference list.
 org.eclipse.emf.common.util.EList getDynamicInstance()
          Returns the value of the 'Dynamic Instance' containment reference list.
 org.eclipse.emf.common.util.EList getInstanceFeature()
          Returns the value of the 'Instance Feature' containment reference list.
 java.lang.String getNode()
          Returns the value of the 'Node' attribute.
 org.eclipse.emf.common.util.EList getPropertyValue()
          Returns the value of the 'Property Value' containment reference list.
 org.eclipse.emf.common.util.EList getResource()
          Returns the value of the 'Resource' containment reference list.
 Architecture getSource()
          Returns the value of the 'Source' reference.
 org.eclipse.emf.common.util.EList getSubcomponent()
          Returns the value of the 'Subcomponent' containment reference list.
 void setNode(java.lang.String value)
          Sets the value of the 'Node' attribute.
 void setSource(Architecture value)
          Sets the value of the 'Source' reference.
 
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

getNode

java.lang.String getNode()
Returns the value of the 'Node' attribute.

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

Returns:
the value of the 'Node' attribute.
See Also:
setNode(String), ModelPackage.getInstanceDeploymentDescription_Node()
Generated from the meta-model
Part of the meta-model

setNode

void setNode(java.lang.String value)
Sets the value of the 'Node' attribute.

Parameters:
value - the new value of the 'Node' attribute.
See Also:
getNode()
Generated from the meta-model

getSource

Architecture getSource()
Returns the value of the 'Source' reference.

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

Returns:
the value of the 'Source' reference.
See Also:
setSource(Architecture), ModelPackage.getInstanceDeploymentDescription_Source()
Generated from the meta-model
Part of the meta-model

setSource

void setSource(Architecture value)
Sets the value of the 'Source' reference.

Parameters:
value - the new value of the 'Source' reference.
See Also:
getSource()
Generated from the meta-model

getSubcomponent

org.eclipse.emf.common.util.EList getSubcomponent()
Returns the value of the 'Subcomponent' containment reference list. The list contents are of type SubcomponentDeploymentInstance.

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

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

getResource

org.eclipse.emf.common.util.EList getResource()
Returns the value of the 'Resource' containment reference list. The list contents are of type ResourceDeploymentDescription.

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

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

getPropertyValue

org.eclipse.emf.common.util.EList getPropertyValue()
Returns the value of the 'Property Value' containment reference list. The list contents are of type PropertyValue.

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

Returns:
the value of the 'Property Value' containment reference list.
See Also:
ModelPackage.getInstanceDeploymentDescription_PropertyValue()
Generated from the meta-model
Part of the meta-model
type="org.objectweb.dsrg.sofa.repository.model.PropertyValue" containment="true" resolveProxies="true"

getConnector

org.eclipse.emf.common.util.EList getConnector()
Returns the value of the 'Connector' containment reference list. The list contents are of type ConnectorUnitDeploymentDescription.

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

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

getInstanceFeature

org.eclipse.emf.common.util.EList getInstanceFeature()
Returns the value of the 'Instance Feature' containment reference list. The list contents are of type Feature.

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

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

getDynamicInstance

org.eclipse.emf.common.util.EList getDynamicInstance()
Returns the value of the 'Dynamic Instance' containment reference list. The list contents are of type InstanceDeploymentDescription.

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

Returns:
the value of the 'Dynamic Instance' containment reference list.
See Also:
ModelPackage.getInstanceDeploymentDescription_DynamicInstance()
Generated from the meta-model
Part of the meta-model
type="org.objectweb.dsrg.sofa.repository.model.InstanceDeploymentDescription" containment="true" resolveProxies="true"

getDelegateOrSubsume

org.eclipse.emf.common.util.EList getDelegateOrSubsume()
Returns the value of the 'Delegate Or Subsume' containment reference list. The list contents are of type ConnectorUnitDeploymentDescription.

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

Returns:
the value of the 'Delegate Or Subsume' containment reference list.
See Also:
ModelPackage.getInstanceDeploymentDescription_DelegateOrSubsume()
Generated from the meta-model
Part of the meta-model
type="org.objectweb.dsrg.sofa.repository.model.ConnectorUnitDeploymentDescription" containment="true" resolveProxies="true"

addConnector

ConnectorUnitDeploymentDescription addConnector(java.lang.String iface,
                                                java.lang.String unit,
                                                java.lang.String impl,
                                                RBMConnectorArchitecture connArch)

Generated from the meta-model
Part of the meta-model
annotation="http://www.eclipse.org/emf/2002/GenModel body='return XInstanceDeploymentDescriptionImplMethods.addConnector(this, iface, unit, impl, connArch);'"

addDelSubs

ConnectorUnitDeploymentDescription addDelSubs(java.lang.String iface,
                                              java.lang.String unit,
                                              java.lang.String impl,
                                              RBMConnectorArchitecture connArch)

Generated from the meta-model
Part of the meta-model
annotation="http://www.eclipse.org/emf/2002/GenModel body='return XInstanceDeploymentDescriptionImplMethods.addDelSubs(this, iface, unit, impl, connArch);'"