Uses of Interface
org.eclipse.uml2.ActivityPartition

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

Uses of ActivityPartition in org.eclipse.uml2
 

Methods in org.eclipse.uml2 that return ActivityPartition
 ActivityPartition UML2Factory.createActivityPartition()
          Returns a new object of class 'Activity Partition'
 ActivityPartition ActivityPartition.getSubgroup(String unqualifiedName)
          Retrieves the ActivityPartition with the specified name from the 'Subgroup' containment reference list
 ActivityPartition ActivityPartition.createSubgroup(EClass eClass)
          Creates a ActivityPartition and appends it to the 'Subgroup' containment reference list
 ActivityPartition ActivityPartition.getSuperPartition()
          Returns the value of the 'Super Partition' container reference.
 ActivityPartition ActivityNode.getInPartition(String unqualifiedName)
          Retrieves the ActivityPartition with the specified name from the 'In Partition' reference list
 ActivityPartition ActivityEdge.getInPartition(String unqualifiedName)
          Retrieves the ActivityPartition with the specified name from the 'In Partition' reference list
 

Methods in org.eclipse.uml2 with parameters of type ActivityPartition
 void ActivityPartition.setSuperPartition(ActivityPartition value)
          Sets the value of the 'Super Partition' container reference
 

Uses of ActivityPartition in org.eclipse.uml2.util
 

Methods in org.eclipse.uml2.util with parameters of type ActivityPartition
 boolean UML2Validator.validateActivityPartition(ActivityPartition activityPartition, DiagnosticChain diagnostics, Map context)
           
 Object UML2Switch.caseActivityPartition(ActivityPartition object)
          Returns the result of interpretting the object as an instance of 'Activity Partition'
 


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