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

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

Uses of ComponentRealization in org.eclipse.uml2.uml
 

Methods in org.eclipse.uml2.uml that return ComponentRealization
 ComponentRealization UMLFactory.createComponentRealization()
          Returns a new object of class 'Component Realization'
 ComponentRealization Component.createRealization(String name)
          Creates a new ComponentRealization, with the specified 'Name', and appends it to the 'Realization' containment reference list
 ComponentRealization Component.getRealization(String name)
          Retrieves the first ComponentRealization with the specified 'Name' from the 'Realization' containment reference list
 ComponentRealization Component.getRealization(String name, boolean ignoreCase, boolean createOnDemand)
          Retrieves the first ComponentRealization with the specified 'Name' from the 'Realization' containment reference list
 

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

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


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