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

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

Uses of DecisionNode in org.eclipse.uml2.uml
 

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

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

Methods in org.eclipse.uml2.uml.util with parameters of type DecisionNode
 boolean UMLValidator.validateDecisionNode(DecisionNode decisionNode, DiagnosticChain diagnostics, Map context)
           
 boolean UMLValidator.validateDecisionNode_validateOneIncomingEdge(DecisionNode decisionNode, DiagnosticChain diagnostics, Map context)
          Validates the validateOneIncomingEdge constraint of 'Decision Node'
 boolean UMLValidator.validateDecisionNode_validateInputParameter(DecisionNode decisionNode, DiagnosticChain diagnostics, Map context)
          Validates the validateInputParameter constraint of 'Decision Node'
 boolean UMLValidator.validateDecisionNode_validateEdges(DecisionNode decisionNode, DiagnosticChain diagnostics, Map context)
          Validates the validateEdges constraint of 'Decision Node'
 Object UMLSwitch.caseDecisionNode(DecisionNode object)
          Returns the result of interpretting the object as an instance of 'Decision Node'
 


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