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

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

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

Methods in org.objectweb.dsrg.sofa.repository.model that return ArtifactDeploymentDescription
 ArtifactDeploymentDescription ModelFactory.createArtifactDeploymentDescription()
          Returns a new object of class 'Artifact Deployment Description'
 

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

Classes in org.objectweb.dsrg.sofa.repository.model.impl that implement ArtifactDeploymentDescription
 class ArtifactDeploymentDescriptionImpl
          An implementation of the model object 'Artifact Deployment Description'
 

Methods in org.objectweb.dsrg.sofa.repository.model.impl that return ArtifactDeploymentDescription
 ArtifactDeploymentDescription ModelFactoryImpl.createArtifactDeploymentDescription()
           
 

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

Methods in org.objectweb.dsrg.sofa.repository.model.util with parameters of type ArtifactDeploymentDescription
 java.lang.Object ModelSwitch.caseArtifactDeploymentDescription(ArtifactDeploymentDescription object)
          Returns the result of interpretting the object as an instance of 'Artifact Deployment Description'