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

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

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

Methods in org.objectweb.dsrg.sofa.repository.model that return SubcomponentDeploymentInstance
 SubcomponentDeploymentInstance ModelFactory.createSubcomponentDeploymentInstance()
          Returns a new object of class 'Subcomponent Deployment Instance'.
 

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

Classes in org.objectweb.dsrg.sofa.repository.model.impl that implement SubcomponentDeploymentInstance
 class SubcomponentDeploymentInstanceImpl
          An implementation of the model object 'Subcomponent Deployment Instance'.
 

Methods in org.objectweb.dsrg.sofa.repository.model.impl that return SubcomponentDeploymentInstance
 SubcomponentDeploymentInstance ModelFactoryImpl.createSubcomponentDeploymentInstance()
           
 

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

Methods in org.objectweb.dsrg.sofa.repository.model.util with parameters of type SubcomponentDeploymentInstance
 java.lang.Object ModelSwitch.caseSubcomponentDeploymentInstance(SubcomponentDeploymentInstance object)
          Returns the result of interpretting the object as an instance of 'Subcomponent Deployment Instance'.