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

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

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

Methods in org.objectweb.dsrg.sofa.repository.model that return SharedConnectorUnit
 SharedConnectorUnit DeploymentPlan.addSharedConnectorUnit(java.lang.String node)
           
 SharedConnectorUnit ModelFactory.createSharedConnectorUnit()
          Returns a new object of class 'Shared Connector Unit'
 

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

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

Classes in org.objectweb.dsrg.sofa.repository.model.impl that implement SharedConnectorUnit
 class SharedConnectorUnitImpl
          An implementation of the model object 'Shared Connector Unit'
 

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

Methods in org.objectweb.dsrg.sofa.repository.model.impl that return SharedConnectorUnit
 SharedConnectorUnit DeploymentPlanImpl.addSharedConnectorUnit(java.lang.String node)
           
 SharedConnectorUnit ModelFactoryImpl.createSharedConnectorUnit()
           
 

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

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

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