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

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

Uses of PartDecomposition in org.eclipse.uml2.uml
 

Methods in org.eclipse.uml2.uml that return PartDecomposition
 PartDecomposition UMLFactory.createPartDecomposition()
          Returns a new object of class 'Part Decomposition'
 PartDecomposition Lifeline.getDecomposedAs()
          Returns the value of the 'Decomposed As' reference
 

Methods in org.eclipse.uml2.uml with parameters of type PartDecomposition
 void Lifeline.setDecomposedAs(PartDecomposition value)
          Sets the value of the 'Decomposed As' reference
 

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

Methods in org.eclipse.uml2.uml.util with parameters of type PartDecomposition
 T UMLSwitch.casePartDecomposition(PartDecomposition object)
          Returns the result of interpreting the object as an instance of 'Part Decomposition'
 boolean UMLValidator.validatePartDecomposition_validateAssume(PartDecomposition partDecomposition, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateAssume constraint of 'Part Decomposition'
 boolean UMLValidator.validatePartDecomposition_validateCommutativityOfDecomposition(PartDecomposition partDecomposition, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateCommutativityOfDecomposition constraint of 'Part Decomposition'
 boolean UMLValidator.validatePartDecomposition_validatePartsOfInternalStructures(PartDecomposition partDecomposition, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validatePartsOfInternalStructures constraint of 'Part Decomposition'
 boolean UMLValidator.validatePartDecomposition(PartDecomposition partDecomposition, 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.