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

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

Uses of ControlFlow in org.eclipse.uml2.uml
 

Methods in org.eclipse.uml2.uml that return ControlFlow
 ControlFlow UMLFactory.createControlFlow()
          Returns a new object of class 'Control Flow'
 

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

Methods in org.eclipse.uml2.uml.util with parameters of type ControlFlow
 boolean UMLValidator.validateControlFlow(ControlFlow controlFlow, DiagnosticChain diagnostics, Map context)
           
 boolean UMLValidator.validateControlFlow_validateObjectNodes(ControlFlow controlFlow, DiagnosticChain diagnostics, Map context)
          Validates the validateObjectNodes constraint of 'Control Flow'
 Object UMLSwitch.caseControlFlow(ControlFlow object)
          Returns the result of interpretting the object as an instance of 'Control Flow'
 


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