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'
 

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

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'
 

Fields in org.objectweb.dsrg.sofa.repository.model.impl with type parameters of type RBMPort
protected  org.eclipse.emf.common.util.EList<RBMPort> RBMBindingImpl.port
          The cached value of the 'Port' containment reference list
 

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

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

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
 T ModelSwitch.caseRBMPort(RBMPort object)
          Returns the result of interpreting the object as an instance of 'RBM Port'