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 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 Variable.getScope()
          Returns the value of the 'Scope' container reference.
 StructuredActivityNode Activity.getStructuredNode(java.lang.String name)
          Retrieves the first StructuredActivityNode with the specified 'Name' from the 'Structured Node' reference list
 StructuredActivityNode Activity.getStructuredNode(java.lang.String name, boolean ignoreCase, org.eclipse.emf.ecore.EClass eClass)
          Retrieves the first StructuredActivityNode with the specified 'Name' from the 'Structured Node' reference list
 

Methods in org.eclipse.uml2.uml that return types with arguments of type StructuredActivityNode
 org.eclipse.emf.common.util.EList<StructuredActivityNode> Activity.getStructuredNodes()
          Returns the value of the 'Structured Node' reference list.
 

Methods in org.eclipse.uml2.uml with parameters of type StructuredActivityNode
 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
 void Variable.setScope(StructuredActivityNode value)
          Sets the value of the 'Scope' container reference
 

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

Methods in org.eclipse.uml2.uml.util with parameters of type StructuredActivityNode
 T UMLSwitch.caseStructuredActivityNode(StructuredActivityNode object)
          Returns the result of interpreting the object as an instance of 'Structured Activity Node'
 boolean UMLValidator.validateStructuredActivityNode_validateEdges(StructuredActivityNode structuredActivityNode, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateEdges constraint of 'Structured Activity Node'
 boolean UMLValidator.validateStructuredActivityNode(StructuredActivityNode structuredActivityNode, 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.