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

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

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

Methods in org.objectweb.dsrg.sofa.repository.model that return ResourceDeploymentDescription
 ResourceDeploymentDescription ModelFactory.createResourceDeploymentDescription()
          Returns a new object of class 'Resource Deployment Description'
 

Methods in org.objectweb.dsrg.sofa.repository.model that return types with arguments of type ResourceDeploymentDescription
 org.eclipse.emf.common.util.EList<ResourceDeploymentDescription> InstanceDeploymentDescription.getResource()
          Returns the value of the 'Resource' containment reference list.
 org.eclipse.emf.common.util.EList<ResourceDeploymentDescription> ConnectorUnitDeploymentDescription.getResource()
          Returns the value of the 'Resource' containment reference list.
 

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

Classes in org.objectweb.dsrg.sofa.repository.model.impl that implement ResourceDeploymentDescription
 class ResourceDeploymentDescriptionImpl
          An implementation of the model object 'Resource Deployment Description'
 

Fields in org.objectweb.dsrg.sofa.repository.model.impl with type parameters of type ResourceDeploymentDescription
protected  org.eclipse.emf.common.util.EList<ResourceDeploymentDescription> InstanceDeploymentDescriptionImpl.resource
          The cached value of the 'Resource' containment reference list
protected  org.eclipse.emf.common.util.EList<ResourceDeploymentDescription> ConnectorUnitDeploymentDescriptionImpl.resource
          The cached value of the 'Resource' containment reference list
 

Methods in org.objectweb.dsrg.sofa.repository.model.impl that return ResourceDeploymentDescription
 ResourceDeploymentDescription ModelFactoryImpl.createResourceDeploymentDescription()
           
 

Methods in org.objectweb.dsrg.sofa.repository.model.impl that return types with arguments of type ResourceDeploymentDescription
 org.eclipse.emf.common.util.EList<ResourceDeploymentDescription> InstanceDeploymentDescriptionImpl.getResource()
           
 org.eclipse.emf.common.util.EList<ResourceDeploymentDescription> ConnectorUnitDeploymentDescriptionImpl.getResource()
           
 

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

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