Uses of Interface
org.eclipse.uml2.StructuredActivityNode

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

Uses of StructuredActivityNode in org.eclipse.uml2
 

Subinterfaces of StructuredActivityNode in org.eclipse.uml2
 interface ConditionalNode
           A representation of the model object 'Conditional Node'
 interface ExpansionRegion
           A representation of the model object 'Expansion Region'
 interface LoopNode
           A representation of the model object 'Loop Node'
 

Methods in org.eclipse.uml2 that return StructuredActivityNode
 StructuredActivityNode Variable.getScope()
          Returns the value of the 'Scope' container reference.
 StructuredActivityNode UML2Factory.createStructuredActivityNode()
          Returns a new object of class 'Structured Activity Node'
 StructuredActivityNode ActivityNode.getInStructuredNode()
          Returns the value of the 'In Structured Node' container reference.
 StructuredActivityNode ActivityEdge.getInStructuredNode()
          Returns the value of the 'In Structured Node' container reference.
 StructuredActivityNode Activity.getStructuredNode(String unqualifiedName)
          Retrieves the StructuredActivityNode with the specified name from the 'Structured Node' reference list
 

Methods in org.eclipse.uml2 with parameters of type StructuredActivityNode
 void Variable.setScope(StructuredActivityNode value)
          Sets the value of the 'Scope' container reference
 void ActivityNode.setInStructuredNode(StructuredActivityNode value)
          Sets the value of the 'In Structured Node' container reference
 void ActivityEdge.setInStructuredNode(StructuredActivityNode value)
          Sets the value of the 'In Structured Node' container reference
 

Uses of StructuredActivityNode in org.eclipse.uml2.util
 

Methods in org.eclipse.uml2.util with parameters of type StructuredActivityNode
 boolean UML2Validator.validateStructuredActivityNode(StructuredActivityNode structuredActivityNode, DiagnosticChain diagnostics, Map context)
           
 Object UML2Switch.caseStructuredActivityNode(StructuredActivityNode object)
          Returns the result of interpretting the object as an instance of 'Structured Activity Node'
 


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