Uses of Interface
org.eclipse.uml2.Manifestation

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

Uses of Manifestation in org.eclipse.uml2
 

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

Uses of Manifestation in org.eclipse.uml2.util
 

Methods in org.eclipse.uml2.util with parameters of type Manifestation
 boolean UML2Validator.validateManifestation(Manifestation manifestation, DiagnosticChain diagnostics, Map context)
           
 Object UML2Switch.caseManifestation(Manifestation object)
          Returns the result of interpretting the object as an instance of 'Manifestation'
 


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