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

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

Uses of ActivityPartition in org.eclipse.uml2.uml
 

Methods in org.eclipse.uml2.uml that return ActivityPartition
 ActivityPartition UMLFactory.createActivityPartition()
          Returns a new object of class 'Activity Partition'
 ActivityPartition Activity.createPartition(java.lang.String name)
          Creates a new ActivityPartition, with the specified 'Name', and appends it to the 'Partition' reference list
 ActivityPartition ActivityPartition.createSubpartition(java.lang.String name)
          Creates a new ActivityPartition, with the specified 'Name', and appends it to the 'Subpartition' containment reference list
 ActivityPartition ActivityNode.getInPartition(java.lang.String name)
          Retrieves the first ActivityPartition with the specified 'Name' from the 'In Partition' reference list
 ActivityPartition ActivityEdge.getInPartition(java.lang.String name)
          Retrieves the first ActivityPartition with the specified 'Name' from the 'In Partition' reference list
 ActivityPartition ActivityNode.getInPartition(java.lang.String name, boolean ignoreCase)
          Retrieves the first ActivityPartition with the specified 'Name' from the 'In Partition' reference list
 ActivityPartition ActivityEdge.getInPartition(java.lang.String name, boolean ignoreCase)
          Retrieves the first ActivityPartition with the specified 'Name' from the 'In Partition' reference list
 ActivityPartition Activity.getPartition(java.lang.String name)
          Retrieves the first ActivityPartition with the specified 'Name' from the 'Partition' reference list
 ActivityPartition Activity.getPartition(java.lang.String name, boolean ignoreCase, boolean createOnDemand)
          Retrieves the first ActivityPartition with the specified 'Name' from the 'Partition' reference list
 ActivityPartition ActivityPartition.getSubpartition(java.lang.String name)
          Retrieves the first ActivityPartition with the specified 'Name' from the 'Subpartition' containment reference list
 ActivityPartition ActivityPartition.getSubpartition(java.lang.String name, boolean ignoreCase, boolean createOnDemand)
          Retrieves the first ActivityPartition with the specified 'Name' from the 'Subpartition' containment reference list
 ActivityPartition ActivityPartition.getSuperPartition()
          Returns the value of the 'Super Partition' container reference.
 

Methods in org.eclipse.uml2.uml that return types with arguments of type ActivityPartition
 org.eclipse.emf.common.util.EList<ActivityPartition> ActivityNode.getInPartitions()
          Returns the value of the 'In Partition' reference list.
 org.eclipse.emf.common.util.EList<ActivityPartition> ActivityEdge.getInPartitions()
          Returns the value of the 'In Partition' reference list.
 org.eclipse.emf.common.util.EList<ActivityPartition> Activity.getPartitions()
          Returns the value of the 'Partition' reference list.
 org.eclipse.emf.common.util.EList<ActivityPartition> ActivityPartition.getSubpartitions()
          Returns the value of the 'Subpartition' containment reference list.
 

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

Methods in org.eclipse.uml2.uml.util with parameters of type ActivityPartition
 T UMLSwitch.caseActivityPartition(ActivityPartition object)
          Returns the result of interpreting the object as an instance of 'Activity Partition'
 boolean UMLValidator.validateActivityPartition_validateDimensionNotContained(ActivityPartition activityPartition, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateDimensionNotContained constraint of 'Activity Partition'
 boolean UMLValidator.validateActivityPartition_validateRepresentsClassifier(ActivityPartition activityPartition, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateRepresentsClassifier constraint of 'Activity Partition'
 boolean UMLValidator.validateActivityPartition_validateRepresentsPart(ActivityPartition activityPartition, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateRepresentsPart constraint of 'Activity Partition'
 boolean UMLValidator.validateActivityPartition_validateRepresentsPartAndIsContained(ActivityPartition activityPartition, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the validateRepresentsPartAndIsContained constraint of 'Activity Partition'
 boolean UMLValidator.validateActivityPartition(ActivityPartition activityPartition, 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.