Uses of Interface
de.mid.innovator.srv2api.icw2elem.ELContainerAble
-
Packages that use ELContainerAble 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.icw2acdia Diagrams and graphical representations for elements of the icw2ac package.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.icw2dg The documentation package deals with the model documentation configuration and generation.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.icw2imdia Information Management Metamodel Diagram is a subclass of Class Diagram.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.de.mid.innovator.srv2api.icw2smdia Diagrams and graphical representations for elements of the icw2sm package.de.mid.innovator.srv2api.icw2sqdia Diagrams and graphical representations for elements of the icw2ia package. -
-
Uses of ELContainerAble in de.mid.innovator.srv2api.icw2ac
Subinterfaces of ELContainerAble in de.mid.innovator.srv2api.icw2ac Modifier and Type Interface Description interface
ACActivity
An activity specifies the coordination of executions of subordinate behaviors using a control and data flow model.interface
ACActivityEdge
Flow edge for either control flow of object flow.interface
ACActivityFinalNode
An activity final node is a final node that stops all flows in an activity.interface
ACActivityGroup
interface
ACActivityNode
interface
ACCentralBufferNode
A central buffer node is an object node for managing flows from multiple sources and destinations.interface
ACControlFlow
A control flow is an edge that starts an activity node after the previous one is finished.interface
ACControlNode
A control node is an abstract activity node that coordinates flows in an activity.interface
ACDataStoreNode
A data store node is a central buffer node for non-transient information.interface
ACDecisionBehavior
Represents the link of the decision node to a decision input behavior.interface
ACDecisionNode
A decision node is a control node that chooses between outgoing flows.interface
ACExceptionHandler
An exception handler is an element that specifies a body to execute in case the specified exception occurs during the execution of the protected node.interface
ACExecutableNode
An executable node is an abstract class for activity nodes that may be executed.interface
ACFinalNode
interface
ACFlowFinalNode
A flow final node is a final node that terminates a flow.interface
ACForkNode
A fork node is a control node that splits a flow into multiple concurrent flows.interface
ACInitialNode
An initial node is a control node which flow starts at when the activity is invoked.interface
ACInterruptibleRegion
An interruptible activity region is an activity group that supports termination of tokens flowing in the portions of an activity.interface
ACJoinNode
A join node is a control node that synchronizes multiple flows.interface
ACMergeNode
A merge node is a control node that brings multiple alternate flows together.interface
ACObjectFlow
An object flow is an activity edge that can have objects or data passing along it.interface
ACObjectNode
An object node is an activity node that indicates an instance of a particular classifier, possibly in a particular state, and may be available at a particular point in the activity.interface
ACObjFlowBehavior
Selects tokens from a source object node.interface
ACObjNodeSelBehavior
Selects tokens for outgoing edges.interface
ACParamNode
An activity parameter node is an object node for inputs and outputs to activities.interface
ACPartition
An activity partition is a kind of activity group that identifies actions that have common characteristics.interface
ACStructuredNode
A structured activity node is an executable activity node that may have an expansion into subordinate nodes as an ActivityGroup.interface
ACVariable
Variables are elements for passing data between actions indirectly.interface
ANAcceptCall
AcceptCallAction is an accept event action that represents the receipt of a synchronous call request.interface
ANAcceptEvent
AcceptEventAction is an action that waits for the occurrence of an event meeting specified condition.interface
ANAction
An action is a named element that is the fundamental unit of executable functionality.interface
ANActionInputPin
An action input pin is a kind of pin that executes an action to determine the values to input to another.interface
ANAddStructuralFeatureValue
Structural features are potentially multi-valued and ordered; this means that the action supports specification of insertion points for new values.interface
ANBroadcastSignal
BroadcastSignalAction is an action that transmits a signal instance to all the potential target objects in the system.interface
ANCall
CallAction is an abstract class for actions that invoke behavior and receive return values.interface
ANCallBehavior
interface
ANCallOperation
interface
ANClearAssociation
This action destroys all links of an association that have a particular object at one end.interface
ANClearStructuralFeature
This action removes all values of a structural feature.interface
ANCreateLink
This action can be used to create links and link objects.interface
ANCreateObject
This action instantiates a classifier.interface
ANDestroyLink
This action destroys a link or a link object.interface
ANDestroyObject
This action destroys the object on its input pin at runtime.interface
ANInputPin
An input pin is a pin that holds input values to be consumed by an action.interface
ANInvocation
Invocation is an abstract class for the various actions that invoke behavior.interface
ANLink
A link action creates, destroys or reads links, identifying a link by its end objects and qualifier values, if any.interface
ANLinkEndCreationData
This class is required when using CreateLinkAction to specify insertion points for ordered ends and to replace all links at end.interface
ANLinkEndData
LinkEndData is not an action.interface
ANLinkEndDestructionData
This class is required when using DestroyLinkAction to specify links to destroy for non-unique ordered ends.interface
ANOpaque
An action with implementation-specific semantics.interface
ANOutputPin
An output pin is a pin that holds output values produced by an action.interface
ANPin
A pin is a typed element and multiplicity element that provides values to actions and accept result values from them.interface
ANRaiseException
Action that causes an exception to occur.interface
ANReadLink
This action navigates an association towards one end which is the end that does not have an input pin to take its object (the "open" end).interface
ANReadSelf
Every action is ultimately a part of some behavior, which is in turn optionally attached in some way to the specification of a classifier -- for example, as the body of a method or as part of a state machine.interface
ANReadStructuralFeature
This action reads the values of a structural feature in order if the structural feature is ordered.rinterface
ANRemoveStructuralFeatureValue
The object to access is specified dynamically by referring to an input pin which the object will be placed on at runtime.interface
ANReply
Action that accepts a set of return values and a value containing return information produced by a previous accept call action.interface
ANSendObject
SendObjectAction is an action that transmits an object to the target object where it may invoke behavior such as the firing of state machine transitions or the execution of an activity.interface
ANSendSignal
SendSignalAction is an action that creates a signal instance from its inputs and transmits it to the target object where it may cause the firing of a state machine transition or the execution of an activity.interface
ANStructuralFeature
This abstract action class statically specifies the structural feature being accessed.interface
ANTestIdentity
This action returns true if the two input values are the same identity, false if they are not.interface
ANUnmarshall
Action that breaks an object of a known type into outputs each of which is equal to a value froma structural feature of the object.interface
ANValSpec
The action returns the result of evaluating a value specification.interface
ANValuePin
A value pin is an input pin that provides a value by evaluating a value specification.interface
ANWriteLink
A write link action takes a complete identification of a link and creates or destroys it.interface
ANWriteStructuralFeature
A write structural feature action operates on a structural feature of an object to modify its values.Fields in de.mid.innovator.srv2api.icw2ac declared as ELContainerAble Modifier and Type Field Description ELContainerAble
ARG_ACCentralBufferNodeCreate. ohContainer
ELContainerAble
ARG_ACPartitionPresentationAndOwner. ohOwner
Methods in de.mid.innovator.srv2api.icw2ac with parameters of type ELContainerAble Modifier and Type Method Description static ACActivityFinalNode
ACActivityFinalNodeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Activity Final Node with template and container.static ACActivityFinalNode
ACActivityFinalNodeHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Activity Final Node with stereotype and container.static ACActivity
ACActivityHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Activity with template and container.static ACActivity
ACActivityHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Activity with stereotype and container.static ACCentralBufferNode
ACCentralBufferNodeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Central Buffer Node with template and container.static ACCentralBufferNode
ACCentralBufferNodeHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Central Buffer Node with stereotype and container.static ACControlFlow
ACControlFlowHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Control Flow Edge with template from source to target element.static ACControlFlow
ACControlFlowHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Control Flow Edge with stereotype from source to target element.static ACDataStoreNode
ACDataStoreNodeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Data Store Node with template and container.static ACDataStoreNode
ACDataStoreNodeHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Data Store Node with stereotype and container.static ACDecisionNode
ACDecisionNodeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Decision Node with template and container.static ACDecisionNode
ACDecisionNodeHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Decision Node with stereotype and container.static ACFlowFinalNode
ACFlowFinalNodeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Flow Final Node with template and container.static ACFlowFinalNode
ACFlowFinalNodeHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Flow Final Node with stereotype and container.static ACForkNode
ACForkNodeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Fork Node with template and container.static ACForkNode
ACForkNodeHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Fork Node with stereotype and container.static ACInitialNode
ACInitialNodeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Initial Node with template and container.static ACInitialNode
ACInitialNodeHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Initial Node with stereotype and container.static ACInterruptibleRegion
ACInterruptibleRegionHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Interruptible Activity Region with template and container.static ACInterruptibleRegion
ACInterruptibleRegionHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Interruptible Activity Region with stereotype and container.static ACJoinNode
ACJoinNodeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Join Node with template and container.static ACJoinNode
ACJoinNodeHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Join Node with stereotype and container.static ACMergeNode
ACMergeNodeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Merge Node with template and container.static ACMergeNode
ACMergeNodeHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Merge Node with stereotype and container.static ACObjectFlow
ACObjectFlowHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Object Flow Edge with template from source to target element.static ACObjectFlow
ACObjectFlowHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Object Flow Edge with stereotype from source to target element.static ACPartition
ACPartitionHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Activity Partition with template and container.static ACPartition
ACPartitionHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Activity Partition with stereotype and container.static ACStructuredNode
ACStructuredNodeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Structured Activity Node with template and container.static ACStructuredNode
ACStructuredNodeHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Structured Activity Node with stereotype and container.static ACVariable
ACVariableHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Variable with template and container.static ACVariable
ACVariableHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Variable with stereotype and container.static ANAcceptCall
ANAcceptCallHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Accept Call Action with template and container.static ANAcceptCall
ANAcceptCallHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Accept Call Action with template and container with requirement.static ANAcceptCall
ANAcceptCallHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Accept Call Action with stereotype and container.static ANAcceptCall
ANAcceptCallHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Accept Call Action with stereotype and container with requirement.static ANAcceptEvent
ANAcceptEventHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Accept Event Action with template and container.static ANAcceptEvent
ANAcceptEventHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Accept Event Action with template and container with requirement.static ANAcceptEvent
ANAcceptEventHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Accept Event Action with stereotype and container.static ANAcceptEvent
ANAcceptEventHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Accept Event Action with stereotype and container with requirement.static ANActionInputPin
ANActionInputPinHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Action Input Pin with template and container.static ANActionInputPin
ANActionInputPinHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Action Input Pin with stereotype and container.static ANAddStructuralFeatureValue
ANAddStructuralFeatureValueHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Add Structural Feature Value Action with template and container with requirement.static ANAddStructuralFeatureValue
ANAddStructuralFeatureValueHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Add Structural Feature Value Action with stereotype and container with requirement.static ANBroadcastSignal
ANBroadcastSignalHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Broadcast Signal Action with template and container with requirement.static ANBroadcastSignal
ANBroadcastSignalHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Broadcast Signal Action with stereotype and container with requirement.static ANCallBehavior
ANCallBehaviorHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Call Behavior Action with template and container with requirement.static ANCallBehavior
ANCallBehaviorHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Call Behavior Action with stereotype and container with requirement.static ANCallOperation
ANCallOperationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Call Operation Action with template and container with requirement.static ANCallOperation
ANCallOperationHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Call Operation Action with stereotype and container with requirement.static ANClearAssociation
ANClearAssociationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Clear Association Action with template and container with requirement.static ANClearAssociation
ANClearAssociationHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Clear Association Action with stereotype and container with requirement.static ANClearStructuralFeature
ANClearStructuralFeatureHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Clear Structural Feature Action with template and container with requirement.static ANClearStructuralFeature
ANClearStructuralFeatureHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Clear Structural Feature Action with stereotype and container with requirement.static ANCreateLink
ANCreateLinkHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Create Link Action with template and container with requirement.static ANCreateLink
ANCreateLinkHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Create Link Action with stereotype and container with requirement.static ANCreateObject
ANCreateObjectHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Create Object Action with template and container with requirement.static ANCreateObject
ANCreateObjectHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Create Object Action with stereotype and container with requirement.static ANDestroyLink
ANDestroyLinkHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Destroy Link Action with template and container with requirement.static ANDestroyLink
ANDestroyLinkHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Destroy Link Action with stereotype and container with requirement.static ANDestroyObject
ANDestroyObjectHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Destroy Object Action with template and container.static ANDestroyObject
ANDestroyObjectHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Destroy Object Action with stereotype and container.static ANInputPin
ANInputPinHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Input Pin with template and container.static ANInputPin
ANInputPinHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Input Pin with stereotype and container.static ANOpaque
ANOpaqueHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Opaque Action with template and container.static ANOpaque
ANOpaqueHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Opaque Action with stereotype and container.static ANOutputPin
ANOutputPinHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Output Pin with template and container.static ANOutputPin
ANOutputPinHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Output Pin with stereotype and container.static ANRaiseException
ANRaiseExceptionHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Raise Exception Action with template and container.static ANRaiseException
ANRaiseExceptionHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Raise Exception Action with stereotype and container.static ANReadLink
ANReadLinkHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Read Link Action with template and container with requirement.static ANReadLink
ANReadLinkHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Read Link Action with stereotype and container with requirement.static ANReadSelf
ANReadSelfHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Read Self Action with template and container.static ANReadSelf
ANReadSelfHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Read Self Action with stereotype and container.static ANReadStructuralFeature
ANReadStructuralFeatureHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Read Structural Feature Action with template and container with requirement.static ANReadStructuralFeature
ANReadStructuralFeatureHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Read Structural Feature Action with stereotype and container with requirement.static ANRemoveStructuralFeatureValue
ANRemoveStructuralFeatureValueHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Remove Structural Feature Value Action with template and container with requirement.static ANRemoveStructuralFeatureValue
ANRemoveStructuralFeatureValueHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Remove Structural Feature Value Action with stereotype and container with requirement.static ANReply
ANReplyHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Reply Action with template and container.static ANReply
ANReplyHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Reply Action with stereotype and container.static ANSendObject
ANSendObjectHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Send Object Action with template and container.static ANSendObject
ANSendObjectHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Send Object Action with stereotype and container.static ANSendSignal
ANSendSignalHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Send Signal Action with template and container with requirement.static ANSendSignal
ANSendSignalHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Send Signal Action with stereotype and container with requirement.static ANTestIdentity
ANTestIdentityHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Test Identity Action with template and container.static ANTestIdentity
ANTestIdentityHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Test Identity Action with stereotype and container.static ANUnmarshall
ANUnmarshallHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Unmarshall Action with template and container with requirement.static ANUnmarshall
ANUnmarshallHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Unmarshall Action with stereotype and container with requirement.static ANValSpec
ANValSpecHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Value Specification Action with template and container.static ANValSpec
ANValSpecHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Value Specification Action with stereotype and container.static ANValuePin
ANValuePinHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Value Pin with template and container.static ANValuePin
ANValuePinHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Value Pin with stereotype and container.static ACDataStoreNode
ACDataStoreNodeHelper. createSub(SrvContext srvCtx, ELContainerAble ohContainer, MMCreateTemplate ohTemplate, java.lang.String name, java.awt.Point position, ELType ohType)
Extends the basic function 'EntCreateOclCmd' for the elementACDataStoreNode
by setting/modifying further attributes or elements.void
ACPartition. setPresentationAndOwner(ELContainerAble ohOwner, K_AC_PARTITION_PRESENTATION kPres)
Modifies the presentation of the partition, e.g. from vertical to horizontal or to no representation at all.Constructors in de.mid.innovator.srv2api.icw2ac with parameters of type ELContainerAble Constructor Description ARG_ACCentralBufferNodeCreate(ELContainerAble ohContainer, MMCreateTemplate ohTemplate, java.lang.String name, java.awt.Point position, ELType ohType)
ARG_ACPartitionPresentationAndOwner(ELContainerAble ohOwner, K_AC_PARTITION_PRESENTATION kPres)
-
Uses of ELContainerAble in de.mid.innovator.srv2api.icw2acdia
Subinterfaces of ELContainerAble in de.mid.innovator.srv2api.icw2acdia Modifier and Type Interface Description interface
ACDia
The diagram that contains theACDiaACNode
.interface
ACDiaACNode
Presentation element of the activity itself.interface
ACDiaActNode
Presentation element of actions which do not depend on other elements.interface
ACDiaConstraintEdge
The connecting edge to anACDiaConstraintNode
.interface
ACDiaConstraintNode
Client representation of a constraint.interface
ACDiaControlNode
interface
ACDiaDecisionInputBehavior
Client representation of a decision input behavior.interface
ACDiaException
interface
ACDiaFlowEdge
interface
ACDiaFlowSelBehavior
Client representation of a selection behavior at a flow.interface
ACDiaFlowTransBehavior
Client representation of a transformation behavior at a flow.interface
ACDiaGroupNode
interface
ACDiaHorGroupNode
Specialization ofACDiaGroupNode
.interface
ACDiaNodeSelBehavior
Client representation of a selection behavior at an object node.interface
ACDiaObjNode
interface
ACDiaPostNode
Client representation of a postcondition.interface
ACDiaPreNode
Client representation of a precondition.interface
ACDiaTextNode
Abstract node that represents all text nodes in anACDia
.interface
ACDiaValSpecNode
Client representation of a value specification text.interface
ACDiaVariableNode
Client representation of a variable.interface
ACDiaVerGroupNode
Specialization ofACDiaGroupNode
. -
Uses of ELContainerAble in de.mid.innovator.srv2api.icw2bc
Subinterfaces of ELContainerAble in de.mid.innovator.srv2api.icw2bc Modifier and Type Interface Description interface
BCBaseElement
This is a utility class for BCBaseElement that provides static methods for creation or other purposes.interface
BCBaseNamedStereotypeAble
This is a utility class for BCBaseNamedStereotypeAble that provides static methods for creation or other purposes.interface
BCExpression
interface
BCProperty
interface
BCPropertyAble
This is a utility class for BCPropertyAble that provides static methods for creation or other purposes.interface
BCPropertyRefElem
interface
BCPropertySet
interface
BCPropertySetRefElem
interface
BCRelshipBinDir
This is a utility class for BCRelshipBinDir that provides static methods for creation or other purposes.interface
BCRootReuseAbleElement
This is a utility class for BCRootReuseAbleElement that provides static methods for creation or other purposes.interface
BCTerm
A term relevant for the business description.interface
BCTermAssign
interface
BCTermAssignAble
This is a utility class for BCTermAssignAble that provides static methods for creation or other purposes.Methods in de.mid.innovator.srv2api.icw2bc with parameters of type ELContainerAble Modifier and Type Method Description static BCExpression
BCExpressionHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Defined Logical Expression with template and container.static BCExpression
BCExpressionHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Defined Logical Expression with stereotype and container.static BCProperty
BCPropertyHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Property (of a Business Object) with template and container.static BCProperty
BCPropertyHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Property (of a Business Object) with stereotype and container.static BCPropertySet
BCPropertySetHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Property Set (of a Business Object) with template and container.static BCPropertySet
BCPropertySetHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Property Set (of a Business Object) with stereotype and container.static BCTerm
BCTermHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Defined Technical Term with template and container.static BCTerm
BCTermHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Defined Technical Term with stereotype and container. -
Uses of ELContainerAble in de.mid.innovator.srv2api.icw2be
Subinterfaces of ELContainerAble in de.mid.innovator.srv2api.icw2be Modifier and Type Interface Description interface
BEAnyReceiveEvent
A transition trigger associated with AnyReceiveEvent specifies that the transition is to be triggered by the receipt of any message that is not explicitly referenced in another transition from the same vertex.interface
BEBehavior
Behavior is a specification of how its context classifier changes state over time.interface
BECallEvent
A call event represents the reception of a request to invoke a specific operation.interface
BEChangeEvent
A change event occurs when a Boolean-valued expression becomes true, for example, as a result of a change in the value held in a slot corresponding to an attribute.interface
BEEvent
An event is the specification of some occurrence that may potentially trigger effects by an object.interface
BEMessageEvent
A message event specifies the receipt by an object of either a call or a signal.interface
BEOpaque
The semantics of the behavior is determined by the implementation.interface
BESignalEvent
A signal event represents the receipt of an asynchronous signal.interface
BETimeEvent
A time event specifies a point in time by an expression.interface
BETrigger
A trigger specifies an event that may cause the execution by the execution of an action, but need not be.Methods in de.mid.innovator.srv2api.icw2be with parameters of type ELContainerAble Modifier and Type Method Description static BEChangeEvent
BEChangeEventHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Change Event with template and container.static BEChangeEvent
BEChangeEventHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Change Event with stereotype and container.static BEOpaque
BEOpaqueHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Opaque Behavior with template and container.static BEOpaque
BEOpaqueHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Opaque Behavior with stereotype and container.static BETimeEvent
BETimeEventHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Time Event with template and container.static BETimeEvent
BETimeEventHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Time Event with stereotype and container.static BETrigger
BETriggerHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Trigger with template and container with requirement.static BETrigger
BETriggerHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Trigger with stereotype and container with requirement. -
Uses of ELContainerAble in de.mid.innovator.srv2api.icw2bp
Subinterfaces of ELContainerAble in de.mid.innovator.srv2api.icw2bp Modifier and Type Interface Description interface
BPActivityNode
This is a utility class for BPActivityNode that provides static methods for creation or other purposes.interface
BPActivityResource
The activity resource specifies the business entity or role or system to perform or work on the activity.interface
BPArtifact
"BPMN provides modelers with the capability of showing additional information about a Process that is not directly related to the Sequence Flow or Message Flow of the Process.interface
BPArtifactContainerAble
Super class for all elements that can own a BPMN artifact.interface
BPAssociationArtifact
Note that directional Associations were used in BPMN 1.2 to show how Data Objects were inputs or outputs to Activities.interface
BPCallAble
This is a utility class for BPCallAble that provides static methods for creation or other purposes.interface
BPCallAbleChoreographyElement
This is a utility class for BPCallAbleChoreographyElement that provides static methods for creation or other purposes.interface
BPCallAbleProcessElement
This is a utility class for BPCallAbleProcessElement that provides static methods for creation or other purposes.interface
BPChoreography
interface
BPChoreographyActivity
This is a utility class for BPChoreographyActivity that provides static methods for creation or other purposes.interface
BPChoreographySubProcess
interface
BPChoreographyTask
interface
BPCollaboration
interface
BPConditionalEventDefinition
interface
BPDataIOAssociation
interface
BPDataObject
interface
BPDataStore
interface
BPElementAtPath
interface
BPEndPoint
The end points element may be extended with endpoint reference definitions introduced in other specifications (e.g., WS-Addressing).interface
BPError
interface
BPEscalation
AnBPEscalation
identifies a business situation that a process might need to react to.interface
BPEventDefinition
interface
BPEventNode
interface
BPFlowChoreographyContainer
This is a utility class for BPFlowChoreographyContainer that provides static methods for creation or other purposes.interface
BPFlowElement
This is a utility class for BPFlowElement that provides static methods for creation or other purposes.interface
BPFlowElementContainer
This is a utility class for BPFlowElementContainer that provides static methods for creation or other purposes.interface
BPFlowProcessContainer
This is a utility class for BPFlowProcessContainer that provides static methods for creation or other purposes.interface
BPGateway
interface
BPGlobalChoreographyTask
interface
BPGlobalMaskTask
interface
BPGlobalTask
interface
BPGlobalTaskResource
interface
BPGroupArtifact
interface
BPGroupAssign
interface
BPInputOutputSpecifyAble
This is a utility class for BPInputOutputSpecifyAble that provides static methods for creation or other purposes.interface
BPInputSet
interface
BPInteractionSpecification
This is a utility class for BPInteractionSpecification that provides static methods for creation or other purposes.interface
BPInterface
An interface defines a set of operations that are implemented by services.interface
BPItemAwareElement
This is a utility class for BPItemAwareElement that provides static methods for creation or other purposes.interface
BPItemDefinition
The Business Object defines an object important for the definition of business processes or concepts.interface
BPItemDefinitionRel
interface
BPLane
Lanes are used to organize and categorize activities within a Pool.interface
BPLaneSet
interface
BPLinkEventDefinition
interface
BPLoopCharx
This is a utility class for BPLoopCharx that provides static methods for creation or other purposes.interface
BPMappingAssociation
This is a utility class for BPMappingAssociation that provides static methods for creation or other purposes.interface
BPMaskDefinition
interface
BPMaskField
interface
BPMaskTask
interface
BPMessage
interface
BPMessageFlow
On message modification try to set the message on the source and target node of the message flow as well as on message flow itself.interface
BPMessageFlowMapping
interface
BPMessageFlowNode
This is a utility class for BPMessageFlowNode that provides static methods for creation or other purposes.interface
BPMessageReferencingElement
This is a utility class for BPMessageReferencingElement that provides static methods for creation or other purposes.interface
BPMessageSequenceFlowNode
This is a utility class for BPMessageSequenceFlowNode that provides static methods for creation or other purposes.interface
BPMultiInstLoopCharx
interface
BPObjInputSetRef
interface
BPObjOutputSetRef
interface
BPOperation
interface
BPOutputSet
interface
BPParticipant
interface
BPParticipantAtActivity
interface
BPParticipantEntity
interface
BPParticipantMapping
interface
BPParticipantRole
interface
BPPath
A path in a process.interface
BPPathAble
This is a utility class for BPPathAble that provides static methods for creation or other purposes.interface
BPPathContextAble
This is a utility class for BPPathContextAble that provides static methods for creation or other purposes.interface
BPProcess
interface
BPProperty
interface
BPResourceAtLane
interface
BPResourceAtProcess
interface
BPSequenceFlow
interface
BPSequenceFlowNode
This is a utility class for BPSequenceFlowNode that provides static methods for creation or other purposes.interface
BPSignal
Signal to trigger e.g a signal event.interface
BPStdLoopCharx
interface
BPSubProcess
interface
BPSupportsRel
interface
BPTaskNode
interface
BPTaskNodeCall
interface
BPTimerEventDefinition
interface
BPUseCaseInteractionRel
interface
BPUseCasePathRel
Methods in de.mid.innovator.srv2api.icw2bp with parameters of type ELContainerAble Modifier and Type Method Description static BPActivityResource
BPActivityResourceHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Activity Resource with template and container.static BPActivityResource
BPActivityResourceHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Activity Resource with stereotype and container.static BPArtifact
BPArtifactHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Artifact (BPMN) with template and container.static BPArtifact
BPArtifactHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Artifact (BPMN) with stereotype and container.static BPAssociationArtifact
BPAssociationArtifactHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Association Artifact with template from source to target element.static BPAssociationArtifact
BPAssociationArtifactHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Association Artifact with stereotype from source to target element.static BPChoreography
BPChoreographyHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Choreography with template and container.static BPChoreography
BPChoreographyHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Choreography with stereotype and container.static BPCollaboration
BPCollaborationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Collaboration (BPMN) with template and container.static BPCollaboration
BPCollaborationHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Collaboration (BPMN) with stereotype and container.static BPConditionalEventDefinition
BPConditionalEventDefinitionHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Conditional Event Definition with template and container.static BPConditionalEventDefinition
BPConditionalEventDefinitionHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Conditional Event Definition with stereotype and container.static BPDataIOAssociation
BPDataIOAssociationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Data Association with template from source to target element.static BPDataIOAssociation
BPDataIOAssociationHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Data Association with stereotype from source to target element.static BPDataObject
BPDataObjectHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Data Object with template and container.static BPDataObject
BPDataObjectHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Data Object with stereotype and container.static BPDataStore
BPDataStoreHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Data Store with template and container.static BPDataStore
BPDataStoreHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Data Store with stereotype and container.static BPEndPoint
BPEndPointHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new End Point with template and container.static BPEndPoint
BPEndPointHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new End Point with stereotype and container.static BPError
BPErrorHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Error with template and container.static BPError
BPErrorHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Error with stereotype and container.static BPEscalation
BPEscalationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Escalation with template and container.static BPEscalation
BPEscalationHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Escalation with stereotype and container.static BPEventDefinition
BPEventDefinitionHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Event Definition (BPMN) with template and container.static BPEventDefinition
BPEventDefinitionHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Event Definition (BPMN) with stereotype and container.static BPEventNode
BPEventNodeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Event (BPMN) with template and container.static BPEventNode
BPEventNodeHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Event (BPMN) with stereotype and container.static BPGateway
BPGatewayHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Gateway with template and container.static BPGateway
BPGatewayHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Gateway with stereotype and container.static BPGlobalMaskTask
BPGlobalMaskTaskHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Global User Input Task with template and container.static BPGlobalMaskTask
BPGlobalMaskTaskHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Global User Input Task with stereotype and container.static BPGlobalTask
BPGlobalTaskHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Global Task with template and container.static BPGlobalTask
BPGlobalTaskHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Global Task with stereotype and container.static BPGlobalTaskResource
BPGlobalTaskResourceHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Global Task Resource with template and container.static BPGlobalTaskResource
BPGlobalTaskResourceHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Global Task Resource with stereotype and container.static BPGroupArtifact
BPGroupArtifactHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Group (BPMN) with template and container.static BPGroupArtifact
BPGroupArtifactHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Group (BPMN) with stereotype and container.static BPInputSet
BPInputSetHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Input Set with template and container.static BPInputSet
BPInputSetHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Input Set with stereotype and container.static BPInterface
BPInterfaceHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Service Interface with template and container.static BPInterface
BPInterfaceHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Service Interface with stereotype and container.static BPItemDefinition
BPItemDefinitionHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Business Object with template and container.static BPItemDefinition
BPItemDefinitionHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Business Object with stereotype and container.static BPItemDefinitionRel
BPItemDefinitionRelHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Business Object Assignment with template from source to target element.static BPItemDefinitionRel
BPItemDefinitionRelHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Business Object Assignment with stereotype from source to target element.static BPLane
BPLaneHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Lane with template and container.static BPLane
BPLaneHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Lane with stereotype and container.static BPLaneSet
BPLaneSetHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Lane Set with template and container.static BPLaneSet
BPLaneSetHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Lane Set with stereotype and container.static BPMaskDefinition
BPMaskDefinitionHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Mask Definition with template and container.static BPMaskDefinition
BPMaskDefinitionHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Mask Definition with stereotype and container.static BPMaskField
BPMaskFieldHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Mask Field with template and container.static BPMaskField
BPMaskFieldHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Mask Field with stereotype and container.static BPMaskTask
BPMaskTaskHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new User Input Task with template and container.static BPMaskTask
BPMaskTaskHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new User Input Task with stereotype and container.static BPMessageFlow
BPMessageFlowHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Message Flow with template from source to target element.static BPMessageFlow
BPMessageFlowHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Message Flow with stereotype from source to target element.static BPMessage
BPMessageHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Message with template and container.static BPMessage
BPMessageHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Message with stereotype and container.static BPOperation
BPOperationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Service Operation with template and container.static BPOperation
BPOperationHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Service Operation with stereotype and container.static BPOutputSet
BPOutputSetHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Output Set with template and container.static BPOutputSet
BPOutputSetHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Output Set with stereotype and container.static BPParticipant
BPParticipantHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Participant with template and container.static BPParticipant
BPParticipantHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Participant with stereotype and container.static BPPath
BPPathHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Animation Path with template and container.static BPPath
BPPathHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Animation Path with stereotype and container.static BPProcess
BPProcessHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Process with template and container.static BPProcess
BPProcessHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Process with stereotype and container.static BPProperty
BPPropertyHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Process Property with template and container.static BPProperty
BPPropertyHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Process Property with stereotype and container.static BPSequenceFlow
BPSequenceFlowHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Sequence Flow with template from source to target element.static BPSequenceFlow
BPSequenceFlowHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Sequence Flow with stereotype from source to target element.static BPSignal
BPSignalHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Signal (BPMN) with template and container.static BPSignal
BPSignalHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Signal (BPMN) with stereotype and container.static BPSubProcess
BPSubProcessHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Sub-Process with template and container.static BPSubProcess
BPSubProcessHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Sub-Process with stereotype and container.static BPSupportsRel
BPSupportsRelHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Process Support with template from source to target element.static BPSupportsRel
BPSupportsRelHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Process Support with stereotype from source to target element.static BPTaskNode
BPTaskNodeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Task with template and container.static BPTaskNode
BPTaskNodeHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Task with stereotype and container.static BPTimerEventDefinition
BPTimerEventDefinitionHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Timer Event Definition with template and container.static BPTimerEventDefinition
BPTimerEventDefinitionHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Timer Event Definition with stereotype and container.static BPUseCaseInteractionRel
BPUseCaseInteractionRelHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Usecase-Interaction Relationship with template from source to target element.static BPUseCaseInteractionRel
BPUseCaseInteractionRelHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Usecase-Interaction Relationship with stereotype from source to target element.static BPUseCasePathRel
BPUseCasePathRelHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Usecase-Path Relationship with template from source to target element.static BPUseCasePathRel
BPUseCasePathRelHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Usecase-Path Relationship with stereotype from source to target element. -
Uses of ELContainerAble in de.mid.innovator.srv2api.icw2bpdia
Subinterfaces of ELContainerAble in de.mid.innovator.srv2api.icw2bpdia Modifier and Type Interface Description interface
BPDia
interface
BPDiaArtifactNode
interface
BPDiaAssocEdge
interface
BPDiaChoreographySubProcessNode
interface
BPDiaChoreographyTaskNode
interface
BPDiaChoreographyViewNode
interface
BPDiaCollaborationViewNode
interface
BPDiaDataAssocEdge
interface
BPDiaDataNode
The node representing an item definition which in this context is seen as a data object.interface
BPDiaErrorNode
Represents an error.interface
BPDiaEventNode
interface
BPDiaFlowEdge
This is a utility class for BPDiaFlowEdge that provides static methods for creation or other purposes.interface
BPDiaFlowNode
This is a utility class for BPDiaFlowNode that provides static methods for creation or other purposes.interface
BPDiaGatewayNode
interface
BPDiaGroupAssignment
interface
BPDiaGroupNode
interface
BPDiaItemDefinitionNode
interface
BPDiaItemNode
interface
BPDiaLaneNode
interface
BPDiaMappingAssoc
interface
BPDiaMaskCompartmentEntry
interface
BPDiaMaskCompartmentNode
interface
BPDiaMaskNode
interface
BPDiaMaskTaskNode
interface
BPDiaMessageFlow
[Prim2For] AllBPDiaMessageFlow
of theBPDia
.interface
BPDiaMessageFlowNode
This is a utility class for BPDiaMessageFlowNode that provides static methods for creation or other purposes.interface
BPDiaMessageNode
The node representing aBPMessage
.interface
BPDiaParticipantCompartmentNode
interface
BPDiaParticipantNode
interface
BPDiaProcessViewNode
interface
BPDiaRedundantEdge
interface
BPDiaRenderingNode
interface
BPDiaSequenceFlow
interface
BPDiaSequenceFlowNode
This is a utility class for BPDiaSequenceFlowNode that provides static methods for creation or other purposes.interface
BPDiaStructureEdge
interface
BPDiaSubProcessNode
interface
BPDiaSupportEdge
interface
BPDiaTaskNode
interface
BPDiaTermEdge
interface
BPDiaTermNode
interface
BPDiaTextNode
interface
BPDiaViewContentEdge
interface
BPDiaViewNode
This is a utility class for BPDiaViewNode that provides static methods for creation or other purposes.Methods in de.mid.innovator.srv2api.icw2bpdia with parameters of type ELContainerAble Modifier and Type Method Description static BPDia
BPDiaHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new BPMN Diagram with template and container.static BPDia
BPDiaHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new BPMN Diagram with stereotype and container. -
Uses of ELContainerAble in de.mid.innovator.srv2api.icw2br
Subinterfaces of ELContainerAble in de.mid.innovator.srv2api.icw2br Modifier and Type Interface Description interface
BRCostCenter
interface
BRCostCenterAble
This is a utility class for BRCostCenterAble that provides static methods for creation or other purposes.interface
BRLocation
interface
BROrgUnit
interface
BROrgUnitMemberRel
interface
BROrgUnitPersonRel
interface
BROrgUnitRequiresRole
interface
BRPerson
interface
BRPersonContactData
interface
BRPersonInRole
interface
BRResource
interface
BRResourceAtLocation
interface
BRResourceCL
An actor specifies a role played by a user or any other system that interacts with the subject.interface
BRResourceHierRel
interface
BRResourceNamedRel
interface
BRResourceNonHierRel
This is a utility class for BRResourceNonHierRel that provides static methods for creation or other purposes.interface
BRResourceRel
This is a utility class for BRResourceRel that provides static methods for creation or other purposes.interface
BRRole
interface
BRTechnical
Methods in de.mid.innovator.srv2api.icw2br with parameters of type ELContainerAble Modifier and Type Method Description static BRCostCenter
BRCostCenterHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Cost Center with template and container.static BRCostCenter
BRCostCenterHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Cost Center with stereotype and container.static BRLocation
BRLocationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Location with template and container.static BRLocation
BRLocationHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Location with stereotype and container.static BROrgUnit
BROrgUnitHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Organizational Unit with template and container.static BROrgUnit
BROrgUnitHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Organizational Unit with stereotype and container.static BROrgUnitMemberRel
BROrgUnitMemberRelHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Membership with template from source to target element.static BROrgUnitMemberRel
BROrgUnitMemberRelHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Membership with stereotype from source to target element.static BROrgUnitPersonRel
BROrgUnitPersonRelHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Person Assignment with template from source to target element.static BROrgUnitPersonRel
BROrgUnitPersonRelHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Person Assignment with stereotype from source to target element.static BROrgUnitRequiresRole
BROrgUnitRequiresRoleHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Required Role with template from source to target element.static BROrgUnitRequiresRole
BROrgUnitRequiresRoleHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Required Role with stereotype from source to target element.static BRPersonContactData
BRPersonContactDataHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Contact Data with template and container.static BRPersonContactData
BRPersonContactDataHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Contact Data with stereotype and container.static BRPerson
BRPersonHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Person with template and container.static BRPerson
BRPersonHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Person with stereotype and container.static BRPersonInRole
BRPersonInRoleHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Assigned Role with template from source to target element.static BRPersonInRole
BRPersonInRoleHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Assigned Role with stereotype from source to target element.static BRResourceCL
BRResourceCLHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Actor with template and container.static BRResourceCL
BRResourceCLHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Actor with stereotype and container.static BRResource
BRResourceHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Business Resource with template and container.static BRResource
BRResourceHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Business Resource with stereotype and container.static BRResourceHierRel
BRResourceHierRelHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Hierarchical Subordination with template from source to target element.static BRResourceHierRel
BRResourceHierRelHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Hierarchical Subordination with stereotype from source to target element.static BRResourceNamedRel
BRResourceNamedRelHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Business Resource Relationship with template from source to target element.static BRResourceNamedRel
BRResourceNamedRelHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Business Resource Relationship with stereotype from source to target element.static BRRole
BRRoleHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Role with template and container.static BRRole
BRRoleHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Role with stereotype and container.static BRTechnical
BRTechnicalHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new IT Unit with template and container.static BRTechnical
BRTechnicalHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new IT Unit with stereotype and container. -
Uses of ELContainerAble in de.mid.innovator.srv2api.icw2brdia
Subinterfaces of ELContainerAble in de.mid.innovator.srv2api.icw2brdia Modifier and Type Interface Description interface
BRDia
interface
BRDiaExprNode
interface
BRDiaResourceEdge
This is a utility class for BRDiaResourceEdge that provides static methods for creation or other purposes.interface
BRDiaResourceHierEdge
interface
BRDiaResourceNode
interface
BRDiaResourceNonHierEdge
interface
BRDiaTextNode
Methods in de.mid.innovator.srv2api.icw2brdia with parameters of type ELContainerAble Modifier and Type Method Description static BRDia
BRDiaHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Business Resource Diagram with template and container.static BRDia
BRDiaHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Business Resource Diagram with stereotype and container. -
Uses of ELContainerAble in de.mid.innovator.srv2api.icw2bs
Subinterfaces of ELContainerAble in de.mid.innovator.srv2api.icw2bs Modifier and Type Interface Description interface
BSFinalState
interface
BSInitState
interface
BSPseudoState
This is a utility class for BSPseudoState that provides static methods for creation or other purposes.interface
BSRegularState
interface
BSState
This is a utility class for BSState that provides static methods for creation or other purposes.interface
BSTransition
interface
BSVertex
This is a utility class for BSVertex that provides static methods for creation or other purposes.Methods in de.mid.innovator.srv2api.icw2bs with parameters of type ELContainerAble Modifier and Type Method Description static BSFinalState
BSFinalStateHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Object Final State with template and container.static BSFinalState
BSFinalStateHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Object Final State with stereotype and container.static BSInitState
BSInitStateHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Object Initial State with template and container.static BSInitState
BSInitStateHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Object Initial State with stereotype and container.static BSRegularState
BSRegularStateHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Object State with template and container.static BSRegularState
BSRegularStateHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Object State with stereotype and container.static BSTransition
BSTransitionHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new State Transition with template from source to target element.static BSTransition
BSTransitionHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new State Transition with stereotype from source to target element. -
Uses of ELContainerAble in de.mid.innovator.srv2api.icw2bsdia
Subinterfaces of ELContainerAble in de.mid.innovator.srv2api.icw2bsdia Modifier and Type Interface Description interface
BSDia
interface
BSDiaNode
This is a utility class for BSDiaNode that provides static methods for creation or other purposes.interface
BSDiaPseudoStateNode
interface
BSDiaStateMachineNode
interface
BSDiaStateNode
interface
BSDiaTransitionEdge
interface
BSDiaVertexNode
This is a utility class for BSDiaVertexNode that provides static methods for creation or other purposes.Methods in de.mid.innovator.srv2api.icw2bsdia with parameters of type ELContainerAble Modifier and Type Method Description static BSDia
BSDiaHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Business Object State Diagram with template and container.static BSDia
BSDiaHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Business Object State Diagram with stereotype and container. -
Uses of ELContainerAble in de.mid.innovator.srv2api.icw2class
Subinterfaces of ELContainerAble in de.mid.innovator.srv2api.icw2class Modifier and Type Interface Description interface
CLActor
An actor specifies a role played by a user or any other system that interacts with the subject.interface
CLArtifact
An artifact is the specification of a physical piece of information that is used or produced by a software development process or by deployment and operation of a system.interface
CLAssocClass
A model element that has both association and class properties.interface
CLAssociation
An association describes a set of tuples whose values refer to typed instances.interface
CLBehavioralFeature
A behavioral feature is a feature of a classifier that specifies an aspect of the behavior of its instances.interface
CLBehavioredClassifier
A classifier can have behavior specifications defined in its namespace.interface
CLClass
The purpose of a class is to specify a classification of objects and to specify the features that characterize the structure and behavior of those objects.interface
CLClassifier
A classifier is a classification of instances — it describes a set of instances that have features in common.interface
CLClassifierTemplateParameter
A classifier template parameter exposes a classifier as a formal template parameter.interface
CLCollaboration
A collaboration describes a structure of collaborating elements (roles), each performing a specialized function, which collectively accomplish some desired functionality.interface
CLCollaborationUse
A collaboration use represents the application of the pattern described by a collaboration to a specific situation involving specific classes or instances playing the roles of the collaboration.interface
CLCommunicationPath
A communication path is an association between two deployment targets which they are able to exchange signals and messages through.interface
CLComponent
A component represents a modular part of a system that encapsulates its contents and whose manifestation is replaceable within its environment.interface
CLComponentRealization
The component realization concept is specialized in the components package to (optionally) define the classifiers that realize the contract offered by a component in terms of its provided and required interfaces.interface
CLConnectAbleElement
A ConnectAbleElement is an abstract metaclass representing a set of instances that plays the role of a classifier.interface
CLConnector
Specifies a link that enables communication between two or more instances.interface
CLConnectorEnd
A connector end is an endpoint of a connector which attaches the connector to a connectable element.interface
CLDataType
A data type is a type whose instances are only identified by their value.interface
CLDeclarationAble
The declaration of this element.interface
CLDeclarationAbleClassifier
This is a utility class for CLDeclarationAbleClassifier that provides static methods for creation or other purposes.interface
CLDeployedArtifact
A deployed artifact is an artifact or artifact instance that has been deployed to a deployment target.interface
CLDeployment
A deployment is the allocation of an artifact or artifact instance to a deployment target.interface
CLDeploymentSpec
A deployment specification specifies a set of properties that determine execution parameters of a component artifact that is deployed on a node.interface
CLDeploymentTarget
A deployment target is the location for a deployed artifact.interface
CLDevice
A device is a physical computational resource with processing capability which artifacts may be deployed for execution on.interface
CLEncapsulatedClassifier
This is a utility class for CLEncapsulatedClassifier that provides static methods for creation or other purposes.interface
CLEnumeration
An enumeration is a data type whose values are enumerated in the model as enumeration literals.interface
CLEnumLiteral
An enumeration literal is a user-defined data value for an enumeration.interface
CLExecEnv
An execution environment is a node that offers an execution environment for specific types of components that are deployed on it in the form of executable artifacts.interface
CLExtend
interface
CLExtensionPoint
An extension point identifies a point in the behavior of a use case where that behavior can be extended by the behavior of some other (extending) use case, as specified by an extend relationship.interface
CLFeature
A feature declares a behavioral or structural characteristic of instances of classifiers.interface
CLGeneralization
A generalization relates a specific classifier to a more general classifier and is owned by the specific classifier.interface
CLInclude
interface
CLInstanceSpecification
An instance specification is a model element that represents an instance in a modeled system.interface
CLInstSpec
This is a utility class for CLInstSpec that provides static methods for creation or other purposes.interface
CLInterface
An interface is a kind of classifier that represents a declaration of a set of coherent public features and obligations.interface
CLInterfaceRealization
An interface realization is a specialized realization relationship between a classifier and an interface.interface
CLManifestation
A manifestation is the concrete physical rendering of one or more model elements by an artifact.interface
CLNode
A node is a computational resource which artifacts may be deployed for execution on.interface
CLOperation
An operation is a behavioral feature of a classifier that specifies the name, type, parameters and constraints for invoking an associated behavior.interface
CLParameter
A parameter is a specification of an argument used to pass information into or out of an invocation of a behavioral feature.interface
CLParameterAble
This is a utility class for CLParameterAble that provides static methods for creation or other purposes.interface
CLParameterSet
A parameter set is an element that provides alternative sets of inputs or outputs that a behavior may use.
If a behavior has input parameters that are in a parameter set, any inputs that are not in a parameter set must be streaming.interface
CLPort
A port is a property of a classifier that specifies a distinct interaction point between that classifier and its environment or between the (behavior of the) classifier and its internal parts.interface
CLPrimitiveType
A primitive type defines a predefined data type, without any relevant substructure (it has no parts).interface
CLProperty
A property is a structural feature.interface
CLReception
A reception is a declaration stating that a classifier is prepared to react to the receipt of a signal.interface
CLRoleBinding
interface
CLSignal
A signal is a specification of send request instances communicated between objects.interface
CLSlot
A slot specifies that an entity modeled by an instance specification has a value or values for a specific structural feature.interface
CLStructuredClassifier
This is a utility class for CLStructuredClassifier that provides static methods for creation or other purposes.interface
CLStructureDefinition
interface
CLStructureElement
This is a utility class for CLStructureElement that provides static methods for creation or other purposes.interface
CLStructureEntry
interface
CLStructureGroup
interface
CLSubstitution
A substitution is a relationship between two classifiers and signifies that the substituting classifier complies with the contract specified by the contract classifier.interface
CLTemplateAbleElement
ACLTemplateAbleElement
is an element that can optionally be defined as template and bound to other templates.interface
CLTemplateBinding
interface
CLTemplateParameter
A template parameter exposes a parameter able element as as formal template parameter of a template.interface
CLTemplateParameterAbleClass
interface
CLTemplateParameterSubstitution
A template parameter substitution relates the actual parameter to a formal template parameter as a part of a template.interface
CLUseCase
A use case is the specification of a set of actions performed by a system.interface
CLValueRangeAble
This is a utility class for CLValueRangeAble that provides static methods for creation or other purposes.Methods in de.mid.innovator.srv2api.icw2class with parameters of type ELContainerAble Modifier and Type Method Description static CLArtifact
CLArtifactHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Artifact with template and container.static CLArtifact
CLArtifactHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Artifact with stereotype and container.static CLAssocClass
CLAssocClassHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Association Class with template from source to target element.static CLAssocClass
CLAssocClassHelper. 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 CLAssocClass
CLAssocClassHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Association Class with stereotype from source to target element.static CLAssocClass
CLAssocClassHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, java.util.List<? extends ELElement> seqSel)
Create a new Association Class with stereotype, container and a sequence of elements.static CLAssociation
CLAssociationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Association with template from source to target element.static CLAssociation
CLAssociationHelper. 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 CLAssociation
CLAssociationHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Association with stereotype from source to target element.static CLAssociation
CLAssociationHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, java.util.List<? extends ELElement> seqSel)
Create a new Association with stereotype, container and a sequence of elements.static CLClass
CLClassHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Class with template and container.static CLClass
CLClassHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Class with stereotype and container.static CLClassifierTemplateParameter
CLClassifierTemplateParameterHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Template Parameter with template and container.static CLClassifierTemplateParameter
CLClassifierTemplateParameterHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Template Parameter with stereotype and container.static CLCollaboration
CLCollaborationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Collaboration with template and container.static CLCollaboration
CLCollaborationHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Collaboration with stereotype and container.static CLCollaborationUse
CLCollaborationUseHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Collaboration Use with template and container with requirement.static CLCollaborationUse
CLCollaborationUseHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Collaboration Use with stereotype and container with requirement.static CLCommunicationPath
CLCommunicationPathHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Communication Path with template from source to target element.static CLCommunicationPath
CLCommunicationPathHelper. 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 CLCommunicationPath
CLCommunicationPathHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Communication Path with stereotype from source to target element.static CLCommunicationPath
CLCommunicationPathHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, java.util.List<? extends ELElement> seqSel)
Create a new Communication Path with stereotype, container and a sequence of elements.static CLComponent
CLComponentHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Component with template and container.static CLComponent
CLComponentHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Component with stereotype and container.static CLComponentRealization
CLComponentRealizationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Component Realization with template from source to target element.static CLComponentRealization
CLComponentRealizationHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Component Realization with stereotype from source to target element.static CLConnector
CLConnectorHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Connector with template from source to target element.static CLConnector
CLConnectorHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Connector with stereotype from source to target element.static CLDeployment
CLDeploymentHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Deployment with template from source to target element.static CLDeployment
CLDeploymentHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Deployment with stereotype from source to target element.static CLDeploymentSpec
CLDeploymentSpecHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Deployment Specification with template and container.static CLDeploymentSpec
CLDeploymentSpecHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Deployment Specification with stereotype and container.static CLDevice
CLDeviceHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Device with template and container.static CLDevice
CLDeviceHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Device with stereotype and container.static CLEnumeration
CLEnumerationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Enumeration Type with template and container.static CLEnumeration
CLEnumerationHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Enumeration Type with stereotype and container.static CLEnumLiteral
CLEnumLiteralHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Enumeration Literal with template and container.static CLEnumLiteral
CLEnumLiteralHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Enumeration Literal with stereotype and container.static CLExecEnv
CLExecEnvHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Execution Environment with template and container.static CLExecEnv
CLExecEnvHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Execution Environment with stereotype and container.static CLExtend
CLExtendHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Extend Relationship with template from source to target element.static CLExtend
CLExtendHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Extend Relationship with stereotype from source to target element.static CLExtensionPoint
CLExtensionPointHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Extension Point with template and container.static CLExtensionPoint
CLExtensionPointHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Extension Point with stereotype and container.static CLGeneralization
CLGeneralizationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Generalization with template from source to target element.static CLGeneralization
CLGeneralizationHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Generalization with stereotype from source to target element.static CLInclude
CLIncludeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Include Relationship with template from source to target element.static CLInclude
CLIncludeHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Include Relationship with stereotype from source to target element.static CLInstanceSpecification
CLInstanceSpecificationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Instance Specification with template and container.static CLInstanceSpecification
CLInstanceSpecificationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Instance Specification with template and container with requirement.static CLInstanceSpecification
CLInstanceSpecificationHelper. 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 CLInstanceSpecification
CLInstanceSpecificationHelper. 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 CLInstanceSpecification
CLInstanceSpecificationHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Instance Specification with stereotype and container.static CLInstanceSpecification
CLInstanceSpecificationHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Instance Specification with stereotype and container with requirement.static CLInstanceSpecification
CLInstanceSpecificationHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget, ELElement ohRequirement)
Create a new Instance Specification with stereotype from source to target element with requirement.static CLInstanceSpecification
CLInstanceSpecificationHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, java.util.List<? extends ELElement> seqSel, ELElement ohRequirement)
Create a new Instance Specification with stereotype, container and a sequence of elements with requirement.static CLInterface
CLInterfaceHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Interface with template and container.static CLInterface
CLInterfaceHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Interface with stereotype and container.static CLInterfaceRealization
CLInterfaceRealizationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Interface Realization with template from source to target element.static CLInterfaceRealization
CLInterfaceRealizationHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Interface Realization with stereotype from source to target element.static CLManifestation
CLManifestationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Manifestation with template from source to target element.static CLManifestation
CLManifestationHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Manifestation with stereotype from source to target element.static CLNode
CLNodeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Node with template and container.static CLNode
CLNodeHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Node with stereotype and container.static CLOperation
CLOperationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Operation with template and container.static CLOperation
CLOperationHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Operation with stereotype and container.static CLParameter
CLParameterHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Parameter with template and container.static CLParameter
CLParameterHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Parameter with stereotype and container.static CLParameterSet
CLParameterSetHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Parameter Set with template and container.static CLParameterSet
CLParameterSetHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Parameter Set with stereotype and container.static CLPort
CLPortHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Port with template and container.static CLPort
CLPortHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Port with stereotype and container.static CLPrimitiveType
CLPrimitiveTypeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Primitive Type with template and container.static CLPrimitiveType
CLPrimitiveTypeHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Primitive Type with stereotype and container.static CLProperty
CLPropertyHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Property with template and container.static CLProperty
CLPropertyHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Property with stereotype and container.static CLReception
CLReceptionHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Reception with template and container with requirement.static CLReception
CLReceptionHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Reception with stereotype and container with requirement.static CLRoleBinding
CLRoleBindingHelper. 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 CLRoleBinding
CLRoleBindingHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget, ELElement ohRequirement)
Create a new Role Binding with stereotype from source to target element with requirement.static CLSignal
CLSignalHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Signal with template and container.static CLSignal
CLSignalHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Signal with stereotype and container.static CLSlot
CLSlotHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Slot with template and container with requirement.static CLSlot
CLSlotHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Slot with stereotype and container with requirement.static CLStructureDefinition
CLStructureDefinitionHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Structure Definition with template and container.static CLStructureDefinition
CLStructureDefinitionHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Structure Definition with stereotype and container.static CLStructureEntry
CLStructureEntryHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Structure Entry with template and container.static CLStructureEntry
CLStructureEntryHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Structure Entry with template and container with requirement.static CLStructureEntry
CLStructureEntryHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Structure Entry with stereotype and container.static CLStructureEntry
CLStructureEntryHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Structure Entry with stereotype and container with requirement.static CLStructureGroup
CLStructureGroupHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Structure Group with template and container.static CLStructureGroup
CLStructureGroupHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Structure Group with template and container with requirement.static CLStructureGroup
CLStructureGroupHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Structure Group with stereotype and container.static CLStructureGroup
CLStructureGroupHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Structure Group with stereotype and container with requirement.static CLSubstitution
CLSubstitutionHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Substitution with template from source to target element.static CLSubstitution
CLSubstitutionHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Substitution with stereotype from source to target element.static CLTemplateBinding
CLTemplateBindingHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Template Binding with template from source to target element.static CLTemplateBinding
CLTemplateBindingHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Template Binding with stereotype from source to target element.static CLUseCase
CLUseCaseHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Use Case with template and container.static CLUseCase
CLUseCaseHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Use Case with stereotype and container. -
Uses of ELContainerAble in de.mid.innovator.srv2api.icw2cldia
Subinterfaces of ELContainerAble in de.mid.innovator.srv2api.icw2cldia Modifier and Type Interface Description interface
CLClassDia
The following nodes and edges are typically drawn in a class diagram: Association Aggregation Class Composition Dependency Generalization Interface InterfaceRealization Realizationinterface
CLComponentDia
The following nodes and edges are typically drawn in a component diagram: Component Interface ComponentRealization, InterfaceRealization, Usage Dependencies Class Artifact Portinterface
CLCompositeStructureDia
A composite structure diagram depicts the internal structure of a classifier, as well as the use of a collaboration in a collaboration use.interface
CLDeploymentDia
interface
CLDia
This is a utility class for CLDia that provides static methods for creation or other purposes.interface
CLDiaActorNode
interface
CLDiaAssocEndEdge
interface
CLDiaAssocNode
interface
CLDiaCLNode
interface
CLDiaCnstrLinkEdge
interface
CLDiaCnstrNode
interface
CLDiaCollaborationNode
interface
CLDiaCommPathEdge
interface
CLDiaCompartmentAbleNode
This is a utility class for CLDiaCompartmentAbleNode that provides static methods for creation or other purposes.interface
CLDiaCompartmentContentNode
interface
CLDiaCompartmentNode
interface
CLDiaConnectorEdge
interface
CLDiaConnectorNode
interface
CLDiaElemNode
This is a utility class for CLDiaElemNode that provides static methods for creation or other purposes.interface
CLDiaHierCollaborationNode
interface
CLDiaHierCollaborationUseNode
interface
CLDiaHierCompNode
This is a utility class for CLDiaHierCompNode that provides static methods for creation or other purposes.interface
CLDiaHierCompStructNode
interface
CLDiaHierDeployNode
interface
CLDiaHierNode
This is a utility class for CLDiaHierNode that provides static methods for creation or other purposes.interface
CLDiaHierPartNode
interface
CLDiaHierStructDefinitionNode
interface
CLDiaHierStructEntryNode
interface
CLDiaHierStructGroupNode
interface
CLDiaHierStructNode
This is a utility class for CLDiaHierStructNode that provides static methods for creation or other purposes.interface
CLDiaInstLinkEdge
interface
CLDiaInstLinkNode
interface
CLDiaInstNode
interface
CLDiaMergeAbleEdge
This is a utility class for CLDiaMergeAbleEdge that provides static methods for creation or other purposes.interface
CLDiaMergeAbleNode
This is a utility class for CLDiaMergeAbleNode that provides static methods for creation or other purposes.interface
CLDiaOwnershipEdge
interface
CLDiaOwnershipNode
interface
CLDiaPartEdge
interface
CLDiaPkgNode
interface
CLDiaPortBehaviorEdge
interface
CLDiaPortBehaviorNode
interface
CLDiaPortNode
interface
CLDiaReferenceEdge
interface
CLDiaRelshipLinkEdge
interface
CLDiaRelshipNode
interface
CLDiaReqNode
interface
CLDiaSocketBallEdge
interface
CLDiaSocketBallNode
interface
CLDiaSubjectNode
interface
CLDiaUseCaseNode
interface
CLHierarchyAbleDia
This is a utility class for CLHierarchyAbleDia that provides static methods for creation or other purposes.interface
CLRequirementDia
interface
CLStructureDefinitionDia
interface
CLUseCaseDia
Use case diagrams are a specialization of class diagrams; the classifiers shown are restricted to being either actors or use cases.Methods in de.mid.innovator.srv2api.icw2cldia with parameters of type ELContainerAble Modifier and Type Method Description static CLClassDia
CLClassDiaHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Class Diagram with template and container.static CLClassDia
CLClassDiaHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Class Diagram with stereotype and container.static CLComponentDia
CLComponentDiaHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Component Diagram with template and container.static CLComponentDia
CLComponentDiaHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Component Diagram with stereotype and container.static CLCompositeStructureDia
CLCompositeStructureDiaHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Composite Structure Diagram with template and container.static CLCompositeStructureDia
CLCompositeStructureDiaHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Composite Structure Diagram with stereotype and container.static CLDeploymentDia
CLDeploymentDiaHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Deployment Diagram with template and container.static CLDeploymentDia
CLDeploymentDiaHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Deployment Diagram with stereotype and container.static CLRequirementDia
CLRequirementDiaHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Requirements Diagram with template and container.static CLRequirementDia
CLRequirementDiaHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Requirements Diagram with stereotype and container.static CLStructureDefinitionDia
CLStructureDefinitionDiaHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Structure Diagram with template and container.static CLStructureDefinitionDia
CLStructureDefinitionDiaHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Structure Diagram with stereotype and container.static CLUseCaseDia
CLUseCaseDiaHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Use Case Diagram with template and container.static CLUseCaseDia
CLUseCaseDiaHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Use Case Diagram with stereotype and container. -
Uses of ELContainerAble in de.mid.innovator.srv2api.icw2db
Subinterfaces of ELContainerAble in de.mid.innovator.srv2api.icw2db Modifier and Type Interface Description interface
DBAuthorization
This is a utility class for DBAuthorization that provides static methods for creation or other purposes.interface
DBAuthorizationIdentifier
This is a utility class for DBAuthorizationIdentifier that provides static methods for creation or other purposes.interface
DBCheckConstraint
interface
DBColumn
This is a utility class for DBColumn that provides static methods for creation or other purposes.interface
DBColumnSet
interface
DBConnection
ADBConnection
holds all data needed to connect a real Database System.interface
DBForeignKey
interface
DBGroup
interface
DBIndex
interface
DBIndexedColumn
interface
DBMergedInstance
The merge methods ofDBTable
are creating aDBMergedTable
to keep information which was the assimilated table.interface
DBMergedTable
The merge methods ofDBTable
are creating aDBMergedTable
to keep information which was the assimilated table.interface
DBPackage
ADBPackage
is both aMEPackage
for organizing elements in a tree and aDBSQLObject
for modeling privileges or relationships to other SQL objects.interface
DBPrivilege
interface
DBProcedureExpression
interface
DBRole
interface
DBRoleAuthorization
interface
DBSiblingConstraint
interface
DBSQLGeneric
interface
DBStoredProcedure
interface
DBTable
interface
DBTableColumn
interface
DBTrigger
interface
DBUniqueKey
interface
DBUser
interface
DBView
interface
DBViewColumn
interface
DBViewElement
This is a utility class for DBViewElement that provides static methods for creation or other purposes.interface
DBViewFrom
interface
DBViewSubselectFrom
ADBViewSubselectFrom
of aDBView
points to anDBColumnSet
to use its columns in subselects wihtin expressions.Methods in de.mid.innovator.srv2api.icw2db with parameters of type ELContainerAble Modifier and Type Method Description static DBCheckConstraint
DBCheckConstraintHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new SQL Check Constraint with template and container.static DBCheckConstraint
DBCheckConstraintHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new SQL Check Constraint with stereotype and container.static DBForeignKey
DBForeignKeyHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Foreign Key (of Table) with template and container with requirement.static DBForeignKey
DBForeignKeyHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Foreign Key (of Table) with stereotype and container with requirement.static DBGroup
DBGroupHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Group (in Database System) with template and container.static DBGroup
DBGroupHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Group (in Database System) with stereotype and container.static DBIndexedColumn
DBIndexedColumnHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Indexed Table Column with template and container with requirement.static DBIndexedColumn
DBIndexedColumnHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Indexed Table Column with stereotype and container with requirement.static DBIndex
DBIndexHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Table Index with template and container.static DBIndex
DBIndexHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Table Index with stereotype and container.static DBMergedTable
DBMergedTableHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Merged Table with template and container.static DBMergedTable
DBMergedTableHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Merged Table with stereotype and container.static DBPackage
DBPackageHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Database Object Group with template and container.static DBPackage
DBPackageHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Database Object Group with stereotype and container.static DBPrivilege
DBPrivilegeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Privilege (in Database System) with template and container.static DBPrivilege
DBPrivilegeHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Privilege (in Database System) with stereotype and container.static DBProcedureExpression
DBProcedureExpressionHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Procedure Expression with template and container with requirement.static DBProcedureExpression
DBProcedureExpressionHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Procedure Expression with stereotype and container with requirement.static DBRoleAuthorization
DBRoleAuthorizationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Role Authorization (in Database System) with template and container with requirement.static DBRoleAuthorization
DBRoleAuthorizationHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Role Authorization (in Database System) with stereotype and container with requirement.static DBRole
DBRoleHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Role (in Database System) with template and container.static DBRole
DBRoleHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Role (in Database System) with stereotype and container.static DBSiblingConstraint
DBSiblingConstraintHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Constraint (of disjoint DB Tables) with template and container.static DBSiblingConstraint
DBSiblingConstraintHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Constraint (of disjoint DB Tables) with stereotype and container.static DBSQLGeneric
DBSQLGenericHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Generic SQL with template and container.static DBSQLGeneric
DBSQLGenericHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Generic SQL with stereotype and container.static DBStoredProcedure
DBStoredProcedureHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Stored Procedure with template and container.static DBStoredProcedure
DBStoredProcedureHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Stored Procedure with stereotype and container.static DBTableColumn
DBTableColumnHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Table Column with template and container.static DBTableColumn
DBTableColumnHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Table Column with stereotype and container.static DBTable
DBTableHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Database Table with template and container.static DBTable
DBTableHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Database Table with stereotype and container.static DBTrigger
DBTriggerHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Database Trigger with template and container.static DBTrigger
DBTriggerHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Database Trigger with stereotype and container.static DBUniqueKey
DBUniqueKeyHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Key (in Database Schema) with template and container.static DBUniqueKey
DBUniqueKeyHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Key (in Database Schema) with stereotype and container.static DBUser
DBUserHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new User (in Database System) with template and container.static DBUser
DBUserHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new User (in Database System) with stereotype and container.static DBViewColumn
DBViewColumnHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Column (of Database View) with template and container.static DBViewColumn
DBViewColumnHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Column (of Database View) with stereotype and container.static DBViewFrom
DBViewFromHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new From Clause (in Database View) with template and container with requirement.static DBViewFrom
DBViewFromHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new From Clause (in Database View) with stereotype and container with requirement.static DBView
DBViewHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Database View with template and container.static DBView
DBViewHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Database View with stereotype and container.static DBViewSubselectFrom
DBViewSubselectFromHelper. 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 DBViewSubselectFrom
DBViewSubselectFromHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Subselect From Clause (in Database View) with stereotype and container with requirement.static DBForeignKey
DBForeignKeyHelper. createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Foreign Key (of Table) with template and container with requirement.static DBForeignKey
DBForeignKeyHelper. createAndMaintain(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Foreign Key (of Table) with stereotype and container with requirement.static DBViewColumn
DBViewColumnHelper. createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Column (of Database View) with template and container.static DBViewColumn
DBViewColumnHelper. createAndMaintain(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Column (of Database View) with stereotype and container.static DBViewFrom
DBViewFromHelper. createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new From Clause (in Database View) with template and container with requirement.static DBViewFrom
DBViewFromHelper. createAndMaintain(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new From Clause (in Database View) with stereotype and container with requirement.static java.util.List<DBForeignKey>
DBForeignKeyHelper. createByER(SrvContext srvCtx, ELContainerAble ohDBElement, MENamedElement ohERElement)
This method creates (if possible) aDBForeignKey
for the givenERForeignKey
(ER element) in the givenDBTable
(DB element).static DBSiblingConstraint
DBSiblingConstraintHelper. createByER(SrvContext srvCtx, ELContainerAble ohDBElement, MENamedElement ohERElement)
This method creates aDBSiblingConstraint
for the givenERGeneralizationSet
(ER element) in the givenMEModel
(DB element).static java.util.List<DBTableColumn>
DBTableColumnHelper. createByER(SrvContext srvCtx, ELContainerAble ohDBElement, MENamedElement ohERElement)
This method creates aDBTableColumn
for the givenERAttribute
(ER element) in the givenDBTable
(DB element).
This standard mapping creates aMEMappingDependency
with the attribute as requirement element and with the newly created table column as implementation element.static DBTable
DBTableHelper. createByER(SrvContext srvCtx, ELContainerAble ohDBElement, MENamedElement ohERElement)
static java.util.List<DBUniqueKey>
DBUniqueKeyHelper. createByER(SrvContext srvCtx, ELContainerAble ohDBElement, MENamedElement ohERElement)
This method creates aDBUniqueKey
for the givenERUniqueKey
(ER element) in the givenDBTable
(DB element).
This standard mapping creates aMEMappingDependency
with the ER key as requirement element and with the newly created DB key as implementation element.static DBTableColumn
DBTableColumnHelper. createByUnique(SrvContext srvCtx, ELContainerAble ohContainer, IMProperty ohReferencedProperty)
Creates a foreign key column for a given unique key column. -
Uses of ELContainerAble in de.mid.innovator.srv2api.icw2dbdia
Subinterfaces of ELContainerAble in de.mid.innovator.srv2api.icw2dbdia Modifier and Type Interface Description interface
DBDia
interface
DBDiaCnstrLinkEdge
interface
DBDiaCnstrNode
interface
DBDiaCompartmentContentNode
interface
DBDiaCompartmentNode
interface
DBDiaReferenceEdge
interface
DBDiaTableNode
interface
DBDiaViewNode
Methods in de.mid.innovator.srv2api.icw2dbdia with parameters of type ELContainerAble Modifier and Type Method Description static DBDia
DBDiaHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Database Diagram with template and container.static DBDia
DBDiaHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Database Diagram with stereotype and container. -
Uses of ELContainerAble in de.mid.innovator.srv2api.icw2dg
Subinterfaces of ELContainerAble in de.mid.innovator.srv2api.icw2dg Modifier and Type Interface Description interface
DGAdditionalHeading
An additional structuring chapter in the documentation structure.interface
DGAttachmentChapter
A DGAttachmentChapter is a specialization of a documentation standard chapter.interface
DGChapter
Represents a chapter in a documentation.interface
DGCommand
Represents a documentation command.interface
DGDocuStructureRoot
The root of a documentation structure.interface
DGLink
Represents a usage of a documentation template in a documentation structure.interface
DGPicture
DGPictures are specializations of documentation standard chapters.interface
DGRoot
Represents the root of a documentation.interface
DGSelection
A documentation selection links a documentation structure to layout information such as title page, header information, footer information and documentation configuration.interface
DGStandardChapter
Represents a chapter in the documentation containing information about a model element.interface
DGTableColumn
Reresents a column in a Documentation table.interface
DGTemplate
A template of documentation standard chapters for common usage in documentation structures.interface
DGTreeLink
Represents a usage of a model browser template in a model browser tree.interface
DGTreeStructureRoot
Represents the root of the innovator model browser's detail view window's root.interface
DGTreeTemplate
A template of documentation standard chapters for common usage in model browsers.interface
DGVerifyChapter
A chapter in the documentation containing verification information about a model element.interface
DGViewChapter
DGViewChapters are specializations of documentation standard chapters structuring information about one or more model elements of a specific type. -
Uses of ELContainerAble in de.mid.innovator.srv2api.icw2dm
Subinterfaces of ELContainerAble in de.mid.innovator.srv2api.icw2dm Modifier and Type Interface Description interface
DMBinding
The classDMBinding
is used to model, in anDMInvocation
element, the binding of the called function's formal parameters to values.interface
DMContext
ADMContext
is composed of any number of context entries, which are instances ofDMContextEntry
.interface
DMContextEntry
The classDMContextEntry
is used to model FEEL context entries when a context is modeled as aDMContext
element.interface
DMDecisionRule
The classDMDecisionRule
is used to model the rules in aDMDecisionTable
.interface
DMDecisionTable
The classDMDecisionTable
is used to model a decision table.interface
DMExpression
An important characteristic of decisions and business knowledge models, is that they may contain an expression that describes the logic by which a modeled decision shall be made, or pieces of that logic.interface
DMFunctionDefinition
TheDMFunctionDefinition
that is contained in aDRBusinessKnowledgeModel
element is the reusable module of decision logic that is represented by theDRBusinessKnowledgeModel
element.interface
DMInformationItem
The classDMInformationItem
is used to model variables at the decision logic level in decision models.interface
DMInputClause
The classDMInputClause
is used to model aDMDecisionTable
input.interface
DMInvocation
The classDMInvocation
is used to model invocations as a kind ofDMExpression
.interface
DMList
ADMList
is simply a list of element, which are instances ofDMExpression
.interface
DMLiteralExpression
The classDMLiteralExpression
is used to model a value expression whose value is specified by text in some specified expression language.interface
DMNElement
DMNElement
is the abstract superclass for the decision model elements.interface
DMOutputClause
The classDMOutputClause
is used to model aDMDecisionTable
output.interface
DMRelation
ADMRelation
is convenient shorthand for a list of similar contexts.interface
DMRuleAnnotation
The classDMRuleAnnotation
is used to model the annotations of aDMDecisionRule
.interface
DMRuleAnnotationClause
The classDMRuleAnnotationClause
is used to model aDMDecisionTable
annotation.interface
DMValueRangeRefAble
This is a utility class for DMValueRangeRefAble that provides static methods for creation or other purposes.interface
DRAuthorityRequirement
The classDRAuthorityRequirement
is used to model an authority requirement, as represented by an arrow drawn with dashed line and a filled circular head in a DRD byDRDiaRequirementEdge
.interface
DRBusinessKnowledgeModel
The classDRBusinessKnowledgeModel
is used to model a business knowledge model.interface
DRDecision
The classDRDecision
is used to model a decision.interface
DRDecisionAble
This is a utility class for DRDecisionAble that provides static methods for creation or other purposes.interface
DRDecisionOutputAble
This is a utility class for DRDecisionOutputAble that provides static methods for creation or other purposes.interface
DRDecisionService
interface
DRGElement
DRGElement
is the abstract superclass for all DMN elements that are graphical represented in aDRDecisionRequirementDia
.interface
DRInformationRequirement
The classDRInformationRequirement
is used to model an information requirement, as represented by a plain arrow in a DRD byDRDiaRequirementEdge
.interface
DRInputData
DMN uses the classDRInputData
to model the inputs of aDRDecision
whose values are defined outside of the decision model.interface
DRInvocable
This is a utility class for DRInvocable that provides static methods for creation or other purposes.interface
DRKnowledgeRequirement
The classDRKnowledgeRequirement
is used to model a knowledge requirement, as represented by a dashed arrow in a DRD byDRDiaRequirementEdge
.interface
DRKnowledgeSource
The classDRKnowledgeSource
is used to model authoritative knowledge sources in a decision model.interface
DRRequirement
DRRequirement
is the abstract superclass for all requirements that are graphical represented in aDRDecisionRequirementDia
.Fields in de.mid.innovator.srv2api.icw2dm declared as ELContainerAble Modifier and Type Field Description ELContainerAble
ARG_NewDMExpression. ohContainer
container for the new expressionELContainerAble
ARG_NewDMFunctionDefinition. ohContainer
container for the new invocationELContainerAble
ARG_NewDMInvocation. ohContainer
container for the new invocationELContainerAble
ARG_NewDMLiteralExpressionByFlowTextWithReference. ohContainer
container for the new literal expressionELContainerAble
ARG_NewDMLiteralExpressionByText. ohContainer
container for the new literal expressionMethods in de.mid.innovator.srv2api.icw2dm with parameters of type ELContainerAble Modifier and Type Method Description static DMContext
DMContextHelper. create(SrvContext srvCtx, ELContainerAble ohContainer, boolean isMaintaining)
Creates a newDMContext
as content of the specifiedELContainerAble
.static DMDecisionTable
DMDecisionTableHelper. create(SrvContext srvCtx, ELContainerAble ohContainer, boolean isMaintaining)
Creates a newDMDecisionTable
as content of the specifiedELContainerAble
.static DMFunctionDefinition
DMFunctionDefinitionHelper. create(SrvContext srvCtx, ELContainerAble ohContainer, K_DM_FUNCTION kFunction, boolean isMaintaining)
Creates a newDMFunctionDefinition
as content of the specifiedELContainerAble
.static DMInvocation
DMInvocationHelper. create(SrvContext srvCtx, ELContainerAble ohContainer, DMFunctionDefinition ohCalledFunction, boolean isMaintaining)
static DMList
DMListHelper. create(SrvContext srvCtx, ELContainerAble ohContainer, boolean isMaintaining)
Creates a newDMList
as content of the specifiedELContainerAble
.static DMLiteralExpression
DMLiteralExpressionHelper. create(SrvContext srvCtx, ELContainerAble ohContainer, java.lang.String strText)
Creates a newDMLiteralExpression
with an unformatted text as content of the specifiedELContainerAble
.static DMLiteralExpression
DMLiteralExpressionHelper. create(SrvContext srvCtx, ELContainerAble ohContainer, java.lang.String strText, java.lang.String strFlowText, DMInformationItem ohRef)
Creates a newDMLiteralExpression
with a formatted text and a referencedDMInformationItem
as content of the specifiedELContainerAble
.static DMRelation
DMRelationHelper. create(SrvContext srvCtx, ELContainerAble ohContainer, boolean isMaintaining)
Creates a newDMRelation
as content of the specifiedELContainerAble
.static DRAuthorityRequirement
DRAuthorityRequirementHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Authority Requirement with template from source to target element.static DRAuthorityRequirement
DRAuthorityRequirementHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Authority Requirement with stereotype from source to target element.static DRBusinessKnowledgeModel
DRBusinessKnowledgeModelHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Business Knowledge Model with template and container.static DRBusinessKnowledgeModel
DRBusinessKnowledgeModelHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Business Knowledge Model with stereotype and container.static DRDecision
DRDecisionHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Decision with template and container.static DRDecision
DRDecisionHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Decision with stereotype and container.static DRDecisionService
DRDecisionServiceHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Decision Service with template and container.static DRDecisionService
DRDecisionServiceHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Decision Service with stereotype and container.static DRInformationRequirement
DRInformationRequirementHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Information Requirement with template from source to target element.static DRInformationRequirement
DRInformationRequirementHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Information Requirement with stereotype from source to target element.static DRInputData
DRInputDataHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Input Data with template and container.static DRInputData
DRInputDataHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Input Data with stereotype and container.static DRKnowledgeRequirement
DRKnowledgeRequirementHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Knowledge Requirement with template from source to target element.static DRKnowledgeRequirement
DRKnowledgeRequirementHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Knowledge Requirement with stereotype from source to target element.static DRKnowledgeSource
DRKnowledgeSourceHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Knowledge Source with template and container.static DRKnowledgeSource
DRKnowledgeSourceHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Knowledge Source with stereotype and container.static DRKnowledgeRequirement
DRKnowledgeRequirementHelper. createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Knowledge Requirement with template from source to target element.static DRKnowledgeRequirement
DRKnowledgeRequirementHelper. createAndMaintain(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Knowledge Requirement with stereotype from source to target element.Constructors in de.mid.innovator.srv2api.icw2dm with parameters of type ELContainerAble Constructor Description ARG_NewDMExpression(ELContainerAble ohContainer, boolean isMaintaining)
ARG_NewDMFunctionDefinition(ELContainerAble ohContainer, K_DM_FUNCTION kFunction, boolean isMaintaining)
ARG_NewDMInvocation(ELContainerAble ohContainer, DMFunctionDefinition ohCalledFunction, boolean isMaintaining)
ARG_NewDMLiteralExpressionByFlowTextWithReference(ELContainerAble ohContainer, java.lang.String strText, java.lang.String strFlowText, DMInformationItem ohRef)
ARG_NewDMLiteralExpressionByText(ELContainerAble ohContainer, java.lang.String strText)
-
Uses of ELContainerAble in de.mid.innovator.srv2api.icw2drdia
Subinterfaces of ELContainerAble in de.mid.innovator.srv2api.icw2drdia Modifier and Type Interface Description interface
DRDecisionRequirementDia
TheDRDecisionRequirementDia
displays a Decision Requirement Graph.interface
DRDiaCompartmentContentNode
interface
DRDiaCompartmentNode
interface
DRDiaDecisionNode
ADRDiaDecisionNode
is the graphical representation of aDRDecision
.interface
DRDiaHierServiceNode
interface
DRDiaHierServicePartNode
interface
DRDiaInputDataNode
ADRDiaInputDataNode
is the graphical representation of aDRInputData
.interface
DRDiaKnowledgeNode
ADRDiaKnowledgeNode
is the graphical representation of aDRBusinessKnowledgeModel
.interface
DRDiaKnowledgeSourceNode
ADRDiaKnowledgeSourceNode
is the graphical representation of aDRKnowledgeSource
.interface
DRDiaNode
This is a utility class for DRDiaNode that provides static methods for creation or other purposes.interface
DRDiaRequirementEdge
ADRDiaRequirementEdge
is the graphical representation of aDRAuthorityRequirement
,DRInformationRequirement
orDRKnowledgeRequirement
.interface
DRDiaServiceNode
interface
DRPrintContext
Methods in de.mid.innovator.srv2api.icw2drdia with parameters of type ELContainerAble Modifier and Type Method Description static DRDecisionRequirementDia
DRDecisionRequirementDiaHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Decision Requirements Diagram with template and container.static DRDecisionRequirementDia
DRDecisionRequirementDiaHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Decision Requirements Diagram with stereotype and container. -
Uses of ELContainerAble in de.mid.innovator.srv2api.icw2elem
Subinterfaces of ELContainerAble in de.mid.innovator.srv2api.icw2elem Modifier and Type Interface Description interface
ELAssociation
This is a utility class for ELAssociation that provides static methods for creation or other purposes.interface
ELClassifier
This is a utility class for ELClassifier that provides static methods for creation or other purposes.interface
ELComment
Represents a common comment.interface
ELConstraint
This is a utility class for ELConstraint that provides static methods for creation or other purposes.interface
ELM2Association
This is a utility class for ELM2Association that provides static methods for creation or other purposes.interface
ELM2Attribute
This is a utility class for ELM2Attribute that provides static methods for creation or other purposes.interface
ELM2Class
This is a utility class for ELM2Class that provides static methods for creation or other purposes.interface
ELM2Package
This is a utility class for ELM2Package that provides static methods for creation or other purposes.interface
ELM2Schema
This is a utility class for ELM2Schema that provides static methods for creation or other purposes.interface
ELM2Type
This is a utility class for ELM2Type that provides static methods for creation or other purposes.interface
ELM2TypeBoolean
This is a utility class for ELM2TypeBoolean that provides static methods for creation or other purposes.interface
ELM2TypeDateTime
This is a utility class for ELM2TypeDateTime that provides static methods for creation or other purposes.interface
ELM2TypeEnum
This is a utility class for ELM2TypeEnum that provides static methods for creation or other purposes.interface
ELM2TypeInteger
This is a utility class for ELM2TypeInteger that provides static methods for creation or other purposes.interface
ELM2TypeLong
This is a utility class for ELM2TypeLong that provides static methods for creation or other purposes.interface
ELM2TypeRange
This is a utility class for ELM2TypeRange that provides static methods for creation or other purposes.interface
ELM2TypeString
This is a utility class for ELM2TypeString that provides static methods for creation or other purposes.interface
ELM2TypeVoid
This is a utility class for ELM2TypeVoid that provides static methods for creation or other purposes.interface
ELM2Verify
This is a utility class for ELM2Verify that provides static methods for creation or other purposes.interface
ELMultiplicityAble
This is a utility class for ELMultiplicityAble that provides static methods for creation or other purposes.interface
ELMultiplicityAbleTypedElement
This is a utility class for ELMultiplicityAbleTypedElement that provides static methods for creation or other purposes.interface
ELNamespaceAble
This is a utility class for ELNamespaceAble that provides static methods for creation or other purposes.interface
ELPackage
A package is a namespace for its members and may contain other packages.interface
ELPictureAble
A PictureAble instance may contain a picture.interface
ELPresOptAble
This is a utility class for ELPresOptAble that provides static methods for creation or other purposes.interface
ELProperty
This is a utility class for ELProperty that provides static methods for creation or other purposes.interface
ELProxy
This is a utility class for ELProxy that provides static methods for creation or other purposes.interface
ELStructFeature
This is a utility class for ELStructFeature that provides static methods for creation or other purposes.interface
ELTranslationAble
This is a utility class for ELTranslationAble that provides static methods for creation or other purposes.interface
ELValSpec
This is a utility class for ELValSpec that provides static methods for creation or other purposes.interface
ELValSpecDateTime
interface
ELValSpecELElement
interface
ELValSpecELM2EnumMember
interface
ELValSpecExpression
the specification of an expression.interface
ELValSpecInstVal
interface
ELValSpecInteger
interface
ELValSpecNullValue
interface
ELValSpecOpaqueExpr
interface
ELValSpecString
interface
ELValSpecUnlimNatValue
interface
ELView
This is a utility class for ELView that provides static methods for creation or other purposes.interface
ELViewGroup
This is a utility class for ELViewGroup that provides static methods for creation or other purposes.interface
ELViewGroupAble
This is a utility class for ELViewGroupAble that provides static methods for creation or other purposes.Fields in de.mid.innovator.srv2api.icw2elem declared as ELContainerAble Modifier and Type Field Description ELContainerAble
ARG_ELPackageProperty. objParent
Owner of packageMethods in de.mid.innovator.srv2api.icw2elem with type parameters of type ELContainerAble Modifier and Type Method Description <T extends ELContainerAble>
java.util.List<T>ELContAsgnAble. getOwnerTransitive(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
Recursivly returns all owners of this element.<T extends ELContainerAble>
java.util.List<T>ELContAsgnAble. getOwnerTransitive(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getOwnerTransitive and filters its return values according to the given stereotype value.<T extends ELContainerAble>
java.util.List<T>ELContAsgnAble. getSelfAndOwnerTransitive(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
Returns this element and recursivly returns all owners of this element.<T extends ELContainerAble>
java.util.List<T>ELContAsgnAble. getSelfAndOwnerTransitive(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getSelfAndOwnerTransitive and filters its return values according to the given stereotype value.Methods in de.mid.innovator.srv2api.icw2elem that return ELContainerAble Modifier and Type Method Description ELContainerAble
ELDependency. getClient()
The element dependent on the supplier element.ELContainerAble
ELContAsgnAble. getFirstOwnerWhichIsConformTo(java.lang.Class<? extends ELObject> kind)
The first enclosing owner which is conform to the desired target argument kind.ELContainerAble
ELContAsgnAble. getOwner()
Returns the owner of this element.ELContainerAble
ELContainerAble. getRedirectedModelContainer(MM2Classification refObj)
The container which a new element specified by meta classification is redirected to or this container, if no redirection is found.ELContainerAble
ELRelshipBinDir. getSource()
Element at the source side of this directed relationship.Methods in de.mid.innovator.srv2api.icw2elem with parameters of type ELContainerAble Modifier and Type Method Description boolean
ELContAsgnAble. isTransitiveChildOf(ELContainerAble refObj)
True, if this element is a transitive child of theargument refObj
.boolean
ELM2Class. isValidModelTarget(ELContainerAble refObj)
True, if this element conforms toargument refObj
and this element is a valid container of the provided element.void
ELContAsgnAble. setOwner(ELContainerAble value)
Set the value of Foreign Key Owner.Constructors in de.mid.innovator.srv2api.icw2elem with parameters of type ELContainerAble Constructor Description ARG_ELPackageProperty(ELContainerAble objParent, java.lang.String name, K_VISIBILITY visibility, ELElement objStereotype, java.util.List<ELProxy> seqContainedProxies, java.util.List<ELPackage> seqContainedPackages)
-
Uses of ELContainerAble in de.mid.innovator.srv2api.icw2er
Subinterfaces of ELContainerAble in de.mid.innovator.srv2api.icw2er Modifier and Type Interface Description interface
BI2Cube
In anBI2Cube
, the data is stored redundantly in segments of a multidimensional cube.interface
BI2CubeDimension
ABI2CubeDimension
is an axis of anBI2Cube
and refers to aBI2DimensionTree
to determine the semantics of the axis labeling.interface
BI2CubeDimensionHierarchy
ABI2CubeDimensionHierarchy
indicates whichBI2Hierarchy
is used for the axis labeling of theBI2CubeDimension
.interface
BI2DimensionAttribute
ABI2DimensionAttribute
is a property of aBI2DimensionLevel
and is also used in all hierarchy levels that belong to this dimension level.interface
BI2DimensionIdAttribute
ABI2DimensionIdAttribute
is a kind of aBI2DimensionAttribute
used for item identification.interface
BI2DimensionLevel
ABI2DimensionLevel
describes the semantic of the unit for which the data is collected.interface
BI2DimensionPrecedence
ABI2DimensionPrecedence
between twoBI2DimensionLevel
dimensional levels means that the upper level provides the aggregated data to the lower level.interface
BI2DimensionShowAttribute
ABI2DimensionIdAttribute
is a kind of aBI2DimensionAttribute
used for providing the data.interface
BI2DimensionSortAttribute
ABI2DimensionIdAttribute
is a kind of aBI2DimensionAttribute
used for sorting.interface
BI2DimensionTree
ABI2DimensionTree
is a quasi-hierarchy that describes the levels in which the data is aggregated.interface
BI2Hierarchy
ABI2Hierarchy
is a path in aBI2DimensionTree
through which the data is collected in aggregated form.interface
BI2HierarchyLevel
ABI2HierarchyLevel
is the use of aBI2DimensionLevel
in aBI2Hierarchy
and thus indirectly the use of theERAttributeSet
assigned to the dimension level.interface
BI2MeasurementTime
ABI2MeasurementTime
defines the rule, at which point of time the data is determined.interface
BIHierarchy
Deprecated: Use the BI2 classes for the 2nd generation procedure.interface
BIHierarchyAttribute
Deprecated: Use the BI2 classes for the 2nd generation procedure.interface
BIHierarchyLevel
Deprecated: Use the BI2 classes for the 2nd generation procedure.interface
BIHierarchyRole
Deprecated: Use the BI2 classes for the 2nd generation procedure.interface
BIHierarchySortAttribute
Deprecated: Use the BI2 classes for the 2nd generation procedure.interface
ERAttribute
AnERAttribute
is a property of anEREntity
.interface
ERAttributeSet
interface
ERCheckConstraint
AERCheckConstraint
describes the value consistency of the attributes.interface
EREntity
AnEREntity
as part of the Entity Relationship Model is specified by its attributes and its relationships to other entities.interface
ERForeignKey
interface
ERGeneralization
AERGeneralization
is a special relationship between two entities.interface
ERGeneralizationSet
AERGeneralizationSet
is a collection of generalization relationships to specify disjoint and covering instance sets of the specialization entities.interface
ERRelationship
interface
ERRole
interface
ERUniqueKey
interface
ERUsedAttribute
interface
ERView
AERView
to the Entity Relationship Model builds a table by joining and filtering the selected attributes.interface
ERViewAttribute
AnERViewAttribute
describes a column of anERView
.interface
ERViewElement
interface
ERViewFrom
AERViewFrom
of aERView
points to anERAttributeSet
to use its attributes for viewing or filtering.interface
ERViewSubselectFrom
AERViewSubselectFrom
of aERView
points to anERAttributeSet
to use its attributes in subselects wihtin expressions.Methods in de.mid.innovator.srv2api.icw2er with parameters of type ELContainerAble Modifier and Type Method Description static BI2CubeDimension
BI2CubeDimensionHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Cube Dimension (OLAP 2) with template and container with requirement.static BI2CubeDimension
BI2CubeDimensionHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Cube Dimension (OLAP 2) with stereotype and container with requirement.static BI2CubeDimensionHierarchy
BI2CubeDimensionHierarchyHelper. 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 BI2CubeDimensionHierarchy
BI2CubeDimensionHierarchyHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Cube Dimension Hierarchy Usage (OLAP 2) with stereotype and container with requirement.static BI2Cube
BI2CubeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Cube (OLAP 2) with template and container.static BI2Cube
BI2CubeHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Cube (OLAP 2) with stereotype and container.static BI2DimensionIdAttribute
BI2DimensionIdAttributeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Identification Attribute (in OLAP 2 Dimension Level) with template and container.static BI2DimensionIdAttribute
BI2DimensionIdAttributeHelper. 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 BI2DimensionIdAttribute
BI2DimensionIdAttributeHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Identification Attribute (in OLAP 2 Dimension Level) with stereotype and container.static BI2DimensionIdAttribute
BI2DimensionIdAttributeHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Identification Attribute (in OLAP 2 Dimension Level) with stereotype and container with requirement.static BI2DimensionLevel
BI2DimensionLevelHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Dimension Level (OLAP 2) with template and container.static BI2DimensionLevel
BI2DimensionLevelHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Dimension Level (OLAP 2) with template and container with requirement.static BI2DimensionLevel
BI2DimensionLevelHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Dimension Level (OLAP 2) with stereotype and container.static BI2DimensionLevel
BI2DimensionLevelHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Dimension Level (OLAP 2) with stereotype and container with requirement.static BI2DimensionPrecedence
BI2DimensionPrecedenceHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Dimension Precedence (OLAP 2) with template from source to target element.static BI2DimensionPrecedence
BI2DimensionPrecedenceHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Dimension Precedence (OLAP 2) with stereotype from source to target element.static BI2DimensionShowAttribute
BI2DimensionShowAttributeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Show Attribute (in OLAP 2 Dimension Level) with template and container.static BI2DimensionShowAttribute
BI2DimensionShowAttributeHelper. 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 BI2DimensionShowAttribute
BI2DimensionShowAttributeHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Show Attribute (in OLAP 2 Dimension Level) with stereotype and container.static BI2DimensionShowAttribute
BI2DimensionShowAttributeHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Show Attribute (in OLAP 2 Dimension Level) with stereotype and container with requirement.static BI2DimensionSortAttribute
BI2DimensionSortAttributeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Sort Attribute (in OLAP 2 Dimension Level) with template and container.static BI2DimensionSortAttribute
BI2DimensionSortAttributeHelper. 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 BI2DimensionSortAttribute
BI2DimensionSortAttributeHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Sort Attribute (in OLAP 2 Dimension Level) with stereotype and container.static BI2DimensionSortAttribute
BI2DimensionSortAttributeHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Sort Attribute (in OLAP 2 Dimension Level) with stereotype and container with requirement.static BI2DimensionTree
BI2DimensionTreeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Dimension (OLAP 2) with template and container.static BI2DimensionTree
BI2DimensionTreeHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Dimension (OLAP 2) with stereotype and container.static BI2Hierarchy
BI2HierarchyHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Hierarchy (OLAP 2) with template and container.static BI2Hierarchy
BI2HierarchyHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Hierarchy (OLAP 2) with stereotype and container.static BI2HierarchyLevel
BI2HierarchyLevelHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Hierarchy Level (OLAP 2) with template and container with requirement.static BI2HierarchyLevel
BI2HierarchyLevelHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Hierarchy Level (OLAP 2) with stereotype and container with requirement.static BI2MeasurementTime
BI2MeasurementTimeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Measurement Time with template and container.static BI2MeasurementTime
BI2MeasurementTimeHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Measurement Time with stereotype and container.static BIHierarchyAttribute
BIHierarchyAttributeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Attribute (in OLAP Hierarchy Level) with template and container with requirement.static BIHierarchyAttribute
BIHierarchyAttributeHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Attribute (in OLAP Hierarchy Level) with stereotype and container with requirement.static BIHierarchy
BIHierarchyHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Hierarchy (OLAP) with template and container.static BIHierarchy
BIHierarchyHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Hierarchy (OLAP) with stereotype and container.static BIHierarchyLevel
BIHierarchyLevelHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Hierarchy Level (OLAP) with template and container with requirement.static BIHierarchyLevel
BIHierarchyLevelHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Hierarchy Level (OLAP) with stereotype and container with requirement.static BIHierarchyRole
BIHierarchyRoleHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Role (in OLAP Hierarchy) with template from source to target element.static BIHierarchyRole
BIHierarchyRoleHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Role (in OLAP Hierarchy) with stereotype from source to target element.static BIHierarchySortAttribute
BIHierarchySortAttributeHelper. 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 BIHierarchySortAttribute
BIHierarchySortAttributeHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Sorting Attribute (in OLAP Hierarchy Level) with stereotype and container with requirement.static ERAttribute
ERAttributeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Entity Attribute with template and container.static ERAttribute
ERAttributeHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Entity Attribute with stereotype and container.static ERCheckConstraint
ERCheckConstraintHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Check Constraint with template and container.static ERCheckConstraint
ERCheckConstraintHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Check Constraint with stereotype and container.static EREntity
EREntityHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Entity with template and container.static EREntity
EREntityHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Entity with stereotype and container.static ERForeignKey
ERForeignKeyHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Foreign Key (of Entity) with template and container with requirement.static ERForeignKey
ERForeignKeyHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Foreign Key (of Entity) with stereotype and container with requirement.
Innovator comfort: after creating the foreign key, the maintain method will be executed.static ERGeneralization
ERGeneralizationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Generalization (of Entities) with template from source to target element.static ERGeneralization
ERGeneralizationHelper. 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 ERGeneralization
ERGeneralizationHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Generalization (of Entities) with stereotype from source to target element.
If the target element is an entity, a new generalization set will be created.static ERGeneralization
ERGeneralizationHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget, ELElement ohRequirement)
Create a new Generalization (of Entities) with stereotype from source to target element with requirement.
If the target element is an entity, a new generalization set will be created.static ERGeneralizationSet
ERGeneralizationSetHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Generalization Set (of Entity) with template and container.static ERGeneralizationSet
ERGeneralizationSetHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Generalization Set (of Entity) with stereotype and container.static ERRelationship
ERRelationshipHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Entity Relationship with template from source to target element.static ERRelationship
ERRelationshipHelper. 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 ERRelationship
ERRelationshipHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Entity Relationship with stereotype from source to target element.static ERRelationship
ERRelationshipHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, java.util.List<? extends ELElement> seqSel)
Create a new Entity Relationship with stereotype, container and a sequence of elements.static ERUniqueKey
ERUniqueKeyHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Unique Key with template and container.static ERUniqueKey
ERUniqueKeyHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Unique Key with stereotype and container.static ERViewAttribute
ERViewAttributeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Attribute (of Entity-Relationship View) with template and container.static ERViewAttribute
ERViewAttributeHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Attribute (of Entity-Relationship View) with stereotype and container.static ERViewFrom
ERViewFromHelper. 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 ERViewFrom
ERViewFromHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new From Clause (in Entity-Relationship View) with stereotype and container with requirement.static ERView
ERViewHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new View (of Entity-Relationship Model) with template and container.static ERView
ERViewHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new View (of Entity-Relationship Model) with stereotype and container.static ERViewSubselectFrom
ERViewSubselectFromHelper. 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 ERViewSubselectFrom
ERViewSubselectFromHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Subselect From Clause (in Entity-Relationship View) with stereotype and container with requirement.static BI2CubeDimension
BI2CubeDimensionHelper. createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Cube Dimension (OLAP 2) with template and container with requirement.static BI2CubeDimension
BI2CubeDimensionHelper. createAndMaintain(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Cube Dimension (OLAP 2) with stereotype and container with requirement.static BI2CubeDimensionHierarchy
BI2CubeDimensionHierarchyHelper. 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 BI2CubeDimensionHierarchy
BI2CubeDimensionHierarchyHelper. createAndMaintain(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Cube Dimension Hierarchy Usage (OLAP 2) with stereotype and container with requirement.static BI2DimensionLevel
BI2DimensionLevelHelper. createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Dimension Level (OLAP 2) with template and container.static BI2DimensionLevel
BI2DimensionLevelHelper. createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Dimension Level (OLAP 2) with template and container with requirement.static BI2DimensionLevel
BI2DimensionLevelHelper. createAndMaintain(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Dimension Level (OLAP 2) with stereotype and container.static BI2DimensionLevel
BI2DimensionLevelHelper. createAndMaintain(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Dimension Level (OLAP 2) with stereotype and container with requirement.static BI2DimensionPrecedence
BI2DimensionPrecedenceHelper. createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Dimension Precedence (OLAP 2) with template from source to target element.static BI2DimensionPrecedence
BI2DimensionPrecedenceHelper. createAndMaintain(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Dimension Precedence (OLAP 2) with stereotype from source to target element.static BI2Hierarchy
BI2HierarchyHelper. createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Hierarchy (OLAP 2) with template and container.static BI2Hierarchy
BI2HierarchyHelper. createAndMaintain(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Hierarchy (OLAP 2) with stereotype and container.static BI2HierarchyLevel
BI2HierarchyLevelHelper. createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Hierarchy Level (OLAP 2) with template and container with requirement.static BI2HierarchyLevel
BI2HierarchyLevelHelper. createAndMaintain(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Hierarchy Level (OLAP 2) with stereotype and container with requirement.static BIHierarchyLevel
BIHierarchyLevelHelper. createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Hierarchy Level (OLAP) with template and container with requirement.static BIHierarchyLevel
BIHierarchyLevelHelper. createAndMaintain(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Hierarchy Level (OLAP) with stereotype and container with requirement.static BIHierarchyRole
BIHierarchyRoleHelper. createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Role (in OLAP Hierarchy) with template from source to target element.static BIHierarchyRole
BIHierarchyRoleHelper. createAndMaintain(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Role (in OLAP Hierarchy) with stereotype from source to target element.static ERForeignKey
ERForeignKeyHelper. createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Foreign Key (of Entity) with template and container with requirement.static ERForeignKey
ERForeignKeyHelper. createAndMaintain(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Foreign Key (of Entity) with stereotype and container with requirement.static ERGeneralization
ERGeneralizationHelper. createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Generalization (of Entities) with template from source to target element.static ERGeneralization
ERGeneralizationHelper. 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 ERGeneralization
ERGeneralizationHelper. createAndMaintain(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Generalization (of Entities) with stereotype from source to target element.static ERGeneralization
ERGeneralizationHelper. createAndMaintain(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget, ELElement ohRequirement)
Create a new Generalization (of Entities) with stereotype from source to target element with requirement.static ERRelationship
ERRelationshipHelper. createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Entity Relationship with template from source to target element.static ERRelationship
ERRelationshipHelper. 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 ERRelationship
ERRelationshipHelper. createAndMaintain(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Entity Relationship with stereotype from source to target element.static ERRelationship
ERRelationshipHelper. createAndMaintain(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, java.util.List<? extends ELElement> seqSel)
Create a new Entity Relationship with stereotype, container and a sequence of elements.static ERUniqueKey
ERUniqueKeyHelper. createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Unique Key with template and container.static ERUniqueKey
ERUniqueKeyHelper. createAndMaintain(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Unique Key with stereotype and container.static ERViewAttribute
ERViewAttributeHelper. createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Attribute (of Entity-Relationship View) with template and container.static ERViewAttribute
ERViewAttributeHelper. createAndMaintain(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Attribute (of Entity-Relationship View) with stereotype and container.static ERViewFrom
ERViewFromHelper. createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new From Clause (in Entity-Relationship View) with template and container with requirement.static ERViewFrom
ERViewFromHelper. createAndMaintain(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new From Clause (in Entity-Relationship View) with stereotype and container with requirement.static ERAttribute
ERAttributeHelper. createByUnique(SrvContext srvCtx, ELContainerAble ohContainer, IMProperty ohReferencedProperty)
Creates a foreign key attribute for a given unique key attribute. -
Uses of ELContainerAble in de.mid.innovator.srv2api.icw2erdia
Methods in de.mid.innovator.srv2api.icw2erdia with parameters of type ELContainerAble Modifier and Type Method Description static ERDiaAll
ERDiaAllHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Entity-Relationship Diagram with template and container.static ERDiaAll
ERDiaAllHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Entity-Relationship Diagram with stereotype and container. -
Uses of ELContainerAble in de.mid.innovator.srv2api.icw2gc
Subinterfaces of ELContainerAble in de.mid.innovator.srv2api.icw2gc Modifier and Type Interface Description interface
GCConcept
A concept is a generic modeling construct which may be realized by different model elements.interface
GCConceptConnection
The directed connection between two concepts.interface
GCConceptRealization
The realization of a concept by another model element.Methods in de.mid.innovator.srv2api.icw2gc with parameters of type ELContainerAble Modifier and Type Method Description static GCConceptConnection
GCConceptConnectionHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Concept Connection with template from source to target element.static GCConceptConnection
GCConceptConnectionHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Concept Connection with stereotype from source to target element.static GCConcept
GCConceptHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Concept with template and container.static GCConcept
GCConceptHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Concept with stereotype and container.static GCConceptRealization
GCConceptRealizationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Concept Realization with template from source to target element.static GCConceptRealization
GCConceptRealizationHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Concept Realization with stereotype from source to target element. -
Uses of ELContainerAble in de.mid.innovator.srv2api.icw2gcdia
Subinterfaces of ELContainerAble in de.mid.innovator.srv2api.icw2gcdia Modifier and Type Interface Description interface
GCDia
interface
GCDiaConceptEdge
interface
GCDiaConceptNode
Fields in de.mid.innovator.srv2api.icw2gcdia declared as ELContainerAble Modifier and Type Field Description ELContainerAble
ARG_GCDiaCreateAddConceptForRealizingElement. ohContainer
The diagram or the parent nodeMethods in de.mid.innovator.srv2api.icw2gcdia with parameters of type ELContainerAble Modifier and Type Method Description static GCDia
GCDiaHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Concept Diagram with template and container.static GCDia
GCDiaHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Concept Diagram with stereotype and container.GCDiaConceptNode
GCDia. createAddConceptForRealizingElement(MEStereotypeAble ohElement, ELContainerAble ohContainer, java.awt.Point position, boolean isOffsetPosition, java.awt.Point size, K_ORIENTATION orientation, boolean isCreate)
Constructors in de.mid.innovator.srv2api.icw2gcdia with parameters of type ELContainerAble Constructor Description ARG_GCDiaCreateAddConceptForRealizingElement(MEStereotypeAble ohElement, ELContainerAble ohContainer, java.awt.Point position, boolean isOffsetPosition, java.awt.Point size, K_ORIENTATION orientation, boolean isCreate)
-
Uses of ELContainerAble in de.mid.innovator.srv2api.icw2ia
Subinterfaces of ELContainerAble in de.mid.innovator.srv2api.icw2ia Modifier and Type Interface Description interface
IAActionExecSpec
ActionExecutionSpecification is a kind of ExecutionSpecification that represents the execution of an action.interface
IAAlt
The interactionOperator 'alt' designates that the CombinedFragment represents a choice of behavior.interface
IAAssert
The interactionOperator 'assert' designates that the CombinedFragment represents an assertion.interface
IABehaviorExecSpec
BehaviorExecutionSpecification is a kind of ExecutionSpecification that represents the execution of a behavior.interface
IABreak
The interactionOperator 'break' designates that the CombinedFragment represents a breaking scenario in the sense that the operand is a scenario that is performed instead of the remainder of the enclosing InteractionFragment.interface
IACallMessage
The message is generated by a call to an operation.interface
IACombined
A combined fragment defines an expression of interaction fragments.interface
IAConsider
The interactionOperator 'consider' designates which messages should be considered within this combined fragment.interface
IAConstraint
An InteractionConstraint is a Boolean expression that guards an operand in a CombinedFragment.interface
IAContinuation
A Continuation is a syntactic way to define continuations of different branches of an Alternative CombinedFragment.interface
IACreateMessage
The message that designates the creation of another lifeline object.interface
IACritical
The interactionOperator 'critical' designates that the CombinedFragment represents a critical region.interface
IADestructMessage
The message that designates the termination of another lifeline.interface
IAExecOccSpec
interface
IAExecSpec
An ExecutionSpecification is a specification of the execution of a unit of behavior or action within the lifeline.interface
IAFragment
InteractionFragment is an abstract notion of the most general interaction unit.interface
IAGate
A gate is a connection point for relating a message outside an InteractionFragment with a message inside an InteractionFragment.interface
IAIgnore
The interacionOperator 'ignore' designates that there are some message types that are not shown within this combined fragment.interface
IAInteraction
An interaction is a unit of behavior that focuses on the observable exchange of information between ConnectAbleElements.interface
IALifeline
A lifeline represents an individual participant in the iteraction.interface
IALoop
The interactionOperator 'loop' designates that the CombinedFragment represents a loop.interface
IALostAndFound
interface
IAMessage
A message is a NamedElement that defines one specific kind of communication in an interaction.interface
IAMessageEnd
A MessageEnd is an abstract NamedElement that represents what can occur at the end of a message.interface
IAMessageOccSpec
Specifies the occurrence of message events, such as sending and receiving of signals or invoking or receiving of operation calls.interface
IANeg
The interactionOperator 'neg' designates that the CombinedFragment represents traces that are defined to be invalid.interface
IAOccSpec
An OccurrenceSpecification is the basic semantic unit of interactions.interface
IAOperand
An InteractionOperand is contained in a CombinedFragment.interface
IAOpt
The interactionOperator 'opt' designates that the CombinedFragment represents a choice of behavior where either the (sole) operand happens or nothing happens.interface
IAOrdering
A GeneralOrdering represents a binary relation between two OccurrenceSpecifications to describe that one OccurrenceSpecification must occur before the other in a valid trace.interface
IAPar
The interactionOperator 'par' designates that the CombinedFragment represents a parallel merge between the behaviors of the operands.interface
IAReplyMessage
The message is a reply message to an operation call.interface
IASeq
The interactionOperator 'seq' designates that the CombinedFragment represents a weak sequencing between the behaviors of the operands.interface
IASignalMessage
The message was generated by the asynchronous sending of a signal.interface
IAStateInvariant
A StateInvariant is a runtime constraint on the participants of the interaction.interface
IAStrict
The interactionOperator 'strict' designates that the CombinedFragment represents a strict sequencing between the behaviors of the operands.interface
IAUse
An InteractionUse refers to an interaction.Methods in de.mid.innovator.srv2api.icw2ia with parameters of type ELContainerAble Modifier and Type Method Description static IAActionExecSpec
IAActionExecSpecHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Action Execution Specification with template and container with requirement.static IAActionExecSpec
IAActionExecSpecHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Action Execution Specification with stereotype and container with requirement.static IAAlt
IAAltHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Alternative with template and container.static IAAlt
IAAltHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Alternative with stereotype and container.static IAAssert
IAAssertHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Assertion with template and container.static IAAssert
IAAssertHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Assertion with stereotype and container.static IABehaviorExecSpec
IABehaviorExecSpecHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Behavior Execution Specification with template and container.static IABehaviorExecSpec
IABehaviorExecSpecHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Behavior Execution Specification with template and container with requirement.static IABehaviorExecSpec
IABehaviorExecSpecHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Behavior Execution Specification with stereotype and container.static IABehaviorExecSpec
IABehaviorExecSpecHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Behavior Execution Specification with stereotype and container with requirement.static IABreak
IABreakHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Break with template and container.static IABreak
IABreakHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Break with stereotype and container.static IACallMessage
IACallMessageHelper. 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 IACallMessage
IACallMessageHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget, ELElement ohRequirement)
Create a new Call Message with stereotype from source to target element with requirement.static IAConsider
IAConsiderHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Consider with template and container.static IAConsider
IAConsiderHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Consider with stereotype and container.static IAConstraint
IAConstraintHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Interaction Constraint with template and container.static IAConstraint
IAConstraintHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Interaction Constraint with stereotype and container.static IAContinuation
IAContinuationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Continuation with template and container.static IAContinuation
IAContinuationHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Continuation with stereotype and container.static IACreateMessage
IACreateMessageHelper. 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 IACreateMessage
IACreateMessageHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget, ELElement ohRequirement)
Create a new Create Message with stereotype from source to target element with requirement.static IACritical
IACriticalHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Critical Region with template and container.static IACritical
IACriticalHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Critical Region with stereotype and container.static IADestructMessage
IADestructMessageHelper. 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 IADestructMessage
IADestructMessageHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget, ELElement ohRequirement)
Create a new Destruction Message with stereotype from source to target element with requirement.static IAIgnore
IAIgnoreHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Ignore with template and container.static IAIgnore
IAIgnoreHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Ignore with stereotype and container.static IAInteraction
IAInteractionHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Interaction with template and container.static IAInteraction
IAInteractionHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Interaction with stereotype and container.static IALifeline
IALifelineHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Lifeline with template and container with requirement.static IALifeline
IALifelineHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Lifeline with stereotype and container with requirement.static IALoop
IALoopHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Loop with template and container.static IALoop
IALoopHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Loop with stereotype and container.static IALostAndFound
IALostAndFoundHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Lost and Found with template and container.static IALostAndFound
IALostAndFoundHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Lost and Found with stereotype and container.static IANeg
IANegHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Negative with template and container.static IANeg
IANegHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Negative with stereotype and container.static IAOpt
IAOptHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Option with template and container.static IAOpt
IAOptHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Option with stereotype and container.static IAOrdering
IAOrderingHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new General Ordering with template from source to target element.static IAOrdering
IAOrderingHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new General Ordering with stereotype from source to target element.static IAPar
IAParHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Parallel with template and container.static IAPar
IAParHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Parallel with stereotype and container.static IAReplyMessage
IAReplyMessageHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Reply Message with template and container.static IAReplyMessage
IAReplyMessageHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Reply Message with stereotype and container.static IASeq
IASeqHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Weak Sequencing with template and container.static IASeq
IASeqHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Weak Sequencing with stereotype and container.static IASignalMessage
IASignalMessageHelper. 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 IASignalMessage
IASignalMessageHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget, ELElement ohRequirement)
Create a new Signal Message with stereotype from source to target element with requirement.static IAStateInvariant
IAStateInvariantHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new State Invariant with template and container.static IAStateInvariant
IAStateInvariantHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new State Invariant with stereotype and container.static IAStrict
IAStrictHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Strict Sequencing with template and container.static IAStrict
IAStrictHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Strict Sequencing with stereotype and container.static IAUse
IAUseHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Interaction Use with template and container with requirement.static IAUse
IAUseHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Interaction Use with stereotype and container with requirement. -
Uses of ELContainerAble in de.mid.innovator.srv2api.icw2im
Subinterfaces of ELContainerAble in de.mid.innovator.srv2api.icw2im Modifier and Type Interface Description interface
IMAssociation
Association between two classifiers.interface
IMClassifier
Classifier within an Information Management Model.interface
IMCLDataType
This abstract type combines the behavior ofIMSemanticDataType
andCLDataType
.interface
IMConstraint
This is a utility class for IMConstraint that provides static methods for creation or other purposes.interface
IMConstraintAssign
interface
IMDataType
This is a utility class for IMDataType that provides static methods for creation or other purposes.interface
IMDataTypeDefinition
A type which describes the concrete storage characteristic within a type system.interface
IMFeature
This is a utility class for IMFeature that provides static methods for creation or other purposes.interface
IMForeignKeyAble
This is a utility class for IMForeignKeyAble that provides static methods for creation or other purposes.interface
IMGeneralization
This is a utility class for IMGeneralization that provides static methods for creation or other purposes.interface
IMGeneralizationSet
This is a utility class for IMGeneralizationSet that provides static methods for creation or other purposes.interface
IMIndex
This is a utility class for IMIndex that provides static methods for creation or other purposes.interface
IMIndexedFeature
This is a utility class for IMIndexedFeature that provides static methods for creation or other purposes.interface
IMKey
This is a utility class for IMKey that provides static methods for creation or other purposes.interface
IMKeyFeature
This is a utility class for IMKeyFeature that provides static methods for creation or other purposes.interface
IMKeyRelationship
This is a utility class for IMKeyRelationship that provides static methods for creation or other purposes.interface
IMKeyRelationshipFeature
interface
IMProcedure
This is a utility class for IMProcedure that provides static methods for creation or other purposes.interface
IMProcedureExpression
This is a utility class for IMProcedureExpression that provides static methods for creation or other purposes.interface
IMProcedureExpressionAble
This is a utility class for IMProcedureExpressionAble that provides static methods for creation or other purposes.interface
IMProperty
This is a utility class for IMProperty that provides static methods for creation or other purposes.interface
IMSemanticDataType
A type which describes the semantic of its stored value.interface
IMSequence
Subclass ofIMSemanticDataType
with automatic unique value.interface
IMStructuralFeature
This is a utility class for IMStructuralFeature that provides static methods for creation or other purposes.interface
IMTrigger
This is a utility class for IMTrigger that provides static methods for creation or other purposes.interface
IMUniqueKey
This is a utility class for IMUniqueKey that provides static methods for creation or other purposes.interface
IMUniqueKeyFeature
interface
IMView
This is a utility class for IMView that provides static methods for creation or other purposes.interface
IMViewElement
The common behavier of view elements is the assignment of used features.interface
IMViewFrom
This is a utility class for IMViewFrom that provides static methods for creation or other purposes.interface
IMViewSubselectFrom
This is a utility class for IMViewSubselectFrom that provides static methods for creation or other purposes.Fields in de.mid.innovator.srv2api.icw2im declared as ELContainerAble Modifier and Type Field Description ELContainerAble
ARG_CreateForeignProperty. ohContainer
Container of the new elementMethods in de.mid.innovator.srv2api.icw2im with parameters of type ELContainerAble Modifier and Type Method Description static IMCLDataType
IMCLDataTypeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Data Type with template and container.static IMCLDataType
IMCLDataTypeHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Data Type with stereotype and container.static IMSequence
IMSequenceHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Sequence Type with template and container.static IMSequence
IMSequenceHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Sequence Type with stereotype and container.static IMUniqueKeyFeature
IMUniqueKeyFeatureHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Unique Key Feature with template and container with requirement.static IMUniqueKeyFeature
IMUniqueKeyFeatureHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Unique Key Feature with stereotype and container with requirement.static IMUniqueKeyFeature
IMUniqueKeyFeatureHelper. createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Unique Key Feature with template and container with requirement.static IMUniqueKeyFeature
IMUniqueKeyFeatureHelper. createAndMaintain(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Unique Key Feature with stereotype and container with requirement.static IMCLDataType
IMCLDataTypeHelper. createByER(SrvContext srvCtx, ELContainerAble ohDBElement, MENamedElement ohERElement)
This method creates aIMCLDataType
for the given data type (ER element) in the givenMEModel
(DB element).
This standard mapping creates aMEMappingDependency
with the given type as requirement element and with the newly created type as implementation element.static java.util.List<IMKeyRelationshipFeature>
IMKeyRelationshipFeatureHelper. createByER(SrvContext srvCtx, ELContainerAble ohDBElement, MENamedElement ohERElement)
This method creates an analogIMKeyRelationshipFeature
for the given ER element in the givenDBForeignKey
(DB element).static IMSequence
IMSequenceHelper. createByER(SrvContext srvCtx, ELContainerAble ohDBElement, MENamedElement ohERElement)
This method creates aIMSequence
for the given sequence type.static java.util.List<IMUniqueKeyFeature>
IMUniqueKeyFeatureHelper. createByER(SrvContext srvCtx, ELContainerAble ohDBElement, MENamedElement ohERElement)
This method creates an analogIMUniqueKeyFeature
for the given ER element in the givenDBUniqueKey
(DB element).Constructors in de.mid.innovator.srv2api.icw2im with parameters of type ELContainerAble Constructor Description ARG_CreateForeignProperty(ELContainerAble ohContainer, IMProperty ohReferencedProperty)
-
Uses of ELContainerAble in de.mid.innovator.srv2api.icw2imdia
Subinterfaces of ELContainerAble in de.mid.innovator.srv2api.icw2imdia Modifier and Type Interface Description interface
IMDia
interface
IMDiaAssocNode
Association node in anIMDia
if the association is represented by three grafical elements, one node and two edges for their association ends.interface
IMDiaClassifierNode
Classifier node in anIMDia
.interface
IMDiaCnstrLinkEdge
Edge in anIMDia
between anIMDiaCnstrNode
and the constrained element.interface
IMDiaCnstrNode
Constraint Node in anIMDia
.interface
IMDiaCompartmentContentNode
Compartement entry in aIMDiaCompartmentNode
.interface
IMDiaCompartmentNode
Compartement in aIMDiaClassifierNode
.interface
IMDiaEdge
Edge in anIMDia
.interface
IMDiaGeneralizationSetNode
Node of aIMGeneralizationSet
in anIMDia
.interface
IMDiaHierNode
This is a utility class for IMDiaHierNode that provides static methods for creation or other purposes. -
Uses of ELContainerAble in de.mid.innovator.srv2api.icw2meta
Subinterfaces of ELContainerAble in de.mid.innovator.srv2api.icw2meta Modifier and Type Interface Description interface
ADApplicationConfiguration
interface
ADBranch
interface
ADChangeSet
The currently active change set of the assigned users.interface
ADConfigTranslation
interface
ADCSInstance
Represents a instance in the context of a change set log.interface
ADCSOperation
interface
ADHistoryAble
Element which owns history information.interface
ADLockAble
Elements which can be locked by a user.interface
ADLogin
Represents a single login for a user.interface
ADLoginAble
Elements which can create a login.interface
ADMdlAdmin
Represents the model administrator.interface
ADMdlGuest
Represents a guest for login to a model.interface
ADMdlUser
Represents a common model user which is used for connecting to a model.interface
ADModel
Represents a common model.interface
ADModelTranslation
interface
ADOptionAble
Elements which can own an option.interface
ADRepAdmin
Represents the repository administrator.interface
ADRepository
Represents the repository.interface
ADTranslationAble
This is a utility class for ADTranslationAble that provides static methods for creation or other purposes.interface
ADUsrRole
Roles are used for access and execution right.interface
ADVersionAble
Elements which are versionable.interface
ADXModel
Represents an InoX model.interface
MM2Association
interface
MM2Attribute
interface
MM2Class
interface
MM2Classification
This is a utility class for MM2Classification that provides static methods for creation or other purposes.interface
MM2FormatRuleParameter
interface
MM2Package
interface
MM2Presentation
interface
MM2Schema
interface
MM2SchemaTranslation
interface
MM2Type
This is a utility class for MM2Type that provides static methods for creation or other purposes.interface
MM2TypeBoolean
interface
MM2TypeDateTime
interface
MM2TypedElement
This is a utility class for MM2TypedElement that provides static methods for creation or other purposes.interface
MM2TypedProperty
This is a utility class for MM2TypedProperty that provides static methods for creation or other purposes.interface
MM2TypedTSOption
This is a utility class for MM2TypedTSOption that provides static methods for creation or other purposes.interface
MM2TypeEnum
interface
MM2TypeEnumMember
interface
MM2TypeInteger
interface
MM2TypeLong
interface
MM2TypeRange
interface
MM2TypeString
interface
MM2TypeVoid
interface
MM2Verify
interface
MMAddItem
interface
MMAttachmentAble
This is a utility class for MMAttachmentAble that provides static methods for creation or other purposes.interface
MMCommentContainerAble
This is a utility class for MMCommentContainerAble that provides static methods for creation or other purposes.interface
MMCreateCLInst
interface
MMCreateTemplate
interface
MMEngineeringAction
interface
MMEngineeringSequence
interface
MMFilter
interface
MMFilterProperty
interface
MMFontColor
interface
MMFormat
interface
MMFormatRule
interface
MMFormatRuleParameter
interface
MMFormatRuleSet
This is a utility class for MMFormatRuleSet that provides static methods for creation or other purposes.interface
MMFormatRuleSetOfClass
interface
MMFormatRuleSetOfRole
interface
MMGeneral
This element is only used as meta class for the configuration of general labels and texts.interface
MMLabel
Represents a label definition.interface
MMLabelAble
Elements which are allowed to own labels.interface
MMLabelTextAttachmentAble
This is a utility class for MMLabelTextAttachmentAble that provides static methods for creation or other purposes.interface
MMLocalizAble
This is a utility class for MMLocalizAble that provides static methods for creation or other purposes.interface
MMMenu
interface
MMMenuItemAble
This is a utility class for MMMenuItemAble that provides static methods for creation or other purposes.interface
MMPresEntry
interface
MMProfile
A profile is a kind of package that extends a reference metamodel.interface
MMProfileTranslation
interface
MMStereotype
A stereotype defines how an existing metaclass may be extended and enables the use of platform-specific or domain-specific terminology or notation in place of, or in addition to, the ones used for the extended metaclass.interface
MMStereotypeAble
Elements which are allowed to have stereotypes.interface
MMStereotypeProperty
interface
MMStereotypeRelatedElement
This is a utility class for MMStereotypeRelatedElement that provides static methods for creation or other purposes.interface
MMStereotypeRelProperty
interface
MMStereotypeRelTSOption
interface
MMStereotypeTSOption
interface
MMSyncedStereotype
A synchronized stereotype is the use of a stereotype in aMMSyncSet
.interface
MMSyncProfile
interface
MMSyncSet
A synchronization set defines the set of stereotypes that synchronize properties with each other.
This allows the same conceptual element to be used in different methods.interface
MMText
Represents a text definition.interface
MMTextAble
Elements which texts can be assigned to.interface
MMTextValue
Represents an existing text.interface
MMTSType
interface
MMTSTypeClass
interface
MMTypeSystem
interface
MMVerify
interface
MMVerifyClassification
interface
MMVerifyPackage
interface
MMXProfile
Fields in de.mid.innovator.srv2api.icw2meta declared as ELContainerAble Modifier and Type Field Description ELContainerAble
ARG_NewByStereotypeAndContainer. ohContainer
Container for the new elementELContainerAble
ARG_NewByStereotypeAndContainerSequence. ohContainer
Container for the new elementELContainerAble
ARG_NewByStereotypeAndContainerSequenceWithRequirement. ohContainer
Container for the new elementELContainerAble
ARG_NewByStereotypeAndContainerWithContAsgn. ohContainer
Container for the new elementELContainerAble
ARG_NewByStereotypeAndContainerWithRequirement. ohContainer
Container for the new elementELContainerAble
ARG_NewByTemplateAndContainer. ohContainer
Container for the new elementELContainerAble
ARG_NewByTemplateAndContainerSequence. ohContainer
Container for the new elementELContainerAble
ARG_NewByTemplateAndContainerSequenceWithRequirement. ohContainer
Container for the new elementELContainerAble
ARG_NewByTemplateAndContainerWithContAsgn. ohContainer
Container for the new elementELContainerAble
ARG_NewByTemplateAndContainerWithRequirement. ohContainer
Container for the new elementELContainerAble
ARG_MMVerifyMessageList. ohContext
Context for the calculation of the name or nullELContainerAble
ARG_NewByStereotypeAndSourceTarget. ohSource
Source for the new elementELContainerAble
ARG_NewByStereotypeAndSourceTargetWithRequirement. ohSource
Source for the new elementELContainerAble
ARG_NewByTemplateAndSourceTarget. ohSource
Source for the new elementELContainerAble
ARG_NewByTemplateAndSourceTargetWithRequirement. ohSource
Source for the new elementFields in de.mid.innovator.srv2api.icw2meta with type parameters of type ELContainerAble Modifier and Type Field Description java.util.List<ELContainerAble>
ARG_MMTypedElementValueList. seqCont
list of container elementsjava.util.List<ELContainerAble>
ARG_FirstCreationDateIn. seqRoot
consider this element and all transitivly owned elementsMethods in de.mid.innovator.srv2api.icw2meta with parameters of type ELContainerAble Modifier and Type Method Description java.util.List<java.lang.String>
MMVerify. getVerifyMessageList(java.util.List<? extends ADClientAble> seqSel, boolean isBrowser, boolean onlyMsg, ELContainerAble ohContext)
Evaluate this verify for the specified elements.Method parameters in de.mid.innovator.srv2api.icw2meta with type arguments of type ELContainerAble Modifier and Type Method Description static ARG_CreationDate
ADModelHelper. getFirstCreationDate(SrvContext srvCtx, java.util.List<? extends ELContainerAble> seqRoot, java.util.List<? extends ELElement> seqFlat)
examines the transitive content of the elements in seqRoot and returns the oldest creation date of these elements.static void
MMStereotypeAbleHelper. modifyStereotypeAblePropertiesDlg(SrvContext srvCtx, java.util.List<? extends ELContainerAble> seqCont, java.util.List<ARG_MMTypedElementValue> seqValue, boolean checkCnstr)
Sets list of stereotype property values of an element.static void
MMStereotypeAbleHelper. modifyStereotypeAbleTSOptionsDlg(SrvContext srvCtx, java.util.List<? extends ELContainerAble> seqCont, java.util.List<ARG_MMTypedElementValue> seqValue, boolean checkCnstr)
Sets list of type system option values of an element.Constructor parameters in de.mid.innovator.srv2api.icw2meta with type arguments of type ELContainerAble Constructor Description ARG_FirstCreationDateIn(java.util.List<ELContainerAble> seqRoot, java.util.List<ELElement> seqFlat)
ARG_MMTypedElementValueList(java.util.List<ELContainerAble> seqCont, java.util.List<ARG_MMTypedElementValue> seqValue, boolean checkCnstr)
-
Uses of ELContainerAble in de.mid.innovator.srv2api.icw2model
Subinterfaces of ELContainerAble in de.mid.innovator.srv2api.icw2model Modifier and Type Interface Description interface
MEAbstraction
An abstraction is a relationship that relates two elements or sets of elements that represent the same concept at different levels of abstraction or from different viewpoints.interface
MEAssignAbleConstraint
This is a utility class for MEAssignAbleConstraint that provides static methods for creation or other purposes.interface
MEAttachment
interface
MEAttachmentAssign
interface
MEComment
A comment gives the ability to attach various remarks to elements.interface
MECommentAble
These elements may be annotated by a comment.interface
MECommentAssign
Represents the assignment between the comment and the commented element.interface
MEConfigurationManagement
Configuration management package.interface
MEConstraint
A constraint is a condition or restriction expressed in natural language text or in a machine readable language for the purpose of declaring some of the semantics of an element.interface
MEConstraintAble
This is a utility class for MEConstraintAble that provides static methods for creation or other purposes.interface
MEConstraintAssign
interface
MECopy
interface
MECreateRedirect
interface
MEDependency
A dependency is a relationship that signifies that a single or a set of model elements requires other model elements for their specification or implementation.interface
MEDurationConstraint
A DurationConstraint defines a Constraint that refers to a DurationInterval.interface
MEElementImport
An element import identifies an element in another package and allows the element to be referenced using its name without a qualifier.interface
MEHierarchyAble
Abstract superclass for Metaclasses which may own PackageableElements, e.g.interface
MEIntervalConstraint
An IntervalConstraint defines a constraint that refers to an interval.interface
MEMappingConfigurationPackage
Abstract mapping configuration package.interface
MEMappingConfigurationPackageForward
Mapping configuration package forward direction.interface
MEMappingConfigurationPackageReverse
Mapping configuration package reverse direction.interface
MEMappingDependency
Mapping dependendcy is a subclass ofMEDependency
.interface
MEMappingPackageContent
Package used for content below MappingPackageType.interface
MEMappingPackageType
Abstract mapping package type defines the mapping type.interface
MEMappingPackageTypeForward
Implementing mapping type with direction FORWARD.interface
MEMappingPackageTypeReverse
Implementing mapping type with direction REVERSE.interface
MEModel
A model captures a view of a physical system.interface
MEModelElement
An element is a constituent of a model.interface
MENamedElement
This is a utility class for MENamedElement that provides static methods for creation or other purposes.interface
MENamespaceAble
A namespace is a named element that can own other named elements.interface
MENamespaceAsgnAble
A named element represents elements that may have a name.interface
MEPackage
A package is a namespace for its members and may contain other packages.interface
MEPackageAble
A packageable element indicates a named element that may be owned directly by a package.interface
MEPackageImport
A package import is a relationship that allows the use of unqualified names to refer to package members from other namespaces.interface
MEProxy
Abstract Proxy Base Classinterface
MEProxyAssignment
Specialized depencency for associating MEProxy and tangible elements.interface
MEProxyExternal
interface
MEProxyInnovator
interface
MERealization
Realization is a specialized abstraction relationship between two sets of model elements, one representing a specification (the supplier) and the other represents an implementation of the latter (the client).interface
MERefAbleAsResource
This is a utility class for MERefAbleAsResource that provides static methods for creation or other purposes.interface
MERequirement
interface
MESection
interface
MESimpleConstraint
interface
MEStereotypeAble
This is a utility class for MEStereotypeAble that provides static methods for creation or other purposes.interface
MEStubPackage
Abstract Stub Package.interface
MEStubPackageBase
Stub package base package collecting all stub packages within a system model.interface
MEStubPackageExternalModel
Stub package for external models.interface
MEStubPackageInnovator
Stub package for Innovator modelsinterface
MESystemModel
interface
MESystemModelManagement
System model management package containing MEConfigurationManagement and MEStubPackageBase packages.interface
METimeConstraint
A TimeConstraint defines a Constraint that refers to a TimeInterval.interface
MEUsage
A usage is a relationship which one element requires another element (or set of elements) for its full implementation or operation.interface
MEValSpecExpression
interface
MEValSpecOpaqueExpr
An opaque expression is an uninterpreted textual statement that denotes a (possibly empty) set of values when evaluated in a context.Fields in de.mid.innovator.srv2api.icw2model declared as ELContainerAble Modifier and Type Field Description ELContainerAble
ARG_CreateByER. ohDBElement
Target DB Element for evaluating the owner for the new elementELContainerAble
ARG_MEStubPackageInnovator. ohOwner
Returns the owner of this element.ELContainerAble
ARG_MEDependencyAssignmentInfoInput. ohTransitiveParent
transitive parent element of calculated element, optionalMethods in de.mid.innovator.srv2api.icw2model with type parameters of type ELContainerAble Modifier and Type Method Description static <T extends ELContainerAble>
java.util.List<T>MEStereotypeAbleHelper. getPossibleContainer(java.lang.Class<T> returnType, SrvContext srvCtx, MMStereotype ohStereo, java.lang.Class<? extends ELObject> kVOcl, boolean onlyHierAble)
Methods in de.mid.innovator.srv2api.icw2model with parameters of type ELContainerAble Modifier and Type Method Description static MEAbstraction
MEAbstractionHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Abstraction with template from source to target element.static MEAbstraction
MEAbstractionHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Abstraction with stereotype from source to target element.static MEComment
MECommentHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Comment with template and container.static MEComment
MECommentHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Comment with stereotype and container.static MEConfigurationManagement
MEConfigurationManagementHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Configuration Base Package with template and container.static MEConfigurationManagement
MEConfigurationManagementHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Configuration Base Package with stereotype and container.static MEConstraint
MEConstraintHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Constraint with template and container.static MEConstraint
MEConstraintHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Constraint with stereotype and container.static MECopy
MECopyHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Copy with template from source to target element.static MECopy
MECopyHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Copy with stereotype from source to target element.static MECreateRedirect
MECreateRedirectHelper. 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 MECreateRedirect
MECreateRedirectHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget, ELElement ohRequirement)
Create a new Create Default with stereotype from source to target element with requirement.static MEDependency
MEDependencyHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Dependency with template from source to target element.static MEDependency
MEDependencyHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Dependency with stereotype from source to target element.static MEElementImport
MEElementImportHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Element Import with template from source to target element.static MEElementImport
MEElementImportHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Element Import with stereotype from source to target element.static MEMappingConfigurationPackageForward
MEMappingConfigurationPackageForwardHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Mapping Configuration (Forward) with template and container.static MEMappingConfigurationPackageForward
MEMappingConfigurationPackageForwardHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Mapping Configuration (Forward) with stereotype and container.static MEMappingConfigurationPackageReverse
MEMappingConfigurationPackageReverseHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Mapping Configuration (Reverse) with template and container.static MEMappingConfigurationPackageReverse
MEMappingConfigurationPackageReverseHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Mapping Configuration (Reverse) with stereotype and container.static MEMappingDependency
MEMappingDependencyHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Mapping Dependency with template from source to target element.static MEMappingDependency
MEMappingDependencyHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Mapping Dependency with stereotype from source to target element.static MEMappingPackageContent
MEMappingPackageContentHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Mapping Content Package with template and container.static MEMappingPackageContent
MEMappingPackageContentHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Mapping Content Package with stereotype and container.static MEMappingPackageTypeForward
MEMappingPackageTypeForwardHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Mapping Package Type (Forward) with template and container.static MEMappingPackageTypeForward
MEMappingPackageTypeForwardHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Mapping Package Type (Forward) with stereotype and container.static MEMappingPackageTypeReverse
MEMappingPackageTypeReverseHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Mapping Package Type (Reverse) with template and container.static MEMappingPackageTypeReverse
MEMappingPackageTypeReverseHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Mapping Package Type (Reverse) with stereotype and container.static MEModel
MEModelHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Model with template and container.static MEModel
MEModelHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Model with stereotype and container.static MEPackage
MEPackageHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Package with template and container.static MEPackage
MEPackageHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Package with stereotype and container.static MEPackageImport
MEPackageImportHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Package Import with template from source to target element.static MEPackageImport
MEPackageImportHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Package Import with stereotype from source to target element.static MEProxyAssignment
MEProxyAssignmentHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Proxy Assignment with template from source to target element.static MEProxyAssignment
MEProxyAssignmentHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Proxy Assignment with stereotype from source to target element.static MEProxyExternal
MEProxyExternalHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Proxy (External) with template and container.static MEProxyExternal
MEProxyExternalHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Proxy (External) with stereotype and container.static MEProxyInnovator
MEProxyInnovatorHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Proxy with template and container.static MEProxyInnovator
MEProxyInnovatorHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Proxy with stereotype and container.static MERealization
MERealizationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Realization with template from source to target element.static MERealization
MERealizationHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Realization with stereotype from source to target element.static MERequirement
MERequirementHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Requirement with template and container.static MERequirement
MERequirementHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Requirement with stereotype and container.static MESimpleConstraint
MESimpleConstraintHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, K_CONTASGN kContAsgn)
Creates a new condition with template and container.static MESimpleConstraint
MESimpleConstraintHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, K_CONTASGN kContAsgn)
Creates a new condition with stereotype and container.static MEStubPackageBase
MEStubPackageBaseHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Mapping Base Package with template and container.static MEStubPackageBase
MEStubPackageBaseHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Mapping Base Package with stereotype and container.static MEStubPackageExternalModel
MEStubPackageExternalModelHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Stub Package (External Model) with template and container.static MEStubPackageExternalModel
MEStubPackageExternalModelHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Stub Package (External Model) with stereotype and container.static MEStubPackageInnovator
MEStubPackageInnovatorHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Stub Package (Innovator Model) with template and container.static MEStubPackageInnovator
MEStubPackageInnovatorHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Stub Package (Innovator Model) with stereotype and container.static MESystemModel
MESystemModelHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new System Model with template and container.static MESystemModel
MESystemModelHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new System Model with stereotype and container.static MESystemModelManagement
MESystemModelManagementHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new System Model Management with template and container.static MESystemModelManagement
MESystemModelManagementHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new System Model Management with stereotype and container.static MEUsage
MEUsageHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Usage with template from source to target element.static MEUsage
MEUsageHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Usage with stereotype from source to target element.<T extends MEStereotypeAble>
java.util.List<T>MENamedElement. getMappingSourceElement(java.lang.Class<T> returnType, ELContainerAble refObj, K_CONTROL_OPTION... behaviourFlags)
<T extends MEStereotypeAble>
java.util.List<T>MENamedElement. getMappingSourceElement(java.lang.Class<T> returnType, MMStereotype stereotype, ELContainerAble refObj, K_CONTROL_OPTION... behaviourFlags)
The method calls getMappingSourceElement and filters its return values according to the given stereotype value.<T extends MENamedElement>
java.util.List<T>MEStereotypeAble. getMappingTargetElement(java.lang.Class<T> returnType, ELContainerAble refObj, K_CONTROL_OPTION... behaviourFlags)
<T extends MENamedElement>
java.util.List<T>MEStereotypeAble. getMappingTargetElement(java.lang.Class<T> returnType, MMStereotype stereotype, ELContainerAble refObj, K_CONTROL_OPTION... behaviourFlags)
The method calls getMappingTargetElement and filters its return values according to the given stereotype value.static java.util.List<ARG_MEDependencyAssignmentInfo>
MEDependencyHelper. getMEDependencyAssignmentInfo(SrvContext srvCtx, java.util.List<? extends ELElement> seqSource, java.util.List<? extends ELElement> seqTarget, MMStereotype ohDepStereotype, ELContainerAble ohTransitiveParent)
Calculates for a quantity of elements its dependency assignments.Constructors in de.mid.innovator.srv2api.icw2model with parameters of type ELContainerAble Constructor Description ARG_CreateByER(ELContainerAble ohDBElement, MENamedElement ohERElement)
ARG_MEDependencyAssignmentInfoInput(java.util.List<ELElement> seqSource, java.util.List<ELElement> seqTarget, MMStereotype ohDepStereotype, ELContainerAble ohTransitiveParent)
ARG_MEStubPackageInnovator(java.lang.String elementColor, ELContainerAble ohOwner, int contSortOrder, K_CONTASGN asgnKind, MMStereotype ohStereotype, boolean isRequirementElement, boolean isMapped, java.lang.String name, K_NAME nameKind, java.lang.String historyValue, K_VISIBILITY visibility, int securityLevel, boolean isProtected, java.lang.String modelName, java.lang.String repositoryName, K_ADMODEL modelType)
-
Uses of ELContainerAble in de.mid.innovator.srv2api.icw2pres
Subinterfaces of ELContainerAble in de.mid.innovator.srv2api.icw2pres Modifier and Type Interface Description interface
PRAnalysisDia
interface
PRBDia
This is a utility class for PRBDia that provides static methods for creation or other purposes.interface
PRBDiaBENode
This is a utility class for PRBDiaBENode that provides static methods for creation or other purposes.interface
PRDia
This is a utility class for PRDia that provides static methods for creation or other purposes.interface
PRDiaAttachmentEdge
interface
PRDiaAttachmentNode
interface
PRDiaCalloutEdge
interface
PRDiaCalloutNode
interface
PRDiaEdge
This is a utility class for PRDiaEdge that provides static methods for creation or other purposes.interface
PRDiaEdgeSeg
The combination of aPRDiaSegNode
and aPRDiaSegEdge
.interface
PRDiaFrameNode
interface
PRDiaNode
This is a utility class for PRDiaNode that provides static methods for creation or other purposes.interface
PRDiaNote
interface
PRDiaNoteEdge
interface
PRDiaSegEdge
The connector edge of an edge segment.interface
PRDiaSegNode
The connector node of an edge segment.interface
PRDiaWhiteboard
interface
PRDiaWhiteboardAttributeEdge
interface
PRDiaWhiteboardEdge
interface
PRDiaWhiteboardNode
interface
PRPresContent
This is a utility class for PRPresContent that provides static methods for creation or other purposes.interface
PRPresContext
This is a utility class for PRPresContext that provides static methods for creation or other purposes.interface
PRPresElement
This is a utility class for PRPresElement that provides static methods for creation or other purposes.interface
PRVersionAbleDia
This is a utility class for PRVersionAbleDia that provides static methods for creation or other purposes.Methods in de.mid.innovator.srv2api.icw2pres that return ELContainerAble Modifier and Type Method Description ELContainerAble
PRPresContent. getModelContainer(ADClientAble refObj, java.lang.Class<? extends ELObject> kind, java.lang.Class<? extends ELObject> mode)
The model container for a new model element of class argument kind if this Presentation Content is selected.Methods in de.mid.innovator.srv2api.icw2pres with parameters of type ELContainerAble Modifier and Type Method Description static PRAnalysisDia
PRAnalysisDiaHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Analysis Diagram with template and container.static PRAnalysisDia
PRAnalysisDiaHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Analysis Diagram with stereotype and container.static PRDiaWhiteboard
PRDiaWhiteboardHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Whiteboard Diagram with template and container.static PRDiaWhiteboard
PRDiaWhiteboardHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Whiteboard Diagram with stereotype and container.static PRAnalysisDia
PRAnalysisDiaHelper. createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Analysis Diagram with template and container.static PRAnalysisDia
PRAnalysisDiaHelper. createAndMaintain(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Analysis Diagram with stereotype and container. -
Uses of ELContainerAble in de.mid.innovator.srv2api.icw2sm
Subinterfaces of ELContainerAble in de.mid.innovator.srv2api.icw2sm Modifier and Type Interface Description interface
SMChoice
interface
SMDeepHistory
DeepHistory represents the most recent active configuration of the composite state that directly contains this pseudostate - the state configuration that was active when the composite state was last exited.interface
SMEntryPoint
An entry point pseudostate is an entry point of a state machine or composite state.interface
SMExitPoint
An exit point pseudostate is an exit point of a state machine or composite state.interface
SMFinalState
interface
SMInit
An initial pseudostate represents a default vertex that is the source for a single transition to the default state of a composite state.interface
SMJoinFork
Joins vertices serve to merge several transitions emanating from source vertices in different orthogonal regions.interface
SMJunction
Junction vertices are semantic-free vertices that are used to chain multiple transitions together.interface
SMProtocolConformance
Protocol state machines can be redefined into more specific protocol state machines or into behavioral state machines.interface
SMProtocolStateMachine
A protocol state machine is always defined in the context of a classifier.interface
SMPseudoState
A pseudostate is an abstraction that encompasses different types of transient vertices in the state machine graph.interface
SMRegion
A region is an orthogonal part of either a composite state or a state machine.interface
SMRegularState
interface
SMShallowHistory
shallowHistory represents the most recent active substate of its containing state (but not the substates of that substate).interface
SMState
A state model is a situation which an invariant condition (usually implicit) usually holds in.interface
SMStateMachine
State machines can be used to express the behavior of part of a system.interface
SMTerminator
Entering a terminate pseudostate implies that the execution of this state machine by means of its context object is terminated.interface
SMTransExt
kind=external implies that the transition, if triggered, will exit the composite (source) state.interface
SMTransInt
kind=internal implies that the transition, if triggered, occurs without exiting or entering the source state.interface
SMTransition
A transition is a directed relationship between a source vertex and a target vertex.interface
SMVertex
A vertex is an abstraction of a node in a state machine graph.Methods in de.mid.innovator.srv2api.icw2sm with parameters of type ELContainerAble Modifier and Type Method Description static SMChoice
SMChoiceHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Choice - Pseudostate with template and container.static SMChoice
SMChoiceHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Choice - Pseudostate with stereotype and container.static SMDeepHistory
SMDeepHistoryHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Deep History - Pseudostate with template and container.static SMDeepHistory
SMDeepHistoryHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Deep History - Pseudostate with stereotype and container.static SMEntryPoint
SMEntryPointHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Entry Point with template and container.static SMEntryPoint
SMEntryPointHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Entry Point with stereotype and container.static SMExitPoint
SMExitPointHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Exit Point with template and container.static SMExitPoint
SMExitPointHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Exit Point with stereotype and container.static SMFinalState
SMFinalStateHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Final State with template and container.static SMFinalState
SMFinalStateHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Final State with stereotype and container.static SMInit
SMInitHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Initial State with template and container.static SMInit
SMInitHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Initial State with stereotype and container.static SMJoinFork
SMJoinForkHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Join/Fork - Pseudostate with template and container.static SMJoinFork
SMJoinForkHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Join/Fork - Pseudostate with stereotype and container.static SMJunction
SMJunctionHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Junction - Pseudostate with template and container.static SMJunction
SMJunctionHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Junction - Pseudostate with stereotype and container.static SMProtocolStateMachine
SMProtocolStateMachineHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Protocol State Machine with template and container.static SMProtocolStateMachine
SMProtocolStateMachineHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Protocol State Machine with stereotype and container.static SMRegion
SMRegionHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Region with template and container.static SMRegion
SMRegionHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Region with stereotype and container.static SMRegularState
SMRegularStateHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new State with template and container.static SMRegularState
SMRegularStateHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new State with stereotype and container.static SMShallowHistory
SMShallowHistoryHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Shallow History - Pseudostate with template and container.static SMShallowHistory
SMShallowHistoryHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Shallow History - Pseudostate with stereotype and container.static SMStateMachine
SMStateMachineHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new State Machine with template and container.static SMStateMachine
SMStateMachineHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new State Machine with stereotype and container.static SMTerminator
SMTerminatorHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Terminator - Pseudostate with template and container.static SMTerminator
SMTerminatorHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Terminator - Pseudostate with stereotype and container.static SMTransExt
SMTransExtHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Transition with template from source to target element.static SMTransExt
SMTransExtHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Transition with stereotype from source to target element. -
Uses of ELContainerAble in de.mid.innovator.srv2api.icw2smdia
Subinterfaces of ELContainerAble in de.mid.innovator.srv2api.icw2smdia Modifier and Type Interface Description interface
SMDia
interface
SMDiaConstraintEdge
interface
SMDiaConstraintNode
interface
SMDiaDoActNode
interface
SMDiaEntryActNode
interface
SMDiaExitActNode
interface
SMDiaGuardNode
interface
SMDiaInvariantNode
interface
SMDiaPostNode
interface
SMDiaPreNode
interface
SMDiaPseudoNode
interface
SMDiaRegionNode
interface
SMDiaSMNode
interface
SMDiaStateNode
interface
SMDiaTextNode
This is a utility class for SMDiaTextNode that provides static methods for creation or other purposes.interface
SMDiaTransActNode
interface
SMDiaTransEdge
interface
SMDiaTriggerNode
interface
SMDiaVertexNode
This is a utility class for SMDiaVertexNode that provides static methods for creation or other purposes.interface
SMPDia
-
Uses of ELContainerAble in de.mid.innovator.srv2api.icw2sqdia
Subinterfaces of ELContainerAble in de.mid.innovator.srv2api.icw2sqdia Modifier and Type Interface Description interface
SQDia
interface
SQDiaCombinedNode
interface
SQDiaConstraintEdge
interface
SQDiaConstraintNode
interface
SQDiaContinuationNode
interface
SQDiaExecNode
interface
SQDiaIANode
interface
SQDiaInvariantNode
interface
SQDiaLifelineNode
interface
SQDiaMessageEdge
interface
SQDiaMessageEndNode
interface
SQDiaOccSpecNode
interface
SQDiaOperandNode
interface
SQDiaOrderingEdge
interface
SQDiaPostNode
interface
SQDiaPreNode
interface
SQDiaRefNode
interface
SQDiaTextNode
This is a utility class for SQDiaTextNode that provides static methods for creation or other purposes.
-