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

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

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

Methods in org.objectweb.dsrg.sofa.repository.model that return RBMPort
 RBMPort ModelFactory.createRBMPort()
          Returns a new object of class 'RBM Port'.
 

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

Classes in org.objectweb.dsrg.sofa.repository.model.impl that implement RBMPort
 class RBMPortImpl
          An implementation of the model object 'RBM Port'.
 

Methods in org.objectweb.dsrg.sofa.repository.model.impl that return RBMPort
 RBMPort ModelFactoryImpl.createRBMPort()
           
 

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

Methods in org.objectweb.dsrg.sofa.repository.model.util with parameters of type RBMPort
 java.lang.Object ModelSwitch.caseRBMPort(RBMPort object)
          Returns the result of interpretting the object as an instance of 'RBM Port'.