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

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

Methods in org.objectweb.dsrg.sofa.deployment that return DeploymentPlan
 DeploymentPlan DeploymentPlanGenerator.generateDeploymentPlan(AssemblyDescriptor assemblyDescriptor, java.lang.String dpName, java.lang.String dpVersion, java.lang.String connectorsFilename, CodeBundle connectorsCB)
          Deprecated. 
 DeploymentPlan DeploymentPlanGeneratorImpl.generateDeploymentPlan(AssemblyDescriptor assemblyDescriptor, java.lang.String dpName, java.lang.String dpVersion, java.lang.String connImplementationFileName, CodeBundle connectorsCB)
          Deprecated. 
 

Methods in org.objectweb.dsrg.sofa.deployment with parameters of type DeploymentPlan
 void DeploymentPlanGenerator.generateDeploymentPlan(DeploymentPlan deplPlan, AssemblyDescriptor assemblyDescriptor, CodeBundle connectorsCB)
           
 void DeploymentPlanGeneratorImpl.generateDeploymentPlan(DeploymentPlan dp, AssemblyDescriptor assemblyDescriptor, CodeBundle connectorsCB)
           
 

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

Methods in org.objectweb.dsrg.sofa.repository that return DeploymentPlan
 DeploymentPlan RepositoryFacade.createDeploymentPlan(DeploymentPlan plan, AssemblyDescriptor assembly)
          Creates new version of the already existing deplplan plan for the given assembly descriptor.
 DeploymentPlan RepositoryFacade.createDeploymentPlan(java.lang.String name, AssemblyDescriptor assembly)
          Creates new the deplplan plan for the given assembly descriptor.
 DeploymentPlan RepositoryFacade.lookupDeploymentPlanByVersion(java.lang.String name, java.lang.String version)
          Looks up deployment plan.
 

Methods in org.objectweb.dsrg.sofa.repository with parameters of type DeploymentPlan
 DeploymentPlan RepositoryFacade.createDeploymentPlan(DeploymentPlan plan, AssemblyDescriptor assembly)
          Creates new version of the already existing deplplan plan for the given assembly descriptor.
 

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

Methods in org.objectweb.dsrg.sofa.repository.model that return DeploymentPlan
 DeploymentPlan ModelFactory.createDeploymentPlan()
          Returns a new object of class 'Deployment Plan'.
 DeploymentPlan RepositoryData.createDeploymentPlan(DeploymentPlan previous, AssemblyDescriptor assembly)
           
 DeploymentPlan RepositoryData.createDeploymentPlan(java.lang.String name, AssemblyDescriptor assembly)
           
 

Methods in org.objectweb.dsrg.sofa.repository.model that return types with arguments of type DeploymentPlan
 org.eclipse.emf.common.util.EList<DeploymentPlan> RepositoryData.getDeploymentPlan()
          Returns the value of the 'Deployment Plan' containment reference list.
 

Methods in org.objectweb.dsrg.sofa.repository.model with parameters of type DeploymentPlan
 DeploymentPlan RepositoryData.createDeploymentPlan(DeploymentPlan previous, AssemblyDescriptor assembly)
           
 

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

Classes in org.objectweb.dsrg.sofa.repository.model.impl that implement DeploymentPlan
 class DeploymentPlanImpl
          An implementation of the model object 'Deployment Plan'.
 

Fields in org.objectweb.dsrg.sofa.repository.model.impl with type parameters of type DeploymentPlan
protected  org.eclipse.emf.common.util.EList<DeploymentPlan> RepositoryDataImpl.deploymentPlan
          The cached value of the 'Deployment Plan' containment reference list.
 

Methods in org.objectweb.dsrg.sofa.repository.model.impl that return DeploymentPlan
 DeploymentPlan ModelFactoryImpl.createDeploymentPlan()
           
 DeploymentPlan RepositoryDataImpl.createDeploymentPlan(DeploymentPlan previous, AssemblyDescriptor assembly)
           
 DeploymentPlan RepositoryDataImpl.createDeploymentPlan(java.lang.String name, AssemblyDescriptor assembly)
           
 

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

Methods in org.objectweb.dsrg.sofa.repository.model.impl with parameters of type DeploymentPlan
 DeploymentPlan RepositoryDataImpl.createDeploymentPlan(DeploymentPlan previous, AssemblyDescriptor assembly)
           
 

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

Methods in org.objectweb.dsrg.sofa.repository.model.util that return types with arguments of type DeploymentPlan
 java.util.List<DeploymentPlan> DependencyWalker.DependencyList.getDeploymentPlans()
           
 

Methods in org.objectweb.dsrg.sofa.repository.model.util with parameters of type DeploymentPlan
 void DependencyWalker.DependencyList.add(DeploymentPlan entity)
           
 T ModelSwitch.caseDeploymentPlan(DeploymentPlan object)
          Returns the result of interpreting the object as an instance of 'Deployment Plan'.
 boolean DependencyWalker.DependencyList.contains(DeploymentPlan entity)
           
 DependencyWalker.DependencyList DependencyWalker.seekDependencies(DeploymentPlan entity, DependencyWalker.DependencyListMode listMode)