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

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

Uses of Artifact in org.eclipse.uml2.uml
 

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

Methods in org.eclipse.uml2.uml that return Artifact
 Artifact UMLFactory.createArtifact()
          Returns a new object of class 'Artifact'
 Artifact Artifact.createNestedArtifact(String name, EClass eClass)
          Creates a new Artifact, with the specified 'Name', and appends it to the 'Nested Artifact' containment reference list
 Artifact Artifact.createNestedArtifact(String name)
          Creates a new Artifact, with the specified 'Name', and appends it to the 'Nested Artifact' containment reference list
 Artifact Artifact.getNestedArtifact(String name)
          Retrieves the first Artifact with the specified 'Name' from the 'Nested Artifact' containment reference list
 Artifact Artifact.getNestedArtifact(String name, boolean ignoreCase, EClass eClass, boolean createOnDemand)
          Retrieves the first Artifact with the specified 'Name' from the 'Nested Artifact' containment reference list
 

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

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


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