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

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

Uses of ActivityGroup in org.eclipse.uml2.uml
 

Subinterfaces of ActivityGroup in org.eclipse.uml2.uml
 interface ActivityPartition
           A representation of the model object 'Activity Partition'
 interface ConditionalNode
           A representation of the model object 'Conditional Node'
 interface ExpansionRegion
           A representation of the model object 'Expansion Region'
 interface InterruptibleActivityRegion
           A representation of the model object 'Interruptible Activity Region'
 interface LoopNode
           A representation of the model object 'Loop Node'
 interface SequenceNode
           A representation of the model object 'Sequence Node'
 interface StructuredActivityNode
           A representation of the model object 'Structured Activity Node'
 

Methods in org.eclipse.uml2.uml that return ActivityGroup
 ActivityGroup ActivityGroup.getSuperGroup()
          Returns the value of the 'Super Group' reference.
 ActivityGroup Activity.createGroup(EClass eClass)
          Creates a new ActivityGroup and appends it to the 'Group' containment reference list
 

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

Methods in org.eclipse.uml2.uml.util with parameters of type ActivityGroup
 boolean UMLValidator.validateActivityGroup(ActivityGroup activityGroup, DiagnosticChain diagnostics, Map context)
           
 boolean UMLValidator.validateActivityGroup_validateNodesAndEdges(ActivityGroup activityGroup, DiagnosticChain diagnostics, Map context)
          Validates the validateNodesAndEdges constraint of 'Activity Group'
 boolean UMLValidator.validateActivityGroup_validateNotContained(ActivityGroup activityGroup, DiagnosticChain diagnostics, Map context)
          Validates the validateNotContained constraint of 'Activity Group'
 boolean UMLValidator.validateActivityGroup_validateGroupOwned(ActivityGroup activityGroup, DiagnosticChain diagnostics, Map context)
          Validates the validateGroupOwned constraint of 'Activity Group'
 Object UMLSwitch.caseActivityGroup(ActivityGroup object)
          Returns the result of interpretting the object as an instance of 'Activity Group'
 


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