Uses of Interface
de.mid.innovator.srv2api.icw2meta.MMCreateTemplate
-
Packages that use MMCreateTemplate 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.icw2bc Package for Business Object Modeling.de.mid.innovator.srv2api.icw2be The Common Behaviors package specifies the core concepts required for dynamic elements and provides the infrastructure to support more detailed definitions of behavior.de.mid.innovator.srv2api.icw2bp Package for Business Process Model and Notation (BPMN).de.mid.innovator.srv2api.icw2bpdia BPMN Diagrams and graphical representations for elements of the icw2bp package.de.mid.innovator.srv2api.icw2br Business resource modeling package.de.mid.innovator.srv2api.icw2brdia Diagrams and graphical representations for elements of the icw2br package.de.mid.innovator.srv2api.icw2bs State machine for Business Object Modeling.de.mid.innovator.srv2api.icw2bsdia Diagrams and graphical representations for elements of the icw2bs package.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.icw2cldia Diagrams and graphical representations for elements of the icw2class package.de.mid.innovator.srv2api.icw2db The DB package (specialization of the IM package) describes the concepts needed for modeling a relational database.de.mid.innovator.srv2api.icw2dbdia Database Diagrams and representations of tables and foreign keys, as well as views and from clauses.de.mid.innovator.srv2api.icw2dm The purpose of DMN is to provide the constructs that are needed to model decisions, so that organizational decision-making can be readily depicted in diagrams, accurately defined by business analysts, and (optionally) automated.de.mid.innovator.srv2api.icw2drdia The decision requirements level of a decision model in DMN consists of a Decision Requirement Graph depicted in one or more Decision Requirement Diagrams.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.icw2er The ER package (specialization of the IM package) deals with the modeling concepts for the Entity Relationship Model and, in particular, entities, attributes and their relationships.
In addition it deals with the concepts of Online Analytical Processing (OLAP) to build a data warehouse for business intelligence (BI) matters.de.mid.innovator.srv2api.icw2erdia Entity Relationship Diagrams and representations of entities and relationships, as well as conceptual views and from clauses.de.mid.innovator.srv2api.icw2gc Package for concept modeling.de.mid.innovator.srv2api.icw2gcdia Concept diagrams and graphical representations for elements of the icw2gc package.de.mid.innovator.srv2api.icw2ia The Interaction package describes the concepts needed to express interactions.de.mid.innovator.srv2api.icw2im The IM package specify the Information Management Metamodel core concepts required for data modeling.de.mid.innovator.srv2api.icw2meta Meta model and administration information.de.mid.innovator.srv2api.icw2model This packagage contains elements representing the logical model.de.mid.innovator.srv2api.icw2pres Diagrams and graphical representations of model elements in diagrams.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 MMCreateTemplate in de.mid.innovator.srv2api.icw2ac
Fields in de.mid.innovator.srv2api.icw2ac declared as MMCreateTemplate Modifier and Type Field Description MMCreateTemplateARG_ACCentralBufferNodeCreate. ohTemplateMMCreateTemplateARG_ACPartitionInsertAtSelection. ohTemplatePartitionthe template for the new partitionMethods in de.mid.innovator.srv2api.icw2ac with parameters of type MMCreateTemplate Modifier and Type Method Description static ACActivityFinalNodeACActivityFinalNodeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Activity Final Node with template and container.static ACActivityACActivityHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Activity with template and container.static ACCentralBufferNodeACCentralBufferNodeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Central Buffer Node with template and container.static ACControlFlowACControlFlowHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)Create a new Control Flow Edge with template from source to target element.static ACDataStoreNodeACDataStoreNodeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Data Store Node with template and container.static ACDecisionNodeACDecisionNodeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Decision Node with template and container.static ACFlowFinalNodeACFlowFinalNodeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Flow Final Node with template and container.static ACForkNodeACForkNodeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Fork Node with template and container.static ACInitialNodeACInitialNodeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Initial Node with template and container.static ACInterruptibleRegionACInterruptibleRegionHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Interruptible Activity Region with template and container.static ACJoinNodeACJoinNodeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Join Node with template and container.static ACMergeNodeACMergeNodeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Merge Node with template and container.static ACObjectFlowACObjectFlowHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)Create a new Object Flow Edge with template from source to target element.static ACPartitionACPartitionHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Activity Partition with template and container.static ACStructuredNodeACStructuredNodeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Structured Activity Node with template and container.static ACVariableACVariableHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Variable with template and container.static ANAcceptCallANAcceptCallHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Accept Call Action with template and container.static ANAcceptCallANAcceptCallHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Accept Call Action with template and container with requirement.static ANAcceptEventANAcceptEventHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Accept Event Action with template and container.static ANAcceptEventANAcceptEventHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Accept Event Action with template and container with requirement.static ANActionInputPinANActionInputPinHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Action Input Pin with template and container.static ANAddStructuralFeatureValueANAddStructuralFeatureValueHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Add Structural Feature Value Action with template and container with requirement.static ANBroadcastSignalANBroadcastSignalHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Broadcast Signal Action with template and container with requirement.static ANCallBehaviorANCallBehaviorHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Call Behavior Action with template and container with requirement.static ANCallOperationANCallOperationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Call Operation Action with template and container with requirement.static ANClearAssociationANClearAssociationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Clear Association Action with template and container with requirement.static ANClearStructuralFeatureANClearStructuralFeatureHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Clear Structural Feature Action with template and container with requirement.static ANCreateLinkANCreateLinkHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Create Link Action with template and container with requirement.static ANCreateObjectANCreateObjectHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Create Object Action with template and container with requirement.static ANDestroyLinkANDestroyLinkHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Destroy Link Action with template and container with requirement.static ANDestroyObjectANDestroyObjectHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Destroy Object Action with template and container.static ANInputPinANInputPinHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Input Pin with template and container.static ANOpaqueANOpaqueHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Opaque Action with template and container.static ANOutputPinANOutputPinHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Output Pin with template and container.static ANRaiseExceptionANRaiseExceptionHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Raise Exception Action with template and container.static ANReadLinkANReadLinkHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Read Link Action with template and container with requirement.static ANReadSelfANReadSelfHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Read Self Action with template and container.static ANReadStructuralFeatureANReadStructuralFeatureHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Read Structural Feature Action with template and container with requirement.static ANRemoveStructuralFeatureValueANRemoveStructuralFeatureValueHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Remove Structural Feature Value Action with template and container with requirement.static ANReplyANReplyHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Reply Action with template and container.static ANSendObjectANSendObjectHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Send Object Action with template and container.static ANSendSignalANSendSignalHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Send Signal Action with template and container with requirement.static ANTestIdentityANTestIdentityHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Test Identity Action with template and container.static ANUnmarshallANUnmarshallHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Unmarshall Action with template and container with requirement.static ANValSpecANValSpecHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Value Specification Action with template and container.static ANValuePinANValuePinHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Value Pin with template and container.static ACDataStoreNodeACDataStoreNodeHelper. createSub(SrvContext srvCtx, ELContainerAble ohContainer, MMCreateTemplate ohTemplate, java.lang.String name, java.awt.Point position, ELType ohType)Extends the basic function 'EntCreateOclCmd' for the elementACDataStoreNodeby setting/modifying further attributes or elements.static ACPartitionACPartitionHelper. insertAtSelection(SrvContext srvCtx, MMCreateTemplate ohTemplatePartition, java.util.List<? extends ACPartition> seqPartitionSelection, K_INSERT kInsertAt)Inserts a newACPartitionusing a partition template.Constructors in de.mid.innovator.srv2api.icw2ac with parameters of type MMCreateTemplate Constructor Description ARG_ACCentralBufferNodeCreate(ELContainerAble ohContainer, MMCreateTemplate ohTemplate, java.lang.String name, java.awt.Point position, ELType ohType)ARG_ACPartitionInsertAtSelection(MMCreateTemplate ohTemplatePartition, java.util.List<ACPartition> seqPartitionSelection, K_INSERT kInsertAt) -
Uses of MMCreateTemplate in de.mid.innovator.srv2api.icw2bc
Methods in de.mid.innovator.srv2api.icw2bc with parameters of type MMCreateTemplate Modifier and Type Method Description static BCExpressionBCExpressionHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Defined Logical Expression with template and container.static BCPropertyBCPropertyHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Property (of a Business Object) with template and container.static BCPropertySetBCPropertySetHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Property Set (of a Business Object) with template and container.static BCTermBCTermHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Defined Technical Term with template and container. -
Uses of MMCreateTemplate in de.mid.innovator.srv2api.icw2be
Methods in de.mid.innovator.srv2api.icw2be with parameters of type MMCreateTemplate Modifier and Type Method Description static BEChangeEventBEChangeEventHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Change Event with template and container.static BEOpaqueBEOpaqueHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Opaque Behavior with template and container.static BETimeEventBETimeEventHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Time Event with template and container.static BETriggerBETriggerHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Trigger with template and container with requirement. -
Uses of MMCreateTemplate in de.mid.innovator.srv2api.icw2bp
Fields in de.mid.innovator.srv2api.icw2bp declared as MMCreateTemplate Modifier and Type Field Description MMCreateTemplateARG_BPLaneInsertAtSelection. ohTemplateLaneThe template for the new laneMethods in de.mid.innovator.srv2api.icw2bp with parameters of type MMCreateTemplate Modifier and Type Method Description static BPActivityResourceBPActivityResourceHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Activity Resource with template and container.static BPArtifactBPArtifactHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Artifact (BPMN) with template and container.static BPAssociationArtifactBPAssociationArtifactHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)Create a new Association Artifact with template from source to target element.static BPChoreographyBPChoreographyHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Choreography with template and container.static BPCollaborationBPCollaborationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Collaboration (BPMN) with template and container.static BPConditionalEventDefinitionBPConditionalEventDefinitionHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Conditional Event Definition with template and container.static BPDataIOAssociationBPDataIOAssociationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)Create a new Data Association with template from source to target element.static BPDataObjectBPDataObjectHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Data Object with template and container.static BPDataStoreBPDataStoreHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Data Store with template and container.static BPEndPointBPEndPointHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new End Point with template and container.static BPErrorBPErrorHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Error with template and container.static BPEscalationBPEscalationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Escalation with template and container.static BPEventDefinitionBPEventDefinitionHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Event Definition (BPMN) with template and container.static BPEventNodeBPEventNodeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Event (BPMN) with template and container.static BPGatewayBPGatewayHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Gateway with template and container.static BPGlobalMaskTaskBPGlobalMaskTaskHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Global User Input Task with template and container.static BPGlobalTaskBPGlobalTaskHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Global Task with template and container.static BPGlobalTaskResourceBPGlobalTaskResourceHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Global Task Resource with template and container.static BPGroupArtifactBPGroupArtifactHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Group (BPMN) with template and container.static BPInputSetBPInputSetHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Input Set with template and container.static BPInterfaceBPInterfaceHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Service Interface with template and container.static BPItemDefinitionBPItemDefinitionHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Business Object with template and container.static BPItemDefinitionRelBPItemDefinitionRelHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)Create a new Business Object Assignment with template from source to target element.static BPLaneBPLaneHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Lane with template and container.static BPLaneSetBPLaneSetHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Lane Set with template and container.static BPMaskDefinitionBPMaskDefinitionHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Mask Definition with template and container.static BPMaskFieldBPMaskFieldHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Mask Field with template and container.static BPMaskTaskBPMaskTaskHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new User Input Task with template and container.static BPMessageFlowBPMessageFlowHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)Create a new Message Flow with template from source to target element.static BPMessageBPMessageHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Message with template and container.static BPOperationBPOperationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Service Operation with template and container.static BPOutputSetBPOutputSetHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Output Set with template and container.static BPParticipantBPParticipantHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Participant with template and container.static BPPathBPPathHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Animation Path with template and container.static BPProcessBPProcessHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Process with template and container.static BPPropertyBPPropertyHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Process Property with template and container.static BPSequenceFlowBPSequenceFlowHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)Create a new Sequence Flow with template from source to target element.static BPSignalBPSignalHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Signal (BPMN) with template and container.static BPSubProcessBPSubProcessHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Sub-Process with template and container.static BPSupportsRelBPSupportsRelHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)Create a new Process Support with template from source to target element.static BPTaskNodeBPTaskNodeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Task with template and container.static BPTimerEventDefinitionBPTimerEventDefinitionHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Timer Event Definition with template and container.static BPUseCaseInteractionRelBPUseCaseInteractionRelHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)Create a new Usecase-Interaction Relationship with template from source to target element.static BPUseCasePathRelBPUseCasePathRelHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)Create a new Usecase-Path Relationship with template from source to target element.static BPLaneBPLaneHelper. 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 MMCreateTemplate Constructor Description ARG_BPLaneInsertAtSelection(MMCreateTemplate ohTemplateLane, java.util.List<BPLane> seqLaneSelection, K_INSERT kInsertAt) -
Uses of MMCreateTemplate in de.mid.innovator.srv2api.icw2bpdia
Methods in de.mid.innovator.srv2api.icw2bpdia with parameters of type MMCreateTemplate Modifier and Type Method Description static BPDiaBPDiaHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new BPMN Diagram with template and container. -
Uses of MMCreateTemplate in de.mid.innovator.srv2api.icw2br
Methods in de.mid.innovator.srv2api.icw2br with parameters of type MMCreateTemplate Modifier and Type Method Description static BRCostCenterBRCostCenterHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Cost Center with template and container.static BRLocationBRLocationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Location with template and container.static BROrgUnitBROrgUnitHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Organizational Unit with template and container.static BROrgUnitMemberRelBROrgUnitMemberRelHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)Create a new Membership with template from source to target element.static BROrgUnitPersonRelBROrgUnitPersonRelHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)Create a new Person Assignment with template from source to target element.static BROrgUnitRequiresRoleBROrgUnitRequiresRoleHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)Create a new Required Role with template from source to target element.static BRPersonContactDataBRPersonContactDataHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Contact Data with template and container.static BRPersonBRPersonHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Person with template and container.static BRPersonInRoleBRPersonInRoleHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)Create a new Assigned Role with template from source to target element.static BRResourceCLBRResourceCLHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Actor with template and container.static BRResourceBRResourceHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Business Resource with template and container.static BRResourceHierRelBRResourceHierRelHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)Create a new Hierarchical Subordination with template from source to target element.static BRResourceNamedRelBRResourceNamedRelHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)Create a new Business Resource Relationship with template from source to target element.static BRRoleBRRoleHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Role with template and container.static BRTechnicalBRTechnicalHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new IT Unit with template and container. -
Uses of MMCreateTemplate in de.mid.innovator.srv2api.icw2brdia
Methods in de.mid.innovator.srv2api.icw2brdia with parameters of type MMCreateTemplate Modifier and Type Method Description static BRDiaBRDiaHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Business Resource Diagram with template and container. -
Uses of MMCreateTemplate in de.mid.innovator.srv2api.icw2bs
Methods in de.mid.innovator.srv2api.icw2bs with parameters of type MMCreateTemplate Modifier and Type Method Description static BSFinalStateBSFinalStateHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Object Final State with template and container.static BSInitStateBSInitStateHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Object Initial State with template and container.static BSRegularStateBSRegularStateHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Object State with template and container.static BSTransitionBSTransitionHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)Create a new State Transition with template from source to target element. -
Uses of MMCreateTemplate in de.mid.innovator.srv2api.icw2bsdia
Methods in de.mid.innovator.srv2api.icw2bsdia with parameters of type MMCreateTemplate Modifier and Type Method Description static BSDiaBSDiaHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Business Object State Diagram with template and container. -
Uses of MMCreateTemplate in de.mid.innovator.srv2api.icw2class
Fields in de.mid.innovator.srv2api.icw2class declared as MMCreateTemplate Modifier and Type Field Description MMCreateTemplateARG_CLStructureElementInsertAt. ohTemplateThe template for the new elementMMCreateTemplateARG_AppendAssociationEnds. ohTmplassociation templateMethods in de.mid.innovator.srv2api.icw2class with parameters of type MMCreateTemplate Modifier and Type Method Description java.util.List<CLProperty>CLAssociation. appendAssociationEnds(MMCreateTemplate ohTmpl, java.util.List<? extends CLClassifier> seqCL)Creates a new association end for each specified classifier.static CLArtifactCLArtifactHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Artifact with template and container.static CLAssocClassCLAssocClassHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)Create a new Association Class with template from source to target element.static CLAssocClassCLAssocClassHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, java.util.List<? extends ELElement> seqSel)Create a new Association Class with template, container and a sequence of elements.static CLAssocClassCLAssocClassHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, java.util.List<? extends ELElement> seqSel)Create a new Association Class with template and a sequence of elements.static CLAssociationCLAssociationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)Create a new Association with template from source to target element.static CLAssociationCLAssociationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, java.util.List<? extends ELElement> seqSel)Create a new Association with template, container and a sequence of elements.static CLAssociationCLAssociationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, java.util.List<? extends ELElement> seqSel)Create a new Association with template and a sequence of elements.static CLClassCLClassHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Class with template and container.static CLClassifierTemplateParameterCLClassifierTemplateParameterHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Template Parameter with template and container.static CLCollaborationCLCollaborationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Collaboration with template and container.static CLCollaborationUseCLCollaborationUseHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Collaboration Use with template and container with requirement.static CLCommunicationPathCLCommunicationPathHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)Create a new Communication Path with template from source to target element.static CLCommunicationPathCLCommunicationPathHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, java.util.List<? extends ELElement> seqSel)Create a new Communication Path with template, container and a sequence of elements.static CLComponentCLComponentHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Component with template and container.static CLComponentRealizationCLComponentRealizationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)Create a new Component Realization with template from source to target element.static CLConnectorCLConnectorHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)Create a new Connector with template from source to target element.static CLDeploymentCLDeploymentHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)Create a new Deployment with template from source to target element.static CLDeploymentSpecCLDeploymentSpecHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Deployment Specification with template and container.static CLDeviceCLDeviceHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Device with template and container.static CLEnumerationCLEnumerationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Enumeration Type with template and container.static CLEnumLiteralCLEnumLiteralHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Enumeration Literal with template and container.static CLExecEnvCLExecEnvHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Execution Environment with template and container.static CLExtendCLExtendHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)Create a new Extend Relationship with template from source to target element.static CLExtensionPointCLExtensionPointHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Extension Point with template and container.static CLGeneralizationCLGeneralizationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)Create a new Generalization with template from source to target element.static CLIncludeCLIncludeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)Create a new Include Relationship with template from source to target element.static CLInstanceSpecificationCLInstanceSpecificationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Instance Specification with template and container.static CLInstanceSpecificationCLInstanceSpecificationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Instance Specification with template and container with requirement.static CLInstanceSpecificationCLInstanceSpecificationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget, ELElement ohRequirement)Create a new Instance Specification with template from source to target element with requirement.static CLInstanceSpecificationCLInstanceSpecificationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, java.util.List<? extends ELElement> seqSel, ELElement ohRequirement)Create a new Instance Specification with template, container and a sequence of elements with requirement.static CLInstanceSpecificationCLInstanceSpecificationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, java.util.List<? extends ELElement> seqSel, ELElement ohRequirement)Create a new Instance Specification with template and a sequence of elements with requirement.static CLInterfaceCLInterfaceHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Interface with template and container.static CLInterfaceRealizationCLInterfaceRealizationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)Create a new Interface Realization with template from source to target element.static CLManifestationCLManifestationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)Create a new Manifestation with template from source to target element.static CLNodeCLNodeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Node with template and container.static CLOperationCLOperationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Operation with template and container.static CLParameterCLParameterHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Parameter with template and container.static CLParameterSetCLParameterSetHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Parameter Set with template and container.static CLParameterSetCLParameterSetHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, java.util.List<? extends ELElement> seqSel)Create a new Parameter Set with template and a sequence of elements.static CLPortCLPortHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Port with template and container.static CLPrimitiveTypeCLPrimitiveTypeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Primitive Type with template and container.static CLPropertyCLPropertyHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Property with template and container.static CLReceptionCLReceptionHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Reception with template and container with requirement.static CLRoleBindingCLRoleBindingHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget, ELElement ohRequirement)Create a new Role Binding with template from source to target element with requirement.static CLSignalCLSignalHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Signal with template and container.static CLSlotCLSlotHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Slot with template and container with requirement.static CLStructureDefinitionCLStructureDefinitionHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Structure Definition with template and container.static CLStructureEntryCLStructureEntryHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Structure Entry with template and container.static CLStructureEntryCLStructureEntryHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Structure Entry with template and container with requirement.static CLStructureGroupCLStructureGroupHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Structure Group with template and container.static CLStructureGroupCLStructureGroupHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Structure Group with template and container with requirement.static CLSubstitutionCLSubstitutionHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)Create a new Substitution with template from source to target element.static CLTemplateBindingCLTemplateBindingHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)Create a new Template Binding with template from source to target element.static CLUseCaseCLUseCaseHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Use Case with template and container.static 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 MMCreateTemplate Constructor Description ARG_AppendAssociationEnds(MMCreateTemplate ohTmpl, java.util.List<CLClassifier> seqCL)ARG_CLStructureElementInsertAt(MMCreateTemplate ohTemplate, CLStructureElement ohElementSelected, K_INSERT kInsertAt) -
Uses of MMCreateTemplate in de.mid.innovator.srv2api.icw2cldia
Methods in de.mid.innovator.srv2api.icw2cldia with parameters of type MMCreateTemplate Modifier and Type Method Description static CLClassDiaCLClassDiaHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Class Diagram with template and container.static CLComponentDiaCLComponentDiaHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Component Diagram with template and container.static CLCompositeStructureDiaCLCompositeStructureDiaHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Composite Structure Diagram with template and container.static CLDeploymentDiaCLDeploymentDiaHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Deployment Diagram with template and container.static CLRequirementDiaCLRequirementDiaHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Requirements Diagram with template and container.static CLStructureDefinitionDiaCLStructureDefinitionDiaHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Structure Diagram with template and container.static CLUseCaseDiaCLUseCaseDiaHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Use Case Diagram with template and container. -
Uses of MMCreateTemplate in de.mid.innovator.srv2api.icw2db
Methods in de.mid.innovator.srv2api.icw2db that return MMCreateTemplate Modifier and Type Method Description MMCreateTemplateDBRole. getOwningCreateTemplate()Methods in de.mid.innovator.srv2api.icw2db with parameters of type MMCreateTemplate Modifier and Type Method Description static DBCheckConstraintDBCheckConstraintHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new SQL Check Constraint with template and container.static DBForeignKeyDBForeignKeyHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Foreign Key (of Table) with template and container with requirement.static DBGroupDBGroupHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Group (in Database System) with template and container.static DBIndexedColumnDBIndexedColumnHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Indexed Table Column with template and container with requirement.static DBIndexDBIndexHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Table Index with template and container.static DBMergedTableDBMergedTableHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Merged Table with template and container.static DBPackageDBPackageHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Database Object Group with template and container.static DBPrivilegeDBPrivilegeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Privilege (in Database System) with template and container.static DBProcedureExpressionDBProcedureExpressionHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Procedure Expression with template and container with requirement.static DBRoleAuthorizationDBRoleAuthorizationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Role Authorization (in Database System) with template and container with requirement.static DBRoleDBRoleHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Role (in Database System) with template and container.static DBSiblingConstraintDBSiblingConstraintHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Constraint (of disjoint DB Tables) with template and container.static DBSQLGenericDBSQLGenericHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Generic SQL with template and container.static DBStoredProcedureDBStoredProcedureHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Stored Procedure with template and container.static DBTableColumnDBTableColumnHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Table Column with template and container.static DBTableDBTableHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Database Table with template and container.static DBTriggerDBTriggerHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Database Trigger with template and container.static DBUniqueKeyDBUniqueKeyHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Key (in Database Schema) with template and container.static DBUserDBUserHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new User (in Database System) with template and container.static DBViewColumnDBViewColumnHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Column (of Database View) with template and container.static DBViewFromDBViewFromHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)Create a new From Clause (in Database View) with template and container with requirement.static DBViewDBViewHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Database View with template and container.static DBViewSubselectFromDBViewSubselectFromHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Subselect From Clause (in Database View) with template and container with requirement.static DBForeignKeyDBForeignKeyHelper. createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Foreign Key (of Table) with template and container with requirement.static DBViewColumnDBViewColumnHelper. createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Column (of Database View) with template and container.static DBViewFromDBViewFromHelper. createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)Create a new From Clause (in Database View) with template and container with requirement. -
Uses of MMCreateTemplate in de.mid.innovator.srv2api.icw2dbdia
Methods in de.mid.innovator.srv2api.icw2dbdia with parameters of type MMCreateTemplate Modifier and Type Method Description static DBDiaDBDiaHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Database Diagram with template and container. -
Uses of MMCreateTemplate in de.mid.innovator.srv2api.icw2dm
Methods in de.mid.innovator.srv2api.icw2dm with parameters of type MMCreateTemplate Modifier and Type Method Description static DRAuthorityRequirementDRAuthorityRequirementHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)Create a new Authority Requirement with template from source to target element.static DRBusinessKnowledgeModelDRBusinessKnowledgeModelHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Business Knowledge Model with template and container.static DRDecisionDRDecisionHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Decision with template and container.static DRDecisionServiceDRDecisionServiceHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Decision Service with template and container.static DRInformationRequirementDRInformationRequirementHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)Create a new Information Requirement with template from source to target element.static DRInputDataDRInputDataHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Input Data with template and container.static DRKnowledgeRequirementDRKnowledgeRequirementHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)Create a new Knowledge Requirement with template from source to target element.static DRKnowledgeSourceDRKnowledgeSourceHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Knowledge Source with template and container.static DRKnowledgeRequirementDRKnowledgeRequirementHelper. createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)Create a new Knowledge Requirement with template from source to target element. -
Uses of MMCreateTemplate in de.mid.innovator.srv2api.icw2drdia
Methods in de.mid.innovator.srv2api.icw2drdia with parameters of type MMCreateTemplate Modifier and Type Method Description static DRDecisionRequirementDiaDRDecisionRequirementDiaHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Decision Requirements Diagram with template and container. -
Uses of MMCreateTemplate in de.mid.innovator.srv2api.icw2elem
Methods in de.mid.innovator.srv2api.icw2elem that return MMCreateTemplate Modifier and Type Method Description MMCreateTemplateELElement. getCreateTemplateOfInstance()This element's create template. -
Uses of MMCreateTemplate in de.mid.innovator.srv2api.icw2er
Methods in de.mid.innovator.srv2api.icw2er with parameters of type MMCreateTemplate Modifier and Type Method Description static BI2CubeDimensionBI2CubeDimensionHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Cube Dimension (OLAP 2) with template and container with requirement.static BI2CubeDimensionHierarchyBI2CubeDimensionHierarchyHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Cube Dimension Hierarchy Usage (OLAP 2) with template and container with requirement.static BI2CubeBI2CubeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Cube (OLAP 2) with template and container.static BI2DimensionIdAttributeBI2DimensionIdAttributeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Identification Attribute (in OLAP 2 Dimension Level) with template and container.static BI2DimensionIdAttributeBI2DimensionIdAttributeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Identification Attribute (in OLAP 2 Dimension Level) with template and container with requirement.static BI2DimensionLevelBI2DimensionLevelHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Dimension Level (OLAP 2) with template and container.static BI2DimensionLevelBI2DimensionLevelHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Dimension Level (OLAP 2) with template and container with requirement.static BI2DimensionPrecedenceBI2DimensionPrecedenceHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)Create a new Dimension Precedence (OLAP 2) with template from source to target element.static BI2DimensionShowAttributeBI2DimensionShowAttributeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Show Attribute (in OLAP 2 Dimension Level) with template and container.static BI2DimensionShowAttributeBI2DimensionShowAttributeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Show Attribute (in OLAP 2 Dimension Level) with template and container with requirement.static BI2DimensionSortAttributeBI2DimensionSortAttributeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Sort Attribute (in OLAP 2 Dimension Level) with template and container.static BI2DimensionSortAttributeBI2DimensionSortAttributeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Sort Attribute (in OLAP 2 Dimension Level) with template and container with requirement.static BI2DimensionTreeBI2DimensionTreeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Dimension (OLAP 2) with template and container.static BI2HierarchyBI2HierarchyHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Hierarchy (OLAP 2) with template and container.static BI2HierarchyLevelBI2HierarchyLevelHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Hierarchy Level (OLAP 2) with template and container with requirement.static BI2MeasurementTimeBI2MeasurementTimeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Measurement Time with template and container.static BIHierarchyAttributeBIHierarchyAttributeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Attribute (in OLAP Hierarchy Level) with template and container with requirement.static BIHierarchyBIHierarchyHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Hierarchy (OLAP) with template and container.static BIHierarchyLevelBIHierarchyLevelHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Hierarchy Level (OLAP) with template and container with requirement.static BIHierarchyRoleBIHierarchyRoleHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)Create a new Role (in OLAP Hierarchy) with template from source to target element.static BIHierarchySortAttributeBIHierarchySortAttributeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Sorting Attribute (in OLAP Hierarchy Level) with template and container with requirement.static ERAttributeERAttributeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Entity Attribute with template and container.static ERCheckConstraintERCheckConstraintHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Check Constraint with template and container.static EREntityEREntityHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Entity with template and container.static ERForeignKeyERForeignKeyHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Foreign Key (of Entity) with template and container with requirement.static ERGeneralizationERGeneralizationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)Create a new Generalization (of Entities) with template from source to target element.static ERGeneralizationERGeneralizationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget, ELElement ohRequirement)Create a new Generalization (of Entities) with template from source to target element with requirement.static ERGeneralizationSetERGeneralizationSetHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Generalization Set (of Entity) with template and container.static ERRelationshipERRelationshipHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)Create a new Entity Relationship with template from source to target element.static ERRelationshipERRelationshipHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, java.util.List<? extends ELElement> seqSel)Create a new Entity Relationship with template, container and a sequence of elements.static ERUniqueKeyERUniqueKeyHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Unique Key with template and container.static ERViewAttributeERViewAttributeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Attribute (of Entity-Relationship View) with template and container.static ERViewFromERViewFromHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)Create a new From Clause (in Entity-Relationship View) with template and container with requirement.static ERViewERViewHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new View (of Entity-Relationship Model) with template and container.static ERViewSubselectFromERViewSubselectFromHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Subselect From Clause (in Entity-Relationship View) with template and container with requirement.static BI2CubeDimensionBI2CubeDimensionHelper. createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Cube Dimension (OLAP 2) with template and container with requirement.static BI2CubeDimensionHierarchyBI2CubeDimensionHierarchyHelper. createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Cube Dimension Hierarchy Usage (OLAP 2) with template and container with requirement.static BI2DimensionLevelBI2DimensionLevelHelper. createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Dimension Level (OLAP 2) with template and container.static BI2DimensionLevelBI2DimensionLevelHelper. createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Dimension Level (OLAP 2) with template and container with requirement.static BI2DimensionPrecedenceBI2DimensionPrecedenceHelper. createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)Create a new Dimension Precedence (OLAP 2) with template from source to target element.static BI2HierarchyBI2HierarchyHelper. createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Hierarchy (OLAP 2) with template and container.static BI2HierarchyLevelBI2HierarchyLevelHelper. createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Hierarchy Level (OLAP 2) with template and container with requirement.static BIHierarchyLevelBIHierarchyLevelHelper. createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Hierarchy Level (OLAP) with template and container with requirement.static BIHierarchyRoleBIHierarchyRoleHelper. createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)Create a new Role (in OLAP Hierarchy) with template from source to target element.static ERForeignKeyERForeignKeyHelper. createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Foreign Key (of Entity) with template and container with requirement.static ERGeneralizationERGeneralizationHelper. createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)Create a new Generalization (of Entities) with template from source to target element.static ERGeneralizationERGeneralizationHelper. createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget, ELElement ohRequirement)Create a new Generalization (of Entities) with template from source to target element with requirement.static ERRelationshipERRelationshipHelper. createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)Create a new Entity Relationship with template from source to target element.static ERRelationshipERRelationshipHelper. createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, java.util.List<? extends ELElement> seqSel)Create a new Entity Relationship with template, container and a sequence of elements.static ERUniqueKeyERUniqueKeyHelper. createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Unique Key with template and container.static ERViewAttributeERViewAttributeHelper. createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Attribute (of Entity-Relationship View) with template and container.static ERViewFromERViewFromHelper. createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)Create a new From Clause (in Entity-Relationship View) with template and container with requirement. -
Uses of MMCreateTemplate in de.mid.innovator.srv2api.icw2erdia
Methods in de.mid.innovator.srv2api.icw2erdia with parameters of type MMCreateTemplate Modifier and Type Method Description static ERDiaAllERDiaAllHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Entity-Relationship Diagram with template and container. -
Uses of MMCreateTemplate in de.mid.innovator.srv2api.icw2gc
Methods in de.mid.innovator.srv2api.icw2gc with parameters of type MMCreateTemplate Modifier and Type Method Description static GCConceptConnectionGCConceptConnectionHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)Create a new Concept Connection with template from source to target element.static GCConceptGCConceptHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Concept with template and container.static GCConceptRealizationGCConceptRealizationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)Create a new Concept Realization with template from source to target element. -
Uses of MMCreateTemplate in de.mid.innovator.srv2api.icw2gcdia
Methods in de.mid.innovator.srv2api.icw2gcdia with parameters of type MMCreateTemplate Modifier and Type Method Description static GCDiaGCDiaHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Concept Diagram with template and container. -
Uses of MMCreateTemplate in de.mid.innovator.srv2api.icw2ia
Fields in de.mid.innovator.srv2api.icw2ia declared as MMCreateTemplate Modifier and Type Field Description MMCreateTemplateARG_IAOperandInsertAtSelection. ohTemplateOperandthe template for the new operandMethods in de.mid.innovator.srv2api.icw2ia with parameters of type MMCreateTemplate Modifier and Type Method Description static IAActionExecSpecIAActionExecSpecHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Action Execution Specification with template and container with requirement.static IAAltIAAltHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Alternative with template and container.static IAAssertIAAssertHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Assertion with template and container.static IABehaviorExecSpecIABehaviorExecSpecHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Behavior Execution Specification with template and container.static IABehaviorExecSpecIABehaviorExecSpecHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Behavior Execution Specification with template and container with requirement.static IABreakIABreakHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Break with template and container.static IACallMessageIACallMessageHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget, ELElement ohRequirement)Create a new Call Message with template from source to target element with requirement.static IAConsiderIAConsiderHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Consider with template and container.static IAConstraintIAConstraintHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Interaction Constraint with template and container.static IAContinuationIAContinuationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Continuation with template and container.static IACreateMessageIACreateMessageHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget, ELElement ohRequirement)Create a new Create Message with template from source to target element with requirement.static IACriticalIACriticalHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Critical Region with template and container.static IADestructMessageIADestructMessageHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget, ELElement ohRequirement)Create a new Destruction Message with template from source to target element with requirement.static IAIgnoreIAIgnoreHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Ignore with template and container.static IAInteractionIAInteractionHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Interaction with template and container.static IALifelineIALifelineHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Lifeline with template and container with requirement.static IALoopIALoopHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Loop with template and container.static IALostAndFoundIALostAndFoundHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Lost and Found with template and container.static IANegIANegHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Negative with template and container.static IAOptIAOptHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Option with template and container.static IAOrderingIAOrderingHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)Create a new General Ordering with template from source to target element.static IAParIAParHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Parallel with template and container.static IAReplyMessageIAReplyMessageHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Reply Message with template and container.static IASeqIASeqHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Weak Sequencing with template and container.static IASignalMessageIASignalMessageHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget, ELElement ohRequirement)Create a new Signal Message with template from source to target element with requirement.static IAStateInvariantIAStateInvariantHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new State Invariant with template and container.static IAStrictIAStrictHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Strict Sequencing with template and container.static IAUseIAUseHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Interaction Use with template and container with requirement.static 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 MMCreateTemplate Constructor Description ARG_IAOperandInsertAtSelection(MMCreateTemplate ohTemplateOperand, IAOperand ohOperand, K_INSERT kInsertAt) -
Uses of MMCreateTemplate in de.mid.innovator.srv2api.icw2im
Methods in de.mid.innovator.srv2api.icw2im with parameters of type MMCreateTemplate Modifier and Type Method Description static IMCLDataTypeIMCLDataTypeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Data Type with template and container.static IMKeyRelationshipFeatureIMKeyRelationshipFeatureHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, java.util.List<? extends ELElement> seqSel)Create a new Key Relationship Feature with template and a sequence of elements.
Sequence of elements:
Element 0:IMKeyRelationship(ERForeignKeyorDBForeignKey) as owner Element 1:IMStructuralFeature(ERAttributeorDBTableColumn) Element 2:IMUniqueKeyFeaturereferenced by the newIMKeyRelationshipFeaturestatic IMSequenceIMSequenceHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Sequence Type with template and container.static IMUniqueKeyFeatureIMUniqueKeyFeatureHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Unique Key Feature with template and container with requirement.static IMUniqueKeyFeatureIMUniqueKeyFeatureHelper. createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Unique Key Feature with template and container with requirement. -
Uses of MMCreateTemplate in de.mid.innovator.srv2api.icw2meta
Fields in de.mid.innovator.srv2api.icw2meta declared as MMCreateTemplate Modifier and Type Field Description MMCreateTemplateARG_NewByTemplateAndContainer. ohTemplateTemplate for the new elementMMCreateTemplateARG_NewByTemplateAndContainerSequence. ohTemplateTemplate for the new elementMMCreateTemplateARG_NewByTemplateAndContainerSequenceWithRequirement. ohTemplateTemplate for the new elementMMCreateTemplateARG_NewByTemplateAndContainerWithContAsgn. ohTemplateTemplate for the new elementMMCreateTemplateARG_NewByTemplateAndContainerWithRequirement. ohTemplateTemplate for the new elementMMCreateTemplateARG_NewByTemplateAndSequence. ohTemplateTemplate for the new elementMMCreateTemplateARG_NewByTemplateAndSequenceWithRequirement. ohTemplateTemplate for the new elementMMCreateTemplateARG_NewByTemplateAndSourceTarget. ohTemplateTemplate for the new elementMMCreateTemplateARG_NewByTemplateAndSourceTargetWithRequirement. ohTemplateTemplate for the new elementMMCreateTemplateARG_EvaluateRelationshipTemplate. ohTmplcreate template of the new nodeMMCreateTemplateARG_EvaluateRelationshipTemplateWithRequirement. ohTmplcreate template of the new nodeMMCreateTemplateARG_TabCreate. ohTmpltemplate for the element to be createdMMCreateTemplateARG_TabCreateObjectIn. ohTmpltemplate for the element to be createdMMCreateTemplateARG_TabCreateTemplate. ohTmplcreate templateMethods in de.mid.innovator.srv2api.icw2meta that return MMCreateTemplate Modifier and Type Method Description static MMCreateTemplateMMCreateTemplateHelper. create(SrvContext srvCtx, MMProfile ohProfile, MMStereotype ohStereotype)Creates a new create template.MMCreateTemplateMMCreateELInst. getCreateTemplate()The create template of this dummy element.MMCreateTemplateMMStereotypeAble. getCreateTemplate()The create template which owns this element.MMCreateTemplateMMSyncedStereotype. getCreateTemplate()TheMMCreateTemplateused by thisMMSyncedStereotype.MMCreateTemplateMMTSType. getOwningCreateTemplate()MMCreateTemplateof theMMTSType.MMCreateTemplateMMTypeSystem. getOwningCreateTemplate()MMCreateTemplateof theMMTypeSystem.MMCreateTemplateADModel. getTemplate(java.lang.String nameProfile, java.lang.String nameTemplate, java.lang.Class<? extends ELObject> voclM2Class)Returns the specified template.Methods in de.mid.innovator.srv2api.icw2meta that return types with arguments of type MMCreateTemplate Modifier and Type Method Description java.util.List<MMCreateTemplate>MMStereotype. getCreateTemplate(K_CONTROL_OPTION... behaviourFlags)All create templates for this stereotype.java.util.List<MMCreateTemplate>MMStereotype. getCreateTemplateOfValidProfiles(ADClientAble refObj, K_CONTROL_OPTION... behaviourFlags)java.util.List<MMCreateTemplate>MMProfile. getOwnedCreateTemplate(K_CONTROL_OPTION... behaviourFlags)All create templates owned by this profile.Methods in de.mid.innovator.srv2api.icw2meta with parameters of type MMCreateTemplate Modifier and Type Method Description ARG_EvaluateRelationshipTemplateOutMMCreateTemplate. evaluateRelationshipTemplate(ADClientAble ohSrc, ADClientAble ohTrg, MMCreateTemplate ohTmpl, K_SIDE kSide, java.awt.Point ptPos, java.lang.Class<? extends ELObject> kVOclNode, java.lang.Class<? extends ELObject> kVOclEdge)Creates a relationship from the current object between the specified source and target element.ARG_EvaluateRelationshipTemplateOutMMCreateTemplate. evaluateRelationshipTemplateWithRequirement(ADClientAble ohSrc, ADClientAble ohSrcReq, ADClientAble ohTrg, ADClientAble ohTrgReq, MMCreateTemplate ohTmpl, ADClientAble ohRelReq, K_SIDE kSide, java.awt.Point ptPos, java.lang.Class<? extends ELObject> kVOclNode, java.lang.Class<? extends ELObject> kVOclEdge)Creates a relationship from the current object between the specified source and target element.ARG_TabCellObjectListADM2AttrModifyAble. getTabCreateTemplateObjectList(MMCreateTemplate ohTmpl, java.lang.Class<? extends ELObject> kVOcl, K_VATTR kVAttr, java.lang.String strPattern, boolean withName)Returns the list of valid objects as target for the evaluation of specified template at this element.voidMMSyncedStereotype. setCreateTemplate(MMCreateTemplate value)Set the value of Foreign Key CreateTemplate.java.util.List<ADClientAble>ADM2AttrModifyAble. tabCreateTemplate(MMCreateTemplate ohTmpl, java.lang.Class<? extends ELObject> kVOcl, K_VATTR kVAttr, java.util.List<? extends ADClientAble> seqElem)Create a new element with the specified create template. -
Uses of MMCreateTemplate in de.mid.innovator.srv2api.icw2model
Fields in de.mid.innovator.srv2api.icw2model declared as MMCreateTemplate Modifier and Type Field Description MMCreateTemplateARG_MEMappingConfiguration. ohTemplateMappingPackageContentTemplate for Mapping Package ContentMMCreateTemplateARG_MEMappingConfiguration. ohTemplateMappingPackageTypeTemplate for Mapping Package TypeMMCreateTemplateARG_MEMappingConfiguration. ohTemplateMappingStubPackageTemplate for Mapping Stub PackageMMCreateTemplateARG_MEMappingConfiguration. ohTemplateMEProxyAssignmentTemplate for Proxy AssignmentMMCreateTemplateARG_MEMappingConfiguration. ohTemplateMEProxyInnovatorTemplate for Create ProxiesFields in de.mid.innovator.srv2api.icw2model with type parameters of type MMCreateTemplate Modifier and Type Field Description java.util.List<MMCreateTemplate>ARG_DependencyStereotypeModel. seqTmpllist of create templatesMethods in de.mid.innovator.srv2api.icw2model that return MMCreateTemplate Modifier and Type Method Description MMCreateTemplateMECreateRedirect. getRedirectCreateTemplate()The create template which is used to create an element redirected by this create default.Methods in de.mid.innovator.srv2api.icw2model that return types with arguments of type MMCreateTemplate Modifier and Type Method Description java.util.List<MMCreateTemplate>MEModelElement. getCreateTemplateByClass(java.lang.Class<? extends ELObject> kind, K_CONTROL_OPTION... behaviourFlags)Create templates for instances of argument kind with this element as selection.java.util.List<MMCreateTemplate>MEModel. getKnownCreateTemplatesByMetaClassification(MMStereotype refObj, java.lang.String pattern, java.lang.Class<? extends ELObject> kind, K_CONTROL_OPTION... behaviourFlags)All create templates of meta class or stereotype specified byargument refObjor argument kind which are owned by profiles transitive imported by this model.Methods in de.mid.innovator.srv2api.icw2model with parameters of type MMCreateTemplate Modifier and Type Method Description static MEAbstractionMEAbstractionHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)Create a new Abstraction with template from source to target element.static MECommentMECommentHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Comment with template and container.static MEConfigurationManagementMEConfigurationManagementHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Configuration Base Package with template and container.static MEConstraintMEConstraintHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Constraint with template and container.static MECopyMECopyHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)Create a new Copy with template from source to target element.static MECreateRedirectMECreateRedirectHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget, ELElement ohRequirement)Create a new Create Default with template from source to target element with requirement.static MEDependencyMEDependencyHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)Create a new Dependency with template from source to target element.static MEElementImportMEElementImportHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)Create a new Element Import with template from source to target element.static MEMappingConfigurationPackageForwardMEMappingConfigurationPackageForwardHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Mapping Configuration (Forward) with template and container.static MEMappingConfigurationPackageReverseMEMappingConfigurationPackageReverseHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Mapping Configuration (Reverse) with template and container.static MEMappingDependencyMEMappingDependencyHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)Create a new Mapping Dependency with template from source to target element.static MEMappingPackageContentMEMappingPackageContentHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Mapping Content Package with template and container.static MEMappingPackageTypeForwardMEMappingPackageTypeForwardHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Mapping Package Type (Forward) with template and container.static MEMappingPackageTypeReverseMEMappingPackageTypeReverseHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Mapping Package Type (Reverse) with template and container.static MEModelMEModelHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Model with template and container.static MEPackageMEPackageHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Package with template and container.static MEPackageImportMEPackageImportHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)Create a new Package Import with template from source to target element.static MEProxyAssignmentMEProxyAssignmentHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)Create a new Proxy Assignment with template from source to target element.static MEProxyExternalMEProxyExternalHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Proxy (External) with template and container.static MEProxyInnovatorMEProxyInnovatorHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Proxy with template and container.static MERealizationMERealizationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)Create a new Realization with template from source to target element.static MERequirementMERequirementHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Requirement with template and container.static MESimpleConstraintMESimpleConstraintHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, K_CONTASGN kContAsgn)Creates a new condition with template and container.static MEStubPackageBaseMEStubPackageBaseHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Mapping Base Package with template and container.static MEStubPackageExternalModelMEStubPackageExternalModelHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Stub Package (External Model) with template and container.static MEStubPackageInnovatorMEStubPackageInnovatorHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Stub Package (Innovator Model) with template and container.static MESystemModelMESystemModelHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new System Model with template and container.static MESystemModelManagementMESystemModelManagementHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new System Model Management with template and container.static MEUsageMEUsageHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)Create a new Usage with template from source to target element.voidMECreateRedirect. setRedirectCreateTemplate(MMCreateTemplate value)Set the value of Foreign Key RedirectCreateTemplate.Constructors in de.mid.innovator.srv2api.icw2model with parameters of type MMCreateTemplate Constructor Description ARG_MEMappingConfiguration(boolean isComplete, java.lang.String cpMappingName, boolean isForwardMapping, java.lang.String cpRepositoryName, java.lang.String cpModelName, K_ADMODEL modelType, MESystemModel ohSystemModel, MEMappingConfigurationPackage ohConfigurationPackage, MEStubPackage ohStubPackage, MEMappingPackageType ohMappingStubTypePackage, MEStubPackageBase ohMappingStubPackageBase, MMCreateTemplate ohTemplateMappingStubPackage, MMCreateTemplate ohTemplateMappingPackageType, MMCreateTemplate ohTemplateMappingPackageContent, MMCreateTemplate ohTemplateMEProxyAssignment, MMCreateTemplate ohTemplateMEProxyInnovator, java.lang.String cpNameConfigurationText, java.lang.String cpContentConfigurationText, int iClassicMappingKind) -
Uses of MMCreateTemplate in de.mid.innovator.srv2api.icw2pres
Methods in de.mid.innovator.srv2api.icw2pres with parameters of type MMCreateTemplate Modifier and Type Method Description static PRAnalysisDiaPRAnalysisDiaHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Analysis Diagram with template and container.static PRDiaWhiteboardPRDiaWhiteboardHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Whiteboard Diagram with template and container.static PRAnalysisDiaPRAnalysisDiaHelper. createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Analysis Diagram with template and container. -
Uses of MMCreateTemplate in de.mid.innovator.srv2api.icw2sm
Fields in de.mid.innovator.srv2api.icw2sm declared as MMCreateTemplate Modifier and Type Field Description MMCreateTemplateARG_SMRegionInsertAtSelection. ohTemplateRegionthe template for the new regionMethods in de.mid.innovator.srv2api.icw2sm with parameters of type MMCreateTemplate Modifier and Type Method Description static SMChoiceSMChoiceHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Choice - Pseudostate with template and container.static SMDeepHistorySMDeepHistoryHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Deep History - Pseudostate with template and container.static SMEntryPointSMEntryPointHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Entry Point with template and container.static SMExitPointSMExitPointHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Exit Point with template and container.static SMFinalStateSMFinalStateHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Final State with template and container.static SMInitSMInitHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Initial State with template and container.static SMJoinForkSMJoinForkHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Join/Fork - Pseudostate with template and container.static SMJunctionSMJunctionHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Junction - Pseudostate with template and container.static SMProtocolStateMachineSMProtocolStateMachineHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Protocol State Machine with template and container.static SMRegionSMRegionHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Region with template and container.static SMRegularStateSMRegularStateHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new State with template and container.static SMShallowHistorySMShallowHistoryHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Shallow History - Pseudostate with template and container.static SMStateMachineSMStateMachineHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new State Machine with template and container.static SMTerminatorSMTerminatorHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Terminator - Pseudostate with template and container.static SMTransExtSMTransExtHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)Create a new Transition with template from source to target element.static 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 MMCreateTemplate Constructor Description ARG_SMRegionInsertAtSelection(MMCreateTemplate ohTemplateRegion, SMRegion ohRegion, K_INSERT kInsertAt)
-