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
 T UMLSwitch.caseComponent(Component object)
          Returns the result of interpreting the object as an instance of 'Component'
 boolean UMLValidator.validateComponent(Component component, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 


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