Uses of Interface
org.eclipse.uml2.PartDecomposition

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

Uses of PartDecomposition in org.eclipse.uml2
 

Methods in org.eclipse.uml2 that return PartDecomposition
 PartDecomposition UML2Factory.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 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.util
 

Methods in org.eclipse.uml2.util with parameters of type PartDecomposition
 boolean UML2Validator.validatePartDecomposition(PartDecomposition partDecomposition, DiagnosticChain diagnostics, Map context)
           
 Object UML2Switch.casePartDecomposition(PartDecomposition object)
          Returns the result of interpretting the object as an instance of 'Part Decomposition'
 


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