Uses of Class
de.mid.innovator.srv2api.icw2elem.K_INSERT
-
Packages that use K_INSERT Package Description 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.icw2bp Package for Business Process Model and Notation (BPMN).de.mid.innovator.srv2api.icw2class The classes package deals with the basic modeling concepts of UML and, in particular, classes and their relationships.de.mid.innovator.srv2api.icw2elem 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.de.mid.innovator.srv2api.icw2ia The Interaction package describes the concepts needed to express interactions.de.mid.innovator.srv2api.icw2sm 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_INSERT Modifier and Type Field Description K_INSERT
ARG_ACPartitionInsertAtSelection. kInsertAt
specifies where to insert the new relative to the selected partitionMethods in de.mid.innovator.srv2api.icw2ac with parameters of type K_INSERT Modifier and Type Method Description static ACPartition
ACPartitionHelper. insertAtSelection(SrvContext srvCtx, MMCreateTemplate ohTemplatePartition, java.util.List<? extends ACPartition> seqPartitionSelection, K_INSERT kInsertAt)
Inserts a newACPartition
using a partition template.Constructors in de.mid.innovator.srv2api.icw2ac with parameters of type K_INSERT Constructor Description ARG_ACPartitionInsertAtSelection(MMCreateTemplate ohTemplatePartition, java.util.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_INSERT Modifier and Type Field Description K_INSERT
ARG_BPLaneInsertAtSelection. kInsertAt
specifies where to insert the lane relative to the lanes selected.Methods in de.mid.innovator.srv2api.icw2bp with parameters of type K_INSERT Modifier and Type Method Description static BPLane
BPLaneHelper. insertAtSelection(SrvContext srvCtx, MMCreateTemplate ohTemplateLane, java.util.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_INSERT Constructor Description ARG_BPLaneInsertAtSelection(MMCreateTemplate ohTemplateLane, java.util.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_INSERT Modifier and Type Field Description K_INSERT
ARG_CLStructureElementInsertAt. kInsertAt
specifies where to insert the new element relative to the element selected.Methods in de.mid.innovator.srv2api.icw2class with parameters of type K_INSERT Modifier and Type Method Description static CLStructureElement
CLStructureElementHelper. insertStructureElementAt(SrvContext srvCtx, MMCreateTemplate ohTemplate, CLStructureElement ohElementSelected, K_INSERT kInsertAt)
Inserts a newCLStructureElement
(CLStructureGroup
orCLStructureEntry
) at the specifiedCLStructureElement
.Constructors in de.mid.innovator.srv2api.icw2class with parameters of type K_INSERT Constructor Description ARG_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_INSERT Modifier and Type Method Description static K_INSERT
K_INSERT. valueOf(int value)
Returns the enumeration constant of this type with the specified value.static K_INSERT
K_INSERT. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static K_INSERT[]
K_INSERT. values()
Returns an array containing the constants of this enum type, 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_INSERT Modifier and Type Field Description K_INSERT
ARG_IAOperandInsertAtSelection. kInsertAt
specifies where to insert the new relative to the selected operandMethods in de.mid.innovator.srv2api.icw2ia with parameters of type K_INSERT Modifier and Type Method Description static IAOperand
IAOperandHelper. insertAtSelection(SrvContext srvCtx, MMCreateTemplate ohTemplateOperand, IAOperand ohOperand, K_INSERT kInsertAt)
Inserts a newIAOperand
using a lane template.Constructors in de.mid.innovator.srv2api.icw2ia with parameters of type K_INSERT Constructor Description ARG_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_INSERT Modifier and Type Field Description K_INSERT
ARG_SMRegionInsertAtSelection. kInsertAt
specifies where to insert the new relative to the selected regionMethods in de.mid.innovator.srv2api.icw2sm with parameters of type K_INSERT Modifier and Type Method Description static SMRegion
SMRegionHelper. insertAtSelection(SrvContext srvCtx, MMCreateTemplate ohTemplateRegion, SMRegion ohRegion, K_INSERT kInsertAt)
Inserts a newSMRegion
using a region template.Constructors in de.mid.innovator.srv2api.icw2sm with parameters of type K_INSERT Constructor Description ARG_SMRegionInsertAtSelection(MMCreateTemplate ohTemplateRegion, SMRegion ohRegion, K_INSERT kInsertAt)
-