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

Packages that use SubcomponentDeploymentInstance
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 SubcomponentDeploymentInstance in org.objectweb.dsrg.sofa.repository
 

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

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'
 

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

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'
 

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

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

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

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
 T ModelSwitch.caseSubcomponentDeploymentInstance(SubcomponentDeploymentInstance object)
          Returns the result of interpreting the object as an instance of 'Subcomponent Deployment Instance'