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

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

Uses of FlowFinalNode in org.eclipse.uml2.uml
 

Methods in org.eclipse.uml2.uml that return FlowFinalNode
 FlowFinalNode UMLFactory.createFlowFinalNode()
          Returns a new object of class 'Flow Final Node'
 

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

Methods in org.eclipse.uml2.uml.util with parameters of type FlowFinalNode
 boolean UMLValidator.validateFlowFinalNode(FlowFinalNode flowFinalNode, DiagnosticChain diagnostics, Map context)
           
 Object UMLSwitch.caseFlowFinalNode(FlowFinalNode object)
          Returns the result of interpretting the object as an instance of 'Flow Final Node'
 


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