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

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

Uses of FinalNode in org.eclipse.uml2.uml
 

Subinterfaces of FinalNode in org.eclipse.uml2.uml
 interface ActivityFinalNode
           A representation of the model object 'Activity Final Node'
 interface FlowFinalNode
           A representation of the model object 'Flow Final Node'
 

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

Methods in org.eclipse.uml2.uml.util with parameters of type FinalNode
 boolean UMLValidator.validateFinalNode(FinalNode finalNode, DiagnosticChain diagnostics, Map context)
           
 boolean UMLValidator.validateFinalNode_validateNoOutgoingEdges(FinalNode finalNode, DiagnosticChain diagnostics, Map context)
          Validates the validateNoOutgoingEdges constraint of 'Final Node'
 Object UMLSwitch.caseFinalNode(FinalNode object)
          Returns the result of interpretting the object as an instance of 'Final Node'
 


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