Uses of Interface
de.mid.innovator.srv2api.icw2ac.ACPartition
Packages that use ACPartition
Package
Description
Activity modeling emphasizes the sequence and conditions for coordinating
lower-level behaviors, rather than which classifiers own those behaviors.
This packagage contains elements representing the logical model.
-
Uses of ACPartition in de.mid.innovator.srv2api.icw2ac
Fields in de.mid.innovator.srv2api.icw2ac with type parameters of type ACPartitionModifier and TypeFieldDescriptionARG_ACPartitionInsertAtSelection.seqPartitionSelectionThe list of selected partitions (mandatory, at least one partition).Methods in de.mid.innovator.srv2api.icw2ac that return ACPartitionModifier and TypeMethodDescriptionstatic ACPartitionACPartitionHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Activity Partition with template and container.static ACPartitionACPartitionHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Activity Partition with stereotype and container.ACPartition.getPredecessor()ACPartition.getSuccessor()ACPartition.getSuperPartition()static ACPartitionACPartitionHelper.insertAtSelection(SrvContext srvCtx, MMCreateTemplate ohTemplatePartition, List<? extends ACPartition> seqPartitionSelection, K_INSERT kInsertAt) Inserts a newACPartitionusing a partition template.Methods in de.mid.innovator.srv2api.icw2ac that return types with arguments of type ACPartitionModifier and TypeMethodDescriptionACActivity.getAllExternalPartitionsTransitiveDown()All external partitions contained directly or indirectly in the activity.ACActivity.getAllExternalPartitionsTransitiveDown(MMStereotype stereotype) The method calls getAllExternalPartitionsTransitiveDown and filters its return values according to the given stereotype value.ACActivity.getAllNonExternalPartitionsTransitiveDown()All non-external partitions contained directly or indirectly in the activity.ACActivity.getAllNonExternalPartitionsTransitiveDown(MMStereotype stereotype) The method calls getAllNonExternalPartitionsTransitiveDown and filters its return values according to the given stereotype value.ACActivity.getAllPartitionsTransitiveDown(K_CONTROL_OPTION... behaviourFlags) All partitions contained directly or indirectly in the activity.ACActivity.getAllPartitionsTransitiveDown(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getAllPartitionsTransitiveDown and filters its return values according to the given stereotype value.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.ACPartition.getBrothers(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getBrothers and filters its return values according to the given stereotype value.ACActivity.getHorizontalPartitions(K_CONTROL_OPTION... behaviourFlags) All partitions to be displayed as a horizontal swimlane contained directly in the activity.ACActivity.getHorizontalPartitions(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getHorizontalPartitions and filters its return values according to the given stereotype value.ACActivity.getPartition()Top-level partitions in the activity.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.ACPartition.getSelfAndBrothers(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getSelfAndBrothers and filters its return values according to the given stereotype value.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.ACPartition.getSelfAndNonExternalBrothers(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getSelfAndNonExternalBrothers and filters its return values according to the given stereotype value.ACPartition.getSubPartition(K_CONTROL_OPTION... behaviourFlags) The partitions immediately contained by the partition.ACActivity.getVerticalPartitions(K_CONTROL_OPTION... behaviourFlags) All partitions to be displayed as a vertical swimlane contained directly in the activity.ACActivity.getVerticalPartitions(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getVerticalPartitions and filters its return values according to the given stereotype value.Method parameters in de.mid.innovator.srv2api.icw2ac with type arguments of type ACPartitionModifier and TypeMethodDescriptionstatic ACPartitionACPartitionHelper.insertAtSelection(SrvContext srvCtx, MMCreateTemplate ohTemplatePartition, List<? extends ACPartition> seqPartitionSelection, K_INSERT kInsertAt) Inserts a newACPartitionusing a partition template.Constructor parameters in de.mid.innovator.srv2api.icw2ac with type arguments of type ACPartitionModifierConstructorDescriptionARG_ACPartitionInsertAtSelection(MMCreateTemplate ohTemplatePartition, List<ACPartition> seqPartitionSelection, K_INSERT kInsertAt) -
Uses of ACPartition in de.mid.innovator.srv2api.icw2model
Methods in de.mid.innovator.srv2api.icw2model that return types with arguments of type ACPartitionModifier and TypeMethodDescriptionMEModelElement.getActivityPartition()The partitions which represent the element.