Uses of Interface
org.eclipse.uml2.Component

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

Uses of Component in org.eclipse.uml2
 

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

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

Uses of Component in org.eclipse.uml2.util
 

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


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