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

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

Uses of Realization in org.eclipse.uml2.uml
 

Subinterfaces of Realization in org.eclipse.uml2.uml
 interface ComponentRealization
           A representation of the model object 'Component Realization'
 interface InterfaceRealization
           A representation of the model object 'Interface Realization'
 interface Substitution
           A representation of the model object 'Substitution'
 

Methods in org.eclipse.uml2.uml that return Realization
 Realization UMLFactory.createRealization()
          Returns a new object of class 'Realization'
 

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

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


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