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

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

Uses of Manifestation in org.eclipse.uml2.uml
 

Methods in org.eclipse.uml2.uml that return Manifestation
 Manifestation UMLFactory.createManifestation()
          Returns a new object of class 'Manifestation'
 Manifestation Artifact.createManifestation(String name, PackageableElement utilizedElement)
          Creates a new Manifestation, with the specified 'Name', and 'Utilized Element', and appends it to the 'Manifestation' containment reference list
 Manifestation Artifact.getManifestation(String name, PackageableElement utilizedElement)
          Retrieves the first Manifestation with the specified 'Name', and 'Utilized Element' from the 'Manifestation' containment reference list
 Manifestation Artifact.getManifestation(String name, PackageableElement utilizedElement, boolean ignoreCase, boolean createOnDemand)
          Retrieves the first Manifestation with the specified 'Name', and 'Utilized Element' from the 'Manifestation' containment reference list
 

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

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


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