Uses of Interface
org.eclipse.uml2.Artifact

Packages that use Artifact
org.eclipse.uml2   
org.eclipse.uml2.util   
 

Uses of Artifact in org.eclipse.uml2
 

Subinterfaces of Artifact in org.eclipse.uml2
 interface DeploymentSpecification
           A representation of the model object 'Deployment Specification'
 

Methods in org.eclipse.uml2 that return Artifact
 Artifact UML2Factory.createArtifact()
          Returns a new object of class 'Artifact'
 Artifact Artifact.getNestedArtifact(String unqualifiedName)
          Retrieves the Artifact with the specified name from the 'Nested Artifact' containment reference list
 Artifact Artifact.createNestedArtifact(EClass eClass)
          Creates a Artifact and appends it to the 'Nested Artifact' containment reference list
 

Uses of Artifact in org.eclipse.uml2.util
 

Methods in org.eclipse.uml2.util with parameters of type Artifact
 boolean UML2Validator.validateArtifact(Artifact artifact, DiagnosticChain diagnostics, Map context)
           
 Object UML2Switch.caseArtifact(Artifact object)
          Returns the result of interpretting the object as an instance of 'Artifact'
 


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