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
 T UMLSwitch.caseJoinNode(JoinNode object)
          Returns the result of interpreting the object as an instance of 'Join Node'
 boolean UMLValidator.validateJoinNode_validateIncomingObjectFlow(JoinNode joinNode, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateIncomingObjectFlow constraint of 'Join Node'
 boolean UMLValidator.validateJoinNode_validateOneOutgoingEdge(JoinNode joinNode, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateOneOutgoingEdge constraint of 'Join Node'
 boolean UMLValidator.validateJoinNode(JoinNode joinNode, 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.