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

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

Uses of ConnectorUnitDeploymentDescription in org.objectweb.dsrg.sofa.repository
 

Methods in org.objectweb.dsrg.sofa.repository with parameters of type ConnectorUnitDeploymentDescription
protected  DeleteDependencyCalculator.DeletingNode DeleteDependencyCalculator.cacheEntity(ConnectorUnitDeploymentDescription entity)
          Goes through all the dependencies of the entity and caches it into memory of this data structure.
 

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

Methods in org.objectweb.dsrg.sofa.repository.model that return ConnectorUnitDeploymentDescription
 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)
           
 ConnectorUnitDeploymentDescription ModelFactory.createConnectorUnitDeploymentDescription()
          Returns a new object of class 'Connector Unit Deployment Description'
 

Methods in org.objectweb.dsrg.sofa.repository.model that return types with arguments of type ConnectorUnitDeploymentDescription
 org.eclipse.emf.common.util.EList<ConnectorUnitDeploymentDescription> InstanceDeploymentDescription.getConnector()
          Returns the value of the 'Connector' containment reference list.
 org.eclipse.emf.common.util.EList<ConnectorUnitDeploymentDescription> InstanceDeploymentDescription.getDelegateOrSubsume()
          Returns the value of the 'Delegate Or Subsume' containment reference list.
 org.eclipse.emf.common.util.EList<ConnectorUnitDeploymentDescription> SharedConnectorUnit.getDescriptor()
          Returns the value of the 'Descriptor' containment reference list.
 

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

Classes in org.objectweb.dsrg.sofa.repository.model.impl that implement ConnectorUnitDeploymentDescription
 class ConnectorUnitDeploymentDescriptionImpl
          An implementation of the model object 'Connector Unit Deployment Description'
 

Fields in org.objectweb.dsrg.sofa.repository.model.impl with type parameters of type ConnectorUnitDeploymentDescription
protected  org.eclipse.emf.common.util.EList<ConnectorUnitDeploymentDescription> InstanceDeploymentDescriptionImpl.connector
          The cached value of the 'Connector' containment reference list
protected  org.eclipse.emf.common.util.EList<ConnectorUnitDeploymentDescription> InstanceDeploymentDescriptionImpl.delegateOrSubsume
          The cached value of the 'Delegate Or Subsume' containment reference list
protected  org.eclipse.emf.common.util.EList<ConnectorUnitDeploymentDescription> SharedConnectorUnitImpl.descriptor
          The cached value of the 'Descriptor' containment reference list
 

Methods in org.objectweb.dsrg.sofa.repository.model.impl that return ConnectorUnitDeploymentDescription
 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)
           
 ConnectorUnitDeploymentDescription ModelFactoryImpl.createConnectorUnitDeploymentDescription()
           
 

Methods in org.objectweb.dsrg.sofa.repository.model.impl that return types with arguments of type ConnectorUnitDeploymentDescription
 org.eclipse.emf.common.util.EList<ConnectorUnitDeploymentDescription> InstanceDeploymentDescriptionImpl.getConnector()
           
 org.eclipse.emf.common.util.EList<ConnectorUnitDeploymentDescription> InstanceDeploymentDescriptionImpl.getDelegateOrSubsume()
           
 org.eclipse.emf.common.util.EList<ConnectorUnitDeploymentDescription> SharedConnectorUnitImpl.getDescriptor()
           
 

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

Methods in org.objectweb.dsrg.sofa.repository.model.util with parameters of type ConnectorUnitDeploymentDescription
 T ModelSwitch.caseConnectorUnitDeploymentDescription(ConnectorUnitDeploymentDescription object)
          Returns the result of interpreting the object as an instance of 'Connector Unit Deployment Description'