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

Packages that use Component
org.eclipse.uml2.uml   
org.eclipse.uml2.uml.profile.standard   
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.profile.standard
 

Methods in org.eclipse.uml2.uml.profile.standard that return Component
 Component Subsystem.getBase_Component()
          Returns the value of the 'Base Component' reference
 Component Service.getBase_Component()
          Returns the value of the 'Base Component' reference
 Component Process.getBase_Component()
          Returns the value of the 'Base Component' reference
 Component Implement.getBase_Component()
          Returns the value of the 'Base Component' reference
 Component Entity.getBase_Component()
          Returns the value of the 'Base Component' reference
 Component BuildComponent.getBase_Component()
          Returns the value of the 'Base Component' reference
 

Methods in org.eclipse.uml2.uml.profile.standard with parameters of type Component
 void Subsystem.setBase_Component(Component value)
          Sets the value of the 'Base Component' reference
 void Service.setBase_Component(Component value)
          Sets the value of the 'Base Component' reference
 void Process.setBase_Component(Component value)
          Sets the value of the 'Base Component' reference
 void Implement.setBase_Component(Component value)
          Sets the value of the 'Base Component' reference
 void Entity.setBase_Component(Component value)
          Sets the value of the 'Base Component' reference
 void BuildComponent.setBase_Component(Component value)
          Sets the value of the 'Base Component' 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_validateNoNestedClassifiers(Component component, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateNoNestedClassifiers constraint of 'Component'
 boolean UMLValidator.validateComponent_validateNoPackagedElements(Component component, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateNoPackagedElements constraint 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, 2014 IBM Corporation, CEA, and others.
All Rights Reserved.