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
 T UMLSwitch.caseFinalNode(FinalNode object)
          Returns the result of interpreting the object as an instance of 'Final Node'
 boolean UMLValidator.validateFinalNode_validateNoOutgoingEdges(FinalNode finalNode, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateNoOutgoingEdges constraint of 'Final Node'
 boolean UMLValidator.validateFinalNode(FinalNode finalNode, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 


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