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

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

Uses of ControlNode in org.eclipse.uml2.uml
 

Subinterfaces of ControlNode in org.eclipse.uml2.uml
 interface ActivityFinalNode
          A representation of the model object 'Activity Final Node'
 interface DecisionNode
          A representation of the model object 'Decision Node'
 interface FinalNode
          A representation of the model object 'Final Node'
 interface FlowFinalNode
          A representation of the model object 'Flow Final Node'
 interface ForkNode
          A representation of the model object 'Fork Node'
 interface InitialNode
          A representation of the model object 'Initial Node'
 interface JoinNode
          A representation of the model object 'Join Node'
 interface MergeNode
          A representation of the model object 'Merge Node'
 

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

Methods in org.eclipse.uml2.uml.util with parameters of type ControlNode
 T UMLSwitch.caseControlNode(ControlNode object)
          Returns the result of interpreting the object as an instance of 'Control Node'
 boolean UMLValidator.validateControlNode(ControlNode controlNode, 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.