|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
ActivityPartition.createSubpartition(String name)
Creates a new ActivityPartition , with the specified 'Name', and appends it to the 'Subpartition' containment reference list |
ActivityPartition |
ActivityPartition.getSubpartition(String name)
Retrieves the first ActivityPartition with the specified 'Name' from the 'Subpartition' containment reference list |
ActivityPartition |
ActivityPartition.getSubpartition(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. |
ActivityPartition |
ActivityNode.getInPartition(String name)
Retrieves the first ActivityPartition with the specified 'Name' from the 'In Partition' reference list |
ActivityPartition |
ActivityNode.getInPartition(String name,
boolean ignoreCase)
Retrieves the first ActivityPartition with the specified 'Name' from the 'In Partition' reference list |
ActivityPartition |
ActivityEdge.getInPartition(String name)
Retrieves the first ActivityPartition with the specified 'Name' from the 'In Partition' reference list |
ActivityPartition |
ActivityEdge.getInPartition(String name,
boolean ignoreCase)
Retrieves the first ActivityPartition with the specified 'Name' from the 'In Partition' reference list |
ActivityPartition |
Activity.createPartition(String name)
Creates a new ActivityPartition , with the specified 'Name', and appends it to the 'Partition' reference list |
ActivityPartition |
Activity.getPartition(String name)
Retrieves the first ActivityPartition with the specified 'Name' from the 'Partition' reference list |
ActivityPartition |
Activity.getPartition(String name,
boolean ignoreCase,
boolean createOnDemand)
Retrieves the first ActivityPartition with the specified 'Name' from the 'Partition' 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 | |
boolean |
UMLValidator.validateActivityPartition(ActivityPartition activityPartition,
DiagnosticChain diagnostics,
Map context)
|
boolean |
UMLValidator.validateActivityPartition_validateDimensionNotContained(ActivityPartition activityPartition,
DiagnosticChain diagnostics,
Map context)
Validates the validateDimensionNotContained constraint of 'Activity Partition' |
boolean |
UMLValidator.validateActivityPartition_validateRepresentsPart(ActivityPartition activityPartition,
DiagnosticChain diagnostics,
Map context)
Validates the validateRepresentsPart constraint of 'Activity Partition' |
boolean |
UMLValidator.validateActivityPartition_validateRepresentsClassifier(ActivityPartition activityPartition,
DiagnosticChain diagnostics,
Map context)
Validates the validateRepresentsClassifier constraint of 'Activity Partition' |
boolean |
UMLValidator.validateActivityPartition_validateRepresentsPartAndIsContained(ActivityPartition activityPartition,
DiagnosticChain diagnostics,
Map context)
Validates the validateRepresentsPartAndIsContained constraint of 'Activity Partition' |
Object |
UMLSwitch.caseActivityPartition(ActivityPartition object)
Returns the result of interpretting the object as an instance of 'Activity Partition' |
|
Copyright 2003, 2006 IBM Corporation and others. All Rights Reserved. |
||||||||||
PREV NEXT | FRAMES NO FRAMES |