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

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

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

A representation of the model object 'RBM Binding'.

The following features are supported:

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

Method Summary
 void addPort(java.lang.String unit, java.lang.String port)
           
 org.eclipse.emf.common.util.EList<RBMPort> getPort()
          Returns the value of the 'Port' containment reference list.
 
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

getPort

org.eclipse.emf.common.util.EList<RBMPort> getPort()
Returns the value of the 'Port' containment reference list. The list contents are of type RBMPort.

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

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

addPort

void addPort(java.lang.String unit,
             java.lang.String port)

Generated from the meta-model
Part of the meta-model
annotation="http://www.eclipse.org/emf/2002/GenModel body='XRBMBindingImplMethods.addPort(this, unit, port);'"