Uses of Interface
org.eclipse.uml2.LoopNode

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

Uses of LoopNode in org.eclipse.uml2
 

Methods in org.eclipse.uml2 that return LoopNode
 LoopNode UML2Factory.createLoopNode()
          Returns a new object of class 'Loop Node'
 

Uses of LoopNode in org.eclipse.uml2.util
 

Methods in org.eclipse.uml2.util with parameters of type LoopNode
 boolean UML2Validator.validateLoopNode(LoopNode loopNode, DiagnosticChain diagnostics, Map context)
           
 Object UML2Switch.caseLoopNode(LoopNode object)
          Returns the result of interpretting the object as an instance of 'Loop Node'
 


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