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(java.lang.String name)
          Creates a new Artifact, with the specified 'Name', and appends it to the 'Nested Artifact' containment reference list
 Artifact Artifact.createNestedArtifact(java.lang.String name, org.eclipse.emf.ecore.EClass eClass)
          Creates a new Artifact, with the specified 'Name', and appends it to the 'Nested Artifact' containment reference list
 Artifact Artifact.getNestedArtifact(java.lang.String name)
          Retrieves the first Artifact with the specified 'Name' from the 'Nested Artifact' containment reference list
 Artifact Artifact.getNestedArtifact(java.lang.String name, boolean ignoreCase, org.eclipse.emf.ecore.EClass eClass, boolean createOnDemand)
          Retrieves the first Artifact with the specified 'Name' from the 'Nested Artifact' containment reference list
 

Methods in org.eclipse.uml2.uml that return types with arguments of type Artifact
 org.eclipse.emf.common.util.EList<Artifact> Artifact.getNestedArtifacts()
          Returns the value of 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
 T UMLSwitch.caseArtifact(Artifact object)
          Returns the result of interpreting the object as an instance of 'Artifact'
 boolean UMLValidator.validateArtifact(Artifact artifact, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 


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