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

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

Uses of Component in org.eclipse.uml2.uml
 

Methods in org.eclipse.uml2.uml that return Component
 Component UMLFactory.createComponent()
          Returns a new object of class 'Component'
 Component ComponentRealization.getAbstraction()
          Returns the value of the 'Abstraction' container reference.
 

Methods in org.eclipse.uml2.uml with parameters of type Component
 void ComponentRealization.setAbstraction(Component value)
          Sets the value of the 'Abstraction' container reference
 

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

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


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