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 Activity.createOwnedGroup(java.lang.String name, org.eclipse.emf.ecore.EClass eClass)
          Creates a new ActivityGroup, with the specified 'Name', and appends it to the 'Owned Group' containment reference list
 ActivityGroup Activity.getGroup(java.lang.String name)
          Retrieves the first ActivityGroup with the specified 'Name' from the 'Group' reference list
 ActivityGroup Activity.getGroup(java.lang.String name, boolean ignoreCase, org.eclipse.emf.ecore.EClass eClass)
          Retrieves the first ActivityGroup with the specified 'Name' from the 'Group' reference list
 ActivityGroup ActivityNode.getInGroup(java.lang.String name)
          Retrieves the first ActivityGroup with the specified 'Name' from the 'In Group' reference list
 ActivityGroup ActivityEdge.getInGroup(java.lang.String name)
          Retrieves the first ActivityGroup with the specified 'Name' from the 'In Group' reference list
 ActivityGroup ActivityNode.getInGroup(java.lang.String name, boolean ignoreCase, org.eclipse.emf.ecore.EClass eClass)
          Retrieves the first ActivityGroup with the specified 'Name' from the 'In Group' reference list
 ActivityGroup ActivityEdge.getInGroup(java.lang.String name, boolean ignoreCase, org.eclipse.emf.ecore.EClass eClass)
          Retrieves the first ActivityGroup with the specified 'Name' from the 'In Group' reference list
 ActivityGroup Activity.getOwnedGroup(java.lang.String name)
          Retrieves the first ActivityGroup with the specified 'Name' from the 'Owned Group' containment reference list
 ActivityGroup Activity.getOwnedGroup(java.lang.String name, boolean ignoreCase, org.eclipse.emf.ecore.EClass eClass, boolean createOnDemand)
          Retrieves the first ActivityGroup with the specified 'Name' from the 'Owned Group' containment reference list
 ActivityGroup ActivityGroup.getSubgroup(java.lang.String name)
          Retrieves the first ActivityGroup with the specified 'Name' from the 'Subgroup' reference list
 ActivityGroup ActivityGroup.getSubgroup(java.lang.String name, boolean ignoreCase, org.eclipse.emf.ecore.EClass eClass)
          Retrieves the first ActivityGroup with the specified 'Name' from the 'Subgroup' reference list
 ActivityGroup ActivityGroup.getSuperGroup()
          Returns the value of the 'Super Group' reference.
 

Methods in org.eclipse.uml2.uml that return types with arguments of type ActivityGroup
 org.eclipse.emf.common.util.EList<ActivityGroup> Activity.getGroups()
          Returns the value of the 'Group' reference list.
 org.eclipse.emf.common.util.EList<ActivityGroup> ActivityNode.getInGroups()
          Returns the value of the 'In Group' reference list.
 org.eclipse.emf.common.util.EList<ActivityGroup> ActivityEdge.getInGroups()
          Returns the value of the 'In Group' reference list.
 org.eclipse.emf.common.util.EList<ActivityGroup> Activity.getOwnedGroups()
          Returns the value of the 'Owned Group' containment reference list.
 org.eclipse.emf.common.util.EList<ActivityGroup> ActivityGroup.getSubgroups()
          Returns the value of the 'Subgroup' reference list.
 

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

Methods in org.eclipse.uml2.uml.util with parameters of type ActivityGroup
 T UMLSwitch.caseActivityGroup(ActivityGroup object)
          Returns the result of interpreting the object as an instance of 'Activity Group'
 boolean UMLValidator.validateActivityGroup_validateNodesAndEdges(ActivityGroup activityGroup, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateNodesAndEdges constraint of 'Activity Group'
 boolean UMLValidator.validateActivityGroup_validateNotContained(ActivityGroup activityGroup, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateNotContained constraint of 'Activity Group'
 boolean UMLValidator.validateActivityGroup(ActivityGroup activityGroup, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 


Copyright 2003, 2014 IBM Corporation, CEA, and others.
All Rights Reserved.