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

Packages that use RBMBinding
org.objectweb.dsrg.sofa.repository.model   
org.objectweb.dsrg.sofa.repository.model.impl   
org.objectweb.dsrg.sofa.repository.model.util   
 

Uses of RBMBinding in org.objectweb.dsrg.sofa.repository.model
 

Methods in org.objectweb.dsrg.sofa.repository.model that return RBMBinding
 RBMBinding RBMConnectorArchitecture.addBinding()
           
 RBMBinding ModelFactory.createRBMBinding()
          Returns a new object of class 'RBM Binding'
 

Methods in org.objectweb.dsrg.sofa.repository.model that return types with arguments of type RBMBinding
 org.eclipse.emf.common.util.EList<RBMBinding> RBMConnectorArchitecture.getBinding()
          Returns the value of the 'Binding' containment reference list.
 

Uses of RBMBinding in org.objectweb.dsrg.sofa.repository.model.impl
 

Classes in org.objectweb.dsrg.sofa.repository.model.impl that implement RBMBinding
 class RBMBindingImpl
          An implementation of the model object 'RBM Binding'
 

Fields in org.objectweb.dsrg.sofa.repository.model.impl with type parameters of type RBMBinding
protected  org.eclipse.emf.common.util.EList<RBMBinding> RBMConnectorArchitectureImpl.binding
          The cached value of the 'Binding' containment reference list
 

Methods in org.objectweb.dsrg.sofa.repository.model.impl that return RBMBinding
 RBMBinding RBMConnectorArchitectureImpl.addBinding()
           
 RBMBinding ModelFactoryImpl.createRBMBinding()
           
 

Methods in org.objectweb.dsrg.sofa.repository.model.impl that return types with arguments of type RBMBinding
 org.eclipse.emf.common.util.EList<RBMBinding> RBMConnectorArchitectureImpl.getBinding()
           
 

Uses of RBMBinding in org.objectweb.dsrg.sofa.repository.model.util
 

Methods in org.objectweb.dsrg.sofa.repository.model.util with parameters of type RBMBinding
 T ModelSwitch.caseRBMBinding(RBMBinding object)
          Returns the result of interpreting the object as an instance of 'RBM Binding'