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'.
 

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'.
 

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

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
 java.lang.Object ModelSwitch.caseResourceDeploymentDescription(ResourceDeploymentDescription object)
          Returns the result of interpretting the object as an instance of 'Resource Deployment Description'.