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

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

Uses of JoinNode in org.eclipse.uml2.uml
 

Methods in org.eclipse.uml2.uml that return JoinNode
 JoinNode UMLFactory.createJoinNode()
          Returns a new object of class 'Join Node'
 

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

Methods in org.eclipse.uml2.uml.util with parameters of type JoinNode
 boolean UMLValidator.validateJoinNode(JoinNode joinNode, DiagnosticChain diagnostics, Map context)
           
 boolean UMLValidator.validateJoinNode_validateOneOutgoingEdge(JoinNode joinNode, DiagnosticChain diagnostics, Map context)
          Validates the validateOneOutgoingEdge constraint of 'Join Node'
 boolean UMLValidator.validateJoinNode_validateIncomingObjectFlow(JoinNode joinNode, DiagnosticChain diagnostics, Map context)
          Validates the validateIncomingObjectFlow constraint of 'Join Node'
 Object UMLSwitch.caseJoinNode(JoinNode object)
          Returns the result of interpretting the object as an instance of 'Join Node'
 


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