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

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

Methods in org.objectweb.dsrg.sofa.deployment with parameters of type InstanceDeploymentDescription
protected  void DeploymentDockImpl.setComponentProperties(SOFAParametrized component, InstanceDeploymentDescription idd)
          Passes the properties described in the InstanceDeploymentDescription with their values to the component.
 

Uses of InstanceDeploymentDescription in org.objectweb.dsrg.sofa.repository
 

Methods in org.objectweb.dsrg.sofa.repository that return InstanceDeploymentDescription
static InstanceDeploymentDescription RepositoryUtil.getDeploymentSubcomponentByName(InstanceDeploymentDescription instance, java.lang.String subCompName)
          Returns subcomponent with the given name
 

Methods in org.objectweb.dsrg.sofa.repository with parameters of type InstanceDeploymentDescription
protected  DeleteDependencyCalculator.DeletingNode DeleteDependencyCalculator.cacheEntity(InstanceDeploymentDescription entity)
          Goes through all the dependencies of the entity and caches it into memory of this data structure.
static InstanceDeploymentDescription RepositoryUtil.getDeploymentSubcomponentByName(InstanceDeploymentDescription instance, java.lang.String subCompName)
          Returns subcomponent with the given name
 

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

Methods in org.objectweb.dsrg.sofa.repository.model that return InstanceDeploymentDescription
 InstanceDeploymentDescription ModelFactory.createInstanceDeploymentDescription()
          Returns a new object of class 'Instance Deployment Description'
 InstanceDeploymentDescription SubcomponentDeploymentInstance.getInstance()
          Returns the value of the 'Instance' containment reference
 InstanceDeploymentDescription DeploymentPlan.getTopLevelInstance()
          Returns the value of the 'Top Level Instance' containment reference
 

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

Methods in org.objectweb.dsrg.sofa.repository.model with parameters of type InstanceDeploymentDescription
 void SubcomponentDeploymentInstance.setInstance(InstanceDeploymentDescription value)
          Sets the value of the 'Instance' containment reference
 void DeploymentPlan.setTopLevelInstance(InstanceDeploymentDescription value)
          Sets the value of the 'Top Level Instance' containment reference
 

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

Classes in org.objectweb.dsrg.sofa.repository.model.impl that implement InstanceDeploymentDescription
 class InstanceDeploymentDescriptionImpl
          An implementation of the model object 'Instance Deployment Description'
 

Fields in org.objectweb.dsrg.sofa.repository.model.impl declared as InstanceDeploymentDescription
protected  InstanceDeploymentDescription SubcomponentDeploymentInstanceImpl.instance
          The cached value of the 'Instance' containment reference
protected  InstanceDeploymentDescription DeploymentPlanImpl.topLevelInstance
          The cached value of the 'Top Level Instance' containment reference
 

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

Methods in org.objectweb.dsrg.sofa.repository.model.impl that return InstanceDeploymentDescription
 InstanceDeploymentDescription SubcomponentDeploymentInstanceImpl.basicGetInstance()
           
 InstanceDeploymentDescription DeploymentPlanImpl.basicGetTopLevelInstance()
           
 InstanceDeploymentDescription ModelFactoryImpl.createInstanceDeploymentDescription()
           
 InstanceDeploymentDescription SubcomponentDeploymentInstanceImpl.getInstance()
           
 InstanceDeploymentDescription DeploymentPlanImpl.getTopLevelInstance()
           
 

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

Methods in org.objectweb.dsrg.sofa.repository.model.impl with parameters of type InstanceDeploymentDescription
 org.eclipse.emf.common.notify.NotificationChain SubcomponentDeploymentInstanceImpl.basicSetInstance(InstanceDeploymentDescription newInstance, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain DeploymentPlanImpl.basicSetTopLevelInstance(InstanceDeploymentDescription newTopLevelInstance, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void SubcomponentDeploymentInstanceImpl.setInstance(InstanceDeploymentDescription newInstance)
           
 void DeploymentPlanImpl.setTopLevelInstance(InstanceDeploymentDescription newTopLevelInstance)
           
 

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

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