Uses of Interface
org.eclipse.uml2.ForkNode

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

Uses of ForkNode in org.eclipse.uml2
 

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

Uses of ForkNode in org.eclipse.uml2.util
 

Methods in org.eclipse.uml2.util with parameters of type ForkNode
 boolean UML2Validator.validateForkNode(ForkNode forkNode, DiagnosticChain diagnostics, Map context)
           
 Object UML2Switch.caseForkNode(ForkNode object)
          Returns the result of interpretting the object as an instance of 'Fork Node'
 


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