Uses of Interface
org.eclipse.uml2.DecisionNode

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

Uses of DecisionNode in org.eclipse.uml2
 

Methods in org.eclipse.uml2 that return DecisionNode
 DecisionNode UML2Factory.createDecisionNode()
          Returns a new object of class 'Decision Node'
 

Uses of DecisionNode in org.eclipse.uml2.util
 

Methods in org.eclipse.uml2.util with parameters of type DecisionNode
 boolean UML2Validator.validateDecisionNode(DecisionNode decisionNode, DiagnosticChain diagnostics, Map context)
           
 Object UML2Switch.caseDecisionNode(DecisionNode object)
          Returns the result of interpretting the object as an instance of 'Decision Node'
 


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