Uses of Interface
org.eclipse.uml2.FlowFinalNode

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

Uses of FlowFinalNode in org.eclipse.uml2
 

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

Uses of FlowFinalNode in org.eclipse.uml2.util
 

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


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