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

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

Uses of RBMConnectorArchitecture in org.objectweb.dsrg.sofa.deployment
 

Fields in org.objectweb.dsrg.sofa.deployment with type parameters of type RBMConnectorArchitecture
protected  java.util.HashMap<java.lang.String,RBMConnectorArchitecture> DeploymentPlanGeneratorImpl.mapConnectorArchitectures
           
 

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

Methods in org.objectweb.dsrg.sofa.repository.model that return RBMConnectorArchitecture
 RBMConnectorArchitecture DeploymentPlan.addRBMConnectorArchitecture(java.lang.String name)
           
 RBMConnectorArchitecture ModelFactory.createRBMConnectorArchitecture()
          Returns a new object of class 'RBM Connector Architecture'
 RBMConnectorArchitecture ConnectorUnitDeploymentDescription.getConnectorArchitecture()
          Returns the value of the 'Connector Architecture' reference
 

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

Methods in org.objectweb.dsrg.sofa.repository.model with parameters of type RBMConnectorArchitecture
 ConnectorUnitDeploymentDescription InstanceDeploymentDescription.addConnector(java.lang.String iface, java.lang.String unit, java.lang.String impl, RBMConnectorArchitecture connArch)
           
 ConnectorUnitDeploymentDescription SharedConnectorUnit.addConnectorUnitDeploymentDescription(java.lang.String iface, java.lang.String unit, java.lang.String impl, RBMConnectorArchitecture connArch)
           
 ConnectorUnitDeploymentDescription InstanceDeploymentDescription.addDelSubs(java.lang.String iface, java.lang.String unit, java.lang.String impl, RBMConnectorArchitecture connArch)
           
 void ConnectorUnitDeploymentDescription.setConnectorArchitecture(RBMConnectorArchitecture value)
          Sets the value of the 'Connector Architecture' reference
 

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

Classes in org.objectweb.dsrg.sofa.repository.model.impl that implement RBMConnectorArchitecture
 class RBMConnectorArchitectureImpl
          An implementation of the model object 'RBM Connector Architecture'
 

Fields in org.objectweb.dsrg.sofa.repository.model.impl declared as RBMConnectorArchitecture
protected  RBMConnectorArchitecture ConnectorUnitDeploymentDescriptionImpl.connectorArchitecture
          The cached value of the 'Connector Architecture' reference
 

Fields in org.objectweb.dsrg.sofa.repository.model.impl with type parameters of type RBMConnectorArchitecture
protected  org.eclipse.emf.common.util.EList<RBMConnectorArchitecture> DeploymentPlanImpl.connectorArchitecture
          The cached value of the 'Connector Architecture' containment reference list
 

Methods in org.objectweb.dsrg.sofa.repository.model.impl that return RBMConnectorArchitecture
 RBMConnectorArchitecture DeploymentPlanImpl.addRBMConnectorArchitecture(java.lang.String name)
           
 RBMConnectorArchitecture ConnectorUnitDeploymentDescriptionImpl.basicGetConnectorArchitecture()
           
 RBMConnectorArchitecture ModelFactoryImpl.createRBMConnectorArchitecture()
           
 RBMConnectorArchitecture ConnectorUnitDeploymentDescriptionImpl.getConnectorArchitecture()
           
 

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

Methods in org.objectweb.dsrg.sofa.repository.model.impl with parameters of type RBMConnectorArchitecture
 ConnectorUnitDeploymentDescription InstanceDeploymentDescriptionImpl.addConnector(java.lang.String iface, java.lang.String unit, java.lang.String impl, RBMConnectorArchitecture connArch)
           
 ConnectorUnitDeploymentDescription SharedConnectorUnitImpl.addConnectorUnitDeploymentDescription(java.lang.String iface, java.lang.String unit, java.lang.String impl, RBMConnectorArchitecture connArch)
           
 ConnectorUnitDeploymentDescription InstanceDeploymentDescriptionImpl.addDelSubs(java.lang.String iface, java.lang.String unit, java.lang.String impl, RBMConnectorArchitecture connArch)
           
 void ConnectorUnitDeploymentDescriptionImpl.setConnectorArchitecture(RBMConnectorArchitecture newConnectorArchitecture)
           
 

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

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