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'
 

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'
 

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

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
 java.lang.Object ModelSwitch.caseRBMBinding(RBMBinding object)
          Returns the result of interpretting the object as an instance of 'RBM Binding'