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

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

Uses of ForkNode in org.eclipse.uml2.uml
 

Methods in org.eclipse.uml2.uml that return ForkNode
 ForkNode UMLFactory.createForkNode()
          Returns a new object of class 'Fork Node'
 

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

Methods in org.eclipse.uml2.uml.util with parameters of type ForkNode
 boolean UMLValidator.validateForkNode(ForkNode forkNode, DiagnosticChain diagnostics, Map context)
           
 boolean UMLValidator.validateForkNode_validateOneIncomingEdge(ForkNode forkNode, DiagnosticChain diagnostics, Map context)
          Validates the validateOneIncomingEdge constraint of 'Fork Node'
 boolean UMLValidator.validateForkNode_validateEdges(ForkNode forkNode, DiagnosticChain diagnostics, Map context)
          Validates the validateEdges constraint of 'Fork Node'
 Object UMLSwitch.caseForkNode(ForkNode object)
          Returns the result of interpretting the object as an instance of 'Fork Node'
 


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