Uses of Enum Class
de.mid.innovator.srv2api.icw2elem.K_INSERT
Packages that use K_INSERT
Package
Description
Activity modeling emphasizes the sequence and conditions for coordinating
lower-level behaviors, rather than which classifiers own those behaviors.
Package for Business Process Model and Notation (BPMN).
The classes package deals with the basic modeling concepts of UML and, in
particular, classes and their relationships.
Describes the common behavior of all elements stored in a model server
repository even configuration elements in profiles and schema elements of the
meta model.
The Interaction package describes the concepts needed to express interactions.
The StateMachine package defines a set of concepts that can be used for
modeling discrete behavior through finite statetransition systems.
-
Uses of K_INSERT in de.mid.innovator.srv2api.icw2ac
Fields in de.mid.innovator.srv2api.icw2ac declared as K_INSERTModifier and TypeFieldDescriptionARG_ACPartitionInsertAtSelection.kInsertAtspecifies where to insert the new relative to the selected partitionMethods in de.mid.innovator.srv2api.icw2ac with parameters of type K_INSERTModifier and TypeMethodDescriptionstatic ACPartitionACPartitionHelper.insertAtSelection(SrvContext srvCtx, MMCreateTemplate ohTemplatePartition, List<? extends ACPartition> seqPartitionSelection, K_INSERT kInsertAt) Inserts a newACPartitionusing a partition template.Constructors in de.mid.innovator.srv2api.icw2ac with parameters of type K_INSERTModifierConstructorDescriptionARG_ACPartitionInsertAtSelection(MMCreateTemplate ohTemplatePartition, List<ACPartition> seqPartitionSelection, K_INSERT kInsertAt) -
Uses of K_INSERT in de.mid.innovator.srv2api.icw2bp
Fields in de.mid.innovator.srv2api.icw2bp declared as K_INSERTModifier and TypeFieldDescriptionARG_BPLaneInsertAtSelection.kInsertAtspecifies where to insert the lane relative to the lanes selected.Methods in de.mid.innovator.srv2api.icw2bp with parameters of type K_INSERTModifier and TypeMethodDescriptionstatic BPLaneBPLaneHelper.insertAtSelection(SrvContext srvCtx, MMCreateTemplate ohTemplateLane, List<? extends BPLane> seqLaneSelection, K_INSERT kInsertAt) Inserts a new lane using a lane template.Constructors in de.mid.innovator.srv2api.icw2bp with parameters of type K_INSERTModifierConstructorDescriptionARG_BPLaneInsertAtSelection(MMCreateTemplate ohTemplateLane, List<BPLane> seqLaneSelection, K_INSERT kInsertAt) -
Uses of K_INSERT in de.mid.innovator.srv2api.icw2class
Fields in de.mid.innovator.srv2api.icw2class declared as K_INSERTModifier and TypeFieldDescriptionARG_CLStructureElementInsertAt.kInsertAtspecifies where to insert the new element relative to the element selected.Methods in de.mid.innovator.srv2api.icw2class with parameters of type K_INSERTModifier and TypeMethodDescriptionstatic CLStructureElementCLStructureElementHelper.insertStructureElementAt(SrvContext srvCtx, MMCreateTemplate ohTemplate, CLStructureElement ohElementSelected, K_INSERT kInsertAt) Inserts a newCLStructureElement(CLStructureGrouporCLStructureEntry) at the specifiedCLStructureElement.Constructors in de.mid.innovator.srv2api.icw2class with parameters of type K_INSERTModifierConstructorDescriptionARG_CLStructureElementInsertAt(MMCreateTemplate ohTemplate, CLStructureElement ohElementSelected, K_INSERT kInsertAt) -
Uses of K_INSERT in de.mid.innovator.srv2api.icw2elem
Methods in de.mid.innovator.srv2api.icw2elem that return K_INSERTModifier and TypeMethodDescriptionstatic K_INSERTK_INSERT.valueOf(int value) Returns the enumeration constant of this type with the specified value.static K_INSERTReturns the enum constant of this class with the specified name.static K_INSERT[]K_INSERT.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of K_INSERT in de.mid.innovator.srv2api.icw2ia
Fields in de.mid.innovator.srv2api.icw2ia declared as K_INSERTModifier and TypeFieldDescriptionARG_IAOperandInsertAtSelection.kInsertAtspecifies where to insert the new relative to the selected operandMethods in de.mid.innovator.srv2api.icw2ia with parameters of type K_INSERTModifier and TypeMethodDescriptionstatic IAOperandIAOperandHelper.insertAtSelection(SrvContext srvCtx, MMCreateTemplate ohTemplateOperand, IAOperand ohOperand, K_INSERT kInsertAt) Inserts a newIAOperandusing a lane template.Constructors in de.mid.innovator.srv2api.icw2ia with parameters of type K_INSERTModifierConstructorDescriptionARG_IAOperandInsertAtSelection(MMCreateTemplate ohTemplateOperand, IAOperand ohOperand, K_INSERT kInsertAt) -
Uses of K_INSERT in de.mid.innovator.srv2api.icw2sm
Fields in de.mid.innovator.srv2api.icw2sm declared as K_INSERTModifier and TypeFieldDescriptionARG_SMRegionInsertAtSelection.kInsertAtspecifies where to insert the new relative to the selected regionMethods in de.mid.innovator.srv2api.icw2sm with parameters of type K_INSERTModifier and TypeMethodDescriptionstatic SMRegionSMRegionHelper.insertAtSelection(SrvContext srvCtx, MMCreateTemplate ohTemplateRegion, SMRegion ohRegion, K_INSERT kInsertAt) Inserts a newSMRegionusing a region template.Constructors in de.mid.innovator.srv2api.icw2sm with parameters of type K_INSERTModifierConstructorDescriptionARG_SMRegionInsertAtSelection(MMCreateTemplate ohTemplateRegion, SMRegion ohRegion, K_INSERT kInsertAt)