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

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

Uses of StructuredActivityNode in org.eclipse.uml2.uml
 

Subinterfaces of StructuredActivityNode in org.eclipse.uml2.uml
 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'
 interface SequenceNode
           A representation of the model object 'Sequence Node'
 

Methods in org.eclipse.uml2.uml that return StructuredActivityNode
 StructuredActivityNode Variable.getScope()
          Returns the value of the 'Scope' container reference.
 StructuredActivityNode UMLFactory.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 name)
          Retrieves the first StructuredActivityNode with the specified 'Name' from the 'Structured Node' reference list
 StructuredActivityNode Activity.getStructuredNode(String name, boolean ignoreCase, EClass eClass)
          Retrieves the first StructuredActivityNode with the specified 'Name' from the 'Structured Node' reference list
 

Methods in org.eclipse.uml2.uml 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.uml.util
 

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


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