Uses of Interface
org.eclipse.uml2.Realization

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

Uses of Realization in org.eclipse.uml2
 

Subinterfaces of Realization in org.eclipse.uml2
 interface Implementation
           A representation of the model object 'Implementation'
 interface Substitution
           A representation of the model object 'Substitution'
 

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

Uses of Realization in org.eclipse.uml2.util
 

Methods in org.eclipse.uml2.util with parameters of type Realization
 boolean UML2Validator.validateRealization(Realization realization, DiagnosticChain diagnostics, Map context)
           
 Object UML2Switch.caseRealization(Realization object)
          Returns the result of interpretting the object as an instance of 'Realization'
 


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