Uses of Interface
org.eclipse.uml2.uml.DeployedArtifact

Packages that use DeployedArtifact
org.eclipse.uml2.uml   
org.eclipse.uml2.uml.util   
 

Uses of DeployedArtifact in org.eclipse.uml2.uml
 

Subinterfaces of DeployedArtifact in org.eclipse.uml2.uml
 interface Artifact
           A representation of the model object 'Artifact'
 interface DeploymentSpecification
           A representation of the model object 'Deployment Specification'
 interface EnumerationLiteral
           A representation of the model object 'Enumeration Literal'
 interface InstanceSpecification
           A representation of the model object 'Instance Specification'
 

Methods in org.eclipse.uml2.uml that return DeployedArtifact
 DeployedArtifact Deployment.getDeployedArtifact(String name)
          Retrieves the first DeployedArtifact with the specified 'Name' from the 'Deployed Artifact' reference list
 DeployedArtifact Deployment.getDeployedArtifact(String name, boolean ignoreCase, EClass eClass)
          Retrieves the first DeployedArtifact with the specified 'Name' from the 'Deployed Artifact' reference list
 

Uses of DeployedArtifact in org.eclipse.uml2.uml.util
 

Methods in org.eclipse.uml2.uml.util with parameters of type DeployedArtifact
 boolean UMLValidator.validateDeployedArtifact(DeployedArtifact deployedArtifact, DiagnosticChain diagnostics, Map context)
           
 Object UMLSwitch.caseDeployedArtifact(DeployedArtifact object)
          Returns the result of interpretting the object as an instance of 'Deployed Artifact'
 


Copyright 2003, 2006 IBM Corporation and others.
All Rights Reserved.