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

Packages that use InstanceDeploymentDescription
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.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
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 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.
 

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