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
 T UMLSwitch.caseForkNode(ForkNode object)
          Returns the result of interpreting the object as an instance of 'Fork Node'
 boolean UMLValidator.validateForkNode_validateEdges(ForkNode forkNode, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateEdges constraint of 'Fork Node'
 boolean UMLValidator.validateForkNode_validateOneIncomingEdge(ForkNode forkNode, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateOneIncomingEdge constraint of 'Fork Node'
 boolean UMLValidator.validateForkNode(ForkNode forkNode, 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.