java.util.List<ACPartition> |
ACActivity.getAllExternalPartitionsTransitiveDown(K_CONTROL_OPTION... behaviourFlags) |
|
java.util.List<ACPartition> |
ACActivity.getAllExternalPartitionsTransitiveDown(MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags) |
The method calls getAllExternalPartitionsTransitiveDown and filters its return values according to the given stereotype value.
|
java.util.List<ACPartition> |
ACActivity.getAllNonExternalPartitionsTransitiveDown(K_CONTROL_OPTION... behaviourFlags) |
|
java.util.List<ACPartition> |
ACActivity.getAllNonExternalPartitionsTransitiveDown(MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags) |
The method calls getAllNonExternalPartitionsTransitiveDown and filters its return values according to the given stereotype value.
|
java.util.List<ACPartition> |
ACActivity.getAllPartitionsTransitiveDown(K_CONTROL_OPTION... behaviourFlags) |
|
java.util.List<ACPartition> |
ACActivity.getAllPartitionsTransitiveDown(MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags) |
The method calls getAllPartitionsTransitiveDown and filters its return values according to the given stereotype value.
|
java.util.List<ACPartition> |
ACPartition.getBrothers(K_CONTROL_OPTION... behaviourFlags) |
All partitions within the same container and with the same presentation (horizontal or vertical or none), excluding the partition itself and regardless of the property if a partition is external.
|
java.util.List<ACPartition> |
ACPartition.getBrothers(MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags) |
The method calls getBrothers and filters its return values according to the given stereotype value.
|
java.util.List<ACPartition> |
ACActivity.getHorizontalPartitions(K_CONTROL_OPTION... behaviourFlags) |
All partitions to be displayed as a horizontal swimlane contained directly in the activity.
|
java.util.List<ACPartition> |
ACActivity.getHorizontalPartitions(MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags) |
The method calls getHorizontalPartitions and filters its return values according to the given stereotype value.
|
java.util.List<ACPartition> |
ACActivity.getPartition(K_CONTROL_OPTION... behaviourFlags) |
|
java.util.List<ACPartition> |
ACPartition.getSelfAndBrothers(K_CONTROL_OPTION... behaviourFlags) |
All partitions within the same container and with the same presentation (horizontal or vertical or none), including the partition itself and regardless of the property if a partition is external.
|
java.util.List<ACPartition> |
ACPartition.getSelfAndBrothers(MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags) |
The method calls getSelfAndBrothers and filters its return values according to the given stereotype value.
|
java.util.List<ACPartition> |
ACPartition.getSelfAndNonExternalBrothers(K_CONTROL_OPTION... behaviourFlags) |
All non-external partitions within the same container and with the same presentation (horizontal or vertical or none), including the partition itself.
|
java.util.List<ACPartition> |
ACPartition.getSelfAndNonExternalBrothers(MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags) |
The method calls getSelfAndNonExternalBrothers and filters its return values according to the given stereotype value.
|
java.util.List<ACPartition> |
ACPartition.getSubPartition(K_CONTROL_OPTION... behaviourFlags) |
|
java.util.List<ACPartition> |
ACActivity.getVerticalPartitions(K_CONTROL_OPTION... behaviourFlags) |
|
java.util.List<ACPartition> |
ACActivity.getVerticalPartitions(MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags) |
The method calls getVerticalPartitions and filters its return values according to the given stereotype value.
|