Uses of Interface
de.mid.innovator.srv2api.icw2ac.ACPartition

Packages that use ACPartition
de.mid.innovator.srv2api.icw2ac Activity modeling emphasizes the sequence and conditions for coordinating lower-level behaviors, rather than which classifiers own those behaviors. 
de.mid.innovator.srv2api.icw2model 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 ACPartition
 List<ACPartition> ARG_ACPartitionInsertAtSelection.seqPartitionSelection
          The list of selected partitions (mandatory, at least one partition).
 

Methods in de.mid.innovator.srv2api.icw2ac that return ACPartition
static ACPartition ACPartitionHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
          Create a new Activity Partition with template and container.
static ACPartition ACPartitionHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
          Create a new Activity Partition with stereotype and container.
 ACPartition ACPartition.getPredecessor()
          The partition preceding this one as the son of their common owner - if there is one.
 ACPartition ACPartition.getSuccessor()
          The partition succeeding this one as the son of their common owner - if there is one.
 ACPartition ACPartition.getSuperPartition()
          Partition that immediately contains the partition.
static ACPartition ACPartitionHelper.insertAtSelection(SrvContext srvCtx, MMCreateTemplate ohTemplatePartition, List<? extends ACPartition> seqPartitionSelection, K_INSERT kInsertAt)
          Inserts a new ACPartition using a partition template.
 

Methods in de.mid.innovator.srv2api.icw2ac that return types with arguments of type ACPartition
 List<ACPartition> ACActivity.getAllExternalPartitionsTransitiveDown(K_CONTROL_OPTION... behaviourFlags)
          All external partitions contained directly or indirectly in the activity.
 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.
 List<ACPartition> ACActivity.getAllNonExternalPartitionsTransitiveDown(K_CONTROL_OPTION... behaviourFlags)
          All non-external partitions contained directly or indirectly in the activity.
 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.
 List<ACPartition> ACActivity.getAllPartitionsTransitiveDown(K_CONTROL_OPTION... behaviourFlags)
          All partitions contained directly or indirectly in the activity.
 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.
 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.
 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.
 List<ACPartition> ACActivity.getHorizontalPartitions(K_CONTROL_OPTION... behaviourFlags)
          All partitions to be displayed as a horizontal swimlane contained directly in the activity.
 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.
 List<ACPartition> ACActivity.getPartition(K_CONTROL_OPTION... behaviourFlags)
          Top-level partitions in the activity.
 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.
 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.
 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.
 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.
 List<ACPartition> ACPartition.getSubPartition(K_CONTROL_OPTION... behaviourFlags)
          The partitions immediately contained by the partition.
 List<ACPartition> ACActivity.getVerticalPartitions(K_CONTROL_OPTION... behaviourFlags)
          All partitions to be displayed as a vertical swimlane contained directly in the activity.
 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.
 

Method parameters in de.mid.innovator.srv2api.icw2ac with type arguments of type ACPartition
static ACPartition ACPartitionHelper.insertAtSelection(SrvContext srvCtx, MMCreateTemplate ohTemplatePartition, List<? extends ACPartition> seqPartitionSelection, K_INSERT kInsertAt)
          Inserts a new ACPartition using a partition template.
 

Constructor parameters in de.mid.innovator.srv2api.icw2ac with type arguments of type ACPartition
ARG_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 ACPartition
 List<ACPartition> MEModelElement.getActivityPartition()
          The partitions which represent the element.