Uses of Interface
de.mid.innovator.srv2api.icw2elem.ELContainerAble
Packages that use ELContainerAble
Package
Description
Activity modeling emphasizes the sequence and conditions for coordinating
lower-level behaviors, rather than which classifiers own those behaviors.
Diagrams and graphical representations for elements of the icw2ac package.
Package for Business Object Modeling.
The Common Behaviors package specifies the core concepts required for dynamic
elements and provides the infrastructure to support more detailed definitions of
behavior.
Package for Business Process Model and Notation (BPMN).
BPMN Diagrams and graphical representations for elements of the icw2bp package.
Business resource modeling package.
Diagrams and graphical representations for elements of the icw2br package.
State machine for Business Object Modeling.
Diagrams and graphical representations for elements of the icw2bs package.
The classes package deals with the basic modeling concepts of UML and, in
particular, classes and their relationships.
Diagrams and graphical representations for elements of the icw2class package.
The DB package (specialization of the IM package) describes the concepts needed
for modeling a relational database.
Database Diagrams and representations of tables and foreign keys, as well as
views and from clauses.
The documentation package deals with the model documentation configuration and
generation.
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.
The decision requirements level of a decision model in DMN consists of a
Decision Requirement Graph depicted in one or more Decision Requirement
Diagrams.
Describes the common behavior of all elements stored in a model server
repository even configuration elements in profiles and schema elements of the
meta model.
The 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.
In addition it deals with the concepts of Online Analytical Processing (OLAP) to build a data warehouse for business intelligence (BI) matters.
Entity Relationship Diagrams and representations of entities and relationships,
as well as conceptual views and from clauses.
Package for concept modeling.
Concept diagrams and graphical representations for elements of the icw2gc
package.
The Interaction package describes the concepts needed to express interactions.
The IM package specify the Information Management Metamodel core concepts
required for data modeling.
Information Management Metamodel Diagram is a subclass of Class Diagram.
Meta model and administration information.
This packagage contains elements representing the logical model.
Diagrams and graphical representations of model elements in diagrams.
The StateMachine package defines a set of concepts that can be used for
modeling discrete behavior through finite statetransition systems.
Diagrams and graphical representations for elements of the icw2sm package.
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.icw2acModifier and TypeInterfaceDescriptioninterfaceAn activity specifies the coordination of executions of subordinate behaviors using a control and data flow model.interfaceFlow edge for either control flow of object flow.interfaceAn activity final node is a final node that stops all flows in an activity.interfaceinterfaceinterfaceA central buffer node is an object node for managing flows from multiple sources and destinations.interfaceA control flow is an edge that starts an activity node after the previous one is finished.interfaceA control node is an abstract activity node that coordinates flows in an activity.interfaceA data store node is a central buffer node for non-transient information.interfaceRepresents the link of the decision node to a decision input behavior.interfaceA decision node is a control node that chooses between outgoing flows.interfaceAn exception handler is an element that specifies a body to execute in case the specified exception occurs during the execution of the protected node.interfaceAn executable node is an abstract class for activity nodes that may be executed.interfaceinterfaceA flow final node is a final node that terminates a flow.interfaceA fork node is a control node that splits a flow into multiple concurrent flows.interfaceAn initial node is a control node which flow starts at when the activity is invoked.interfaceAn interruptible activity region is an activity group that supports termination of tokens flowing in the portions of an activity.interfaceA join node is a control node that synchronizes multiple flows.interfaceA merge node is a control node that brings multiple alternate flows together.interfaceAn object flow is an activity edge that can have objects or data passing along it.interfaceAn 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.interfaceSelects tokens from a source object node.interfaceSelects tokens for outgoing edges.interfaceAn activity parameter node is an object node for inputs and outputs to activities.interfaceAn activity partition is a kind of activity group that identifies actions that have common characteristics.interfaceA structured activity node is an executable activity node that may have an expansion into subordinate nodes as an ActivityGroup.interfaceVariables are elements for passing data between actions indirectly.interfaceAcceptCallAction is an accept event action that represents the receipt of a synchronous call request.interfaceAcceptEventAction is an action that waits for the occurrence of an event meeting specified condition.interfaceAn action is a named element that is the fundamental unit of executable functionality.interfaceAn action input pin is a kind of pin that executes an action to determine the values to input to another.interfaceStructural features are potentially multi-valued and ordered; this means that the action supports specification of insertion points for new values.interfaceBroadcastSignalAction is an action that transmits a signal instance to all the potential target objects in the system.interfaceCallAction is an abstract class for actions that invoke behavior and receive return values.interfaceinterfaceinterfaceThis action destroys all links of an association that have a particular object at one end.interfaceThis action removes all values of a structural feature.interfaceThis action can be used to create links and link objects.interfaceThis action instantiates a classifier.interfaceThis action destroys a link or a link object.interfaceThis action destroys the object on its input pin at runtime.interfaceAn input pin is a pin that holds input values to be consumed by an action.interfaceInvocation is an abstract class for the various actions that invoke behavior.interfaceA link action creates, destroys or reads links, identifying a link by its end objects and qualifier values, if any.interfaceThis class is required when using CreateLinkAction to specify insertion points for ordered ends and to replace all links at end.interfaceLinkEndData is not an action.interfaceThis class is required when using DestroyLinkAction to specify links to destroy for non-unique ordered ends.interfaceAn action with implementation-specific semantics.interfaceAn output pin is a pin that holds output values produced by an action.interfaceA pin is a typed element and multiplicity element that provides values to actions and accept result values from them.interfaceAction that causes an exception to occur.interfaceThis 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).interfaceEvery 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.interfaceThis action reads the values of a structural feature in order if the structural feature is ordered.rinterfaceThe object to access is specified dynamically by referring to an input pin which the object will be placed on at runtime.interfaceAction that accepts a set of return values and a value containing return information produced by a previous accept call action.interfaceSendObjectAction 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.interfaceSendSignalAction 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.interfaceThis abstract action class statically specifies the structural feature being accessed.interfaceThis action returns true if the two input values are the same identity, false if they are not.interfaceAction that breaks an object of a known type into outputs each of which is equal to a value froma structural feature of the object.interfaceThe action returns the result of evaluating a value specification.interfaceA value pin is an input pin that provides a value by evaluating a value specification.interfaceA write link action takes a complete identification of a link and creates or destroys it.interfaceA 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 ELContainerAbleModifier and TypeFieldDescriptionARG_ACCentralBufferNodeCreate.ohContainerARG_ACPartitionPresentationAndOwner.ohOwnerMethods in de.mid.innovator.srv2api.icw2ac with parameters of type ELContainerAbleModifier and TypeMethodDescriptionstatic ACActivityFinalNodeACActivityFinalNodeHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Activity Final Node with template and container.static ACActivityFinalNodeACActivityFinalNodeHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Activity Final Node with stereotype and container.static ACActivityACActivityHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Activity with template and container.static ACActivityACActivityHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, K_CONTASGN kContAsgn) Creates a new Activity with template and container.static ACActivityACActivityHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Activity with stereotype and container.static ACActivityACActivityHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, K_CONTASGN kContAsgn) Creates a new Activity with stereotype and container.static ACCentralBufferNodeACCentralBufferNodeHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Central Buffer Node with template and container.static ACCentralBufferNodeACCentralBufferNodeHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Central Buffer Node with stereotype and container.static ACControlFlowACControlFlowHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget) Create a new Control Flow Edge with template from source to target element.static ACControlFlowACControlFlowHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget) Create a new Control Flow Edge with stereotype from source to target element.static ACDataStoreNodeACDataStoreNodeHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Data Store Node with template and container.static ACDataStoreNodeACDataStoreNodeHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Data Store Node with stereotype and container.static ACDecisionNodeACDecisionNodeHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Decision Node with template and container.static ACDecisionNodeACDecisionNodeHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Decision Node with stereotype and container.static ACFlowFinalNodeACFlowFinalNodeHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Flow Final Node with template and container.static ACFlowFinalNodeACFlowFinalNodeHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Flow Final Node with stereotype and container.static ACForkNodeACForkNodeHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Fork Node with template and container.static ACForkNodeACForkNodeHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Fork Node with stereotype and container.static ACInitialNodeACInitialNodeHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Initial Node with template and container.static ACInitialNodeACInitialNodeHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Initial Node with stereotype and container.static ACInterruptibleRegionACInterruptibleRegionHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Interruptible Activity Region with template and container.static ACInterruptibleRegionACInterruptibleRegionHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Interruptible Activity Region with stereotype and container.static ACJoinNodeACJoinNodeHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Join Node with template and container.static ACJoinNodeACJoinNodeHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Join Node with stereotype and container.static ACMergeNodeACMergeNodeHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Merge Node with template and container.static ACMergeNodeACMergeNodeHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Merge Node with stereotype and container.static ACObjectFlowACObjectFlowHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget) Create a new Object Flow Edge with template from source to target element.static ACObjectFlowACObjectFlowHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget) Create a new Object Flow Edge with stereotype from source to target element.static ACPartitionACPartitionHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Activity Partition with template and container.static ACPartitionACPartitionHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Activity Partition with stereotype and container.static ACStructuredNodeACStructuredNodeHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Structured Activity Node with template and container.static ACStructuredNodeACStructuredNodeHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Structured Activity Node with stereotype and container.static ACVariableACVariableHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Variable with template and container.static ACVariableACVariableHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Variable with stereotype and container.static ANAcceptCallANAcceptCallHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Accept Call Action with template and container.static ANAcceptCallANAcceptCallHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement) Create a new Accept Call Action with template and container with requirement.static ANAcceptCallANAcceptCallHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Accept Call Action with stereotype and container.static ANAcceptCallANAcceptCallHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement) Create a new Accept Call Action with stereotype and container with requirement.static ANAcceptEventANAcceptEventHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Accept Event Action with template and container.static ANAcceptEventANAcceptEventHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement) Create a new Accept Event Action with template and container with requirement.static ANAcceptEventANAcceptEventHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Accept Event Action with stereotype and container.static ANAcceptEventANAcceptEventHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement) Create a new Accept Event Action with stereotype and container with requirement.static ANActionInputPinANActionInputPinHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Action Input Pin with template and container.static ANActionInputPinANActionInputPinHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Action Input Pin with stereotype and container.static ANAddStructuralFeatureValueANAddStructuralFeatureValueHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement) Create a new Add Structural Feature Value Action with template and container with requirement.static ANAddStructuralFeatureValueANAddStructuralFeatureValueHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement) Create a new Add Structural Feature Value Action with stereotype and container with requirement.static ANBroadcastSignalANBroadcastSignalHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement) Create a new Broadcast Signal Action with template and container with requirement.static ANBroadcastSignalANBroadcastSignalHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement) Create a new Broadcast Signal Action with stereotype and container with requirement.static ANCallBehaviorANCallBehaviorHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement) Create a new Call Behavior Action with template and container with requirement.static ANCallBehaviorANCallBehaviorHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement) Create a new Call Behavior Action with stereotype and container with requirement.static ANCallOperationANCallOperationHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement) Create a new Call Operation Action with template and container with requirement.static ANCallOperationANCallOperationHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement) Create a new Call Operation Action with stereotype and container with requirement.static ANClearAssociationANClearAssociationHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement) Create a new Clear Association Action with template and container with requirement.static ANClearAssociationANClearAssociationHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement) Create a new Clear Association Action with stereotype and container with requirement.static ANClearStructuralFeatureANClearStructuralFeatureHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement) Create a new Clear Structural Feature Action with template and container with requirement.static ANClearStructuralFeatureANClearStructuralFeatureHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement) Create a new Clear Structural Feature Action with stereotype and container with requirement.static ANCreateLinkANCreateLinkHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement) Create a new Create Link Action with template and container with requirement.static ANCreateLinkANCreateLinkHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement) Create a new Create Link Action with stereotype and container with requirement.static ANCreateObjectANCreateObjectHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement) Create a new Create Object Action with template and container with requirement.static ANCreateObjectANCreateObjectHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement) Create a new Create Object Action with stereotype and container with requirement.static ANDestroyLinkANDestroyLinkHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement) Create a new Destroy Link Action with template and container with requirement.static ANDestroyLinkANDestroyLinkHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement) Create a new Destroy Link Action with stereotype and container with requirement.static ANDestroyObjectANDestroyObjectHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Destroy Object Action with template and container.static ANDestroyObjectANDestroyObjectHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Destroy Object Action with stereotype and container.static ANInputPinANInputPinHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Input Pin with template and container.static ANInputPinANInputPinHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Input Pin with stereotype and container.static ANOpaqueANOpaqueHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Opaque Action with template and container.static ANOpaqueANOpaqueHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Opaque Action with stereotype and container.static ANOutputPinANOutputPinHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Output Pin with template and container.static ANOutputPinANOutputPinHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Output Pin with stereotype and container.static ANRaiseExceptionANRaiseExceptionHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Raise Exception Action with template and container.static ANRaiseExceptionANRaiseExceptionHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Raise Exception Action with stereotype and container.static ANReadLinkANReadLinkHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement) Create a new Read Link Action with template and container with requirement.static ANReadLinkANReadLinkHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement) Create a new Read Link Action with stereotype and container with requirement.static ANReadSelfANReadSelfHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Read Self Action with template and container.static ANReadSelfANReadSelfHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Read Self Action with stereotype and container.static ANReadStructuralFeatureANReadStructuralFeatureHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement) Create a new Read Structural Feature Action with template and container with requirement.static ANReadStructuralFeatureANReadStructuralFeatureHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement) Create a new Read Structural Feature Action with stereotype and container with requirement.ANRemoveStructuralFeatureValueHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement) Create a new Remove Structural Feature Value Action with template and container with requirement.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 ANReplyANReplyHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Reply Action with template and container.static ANReplyANReplyHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Reply Action with stereotype and container.static ANSendObjectANSendObjectHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Send Object Action with template and container.static ANSendObjectANSendObjectHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Send Object Action with stereotype and container.static ANSendSignalANSendSignalHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement) Create a new Send Signal Action with template and container with requirement.static ANSendSignalANSendSignalHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement) Create a new Send Signal Action with stereotype and container with requirement.static ANTestIdentityANTestIdentityHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Test Identity Action with template and container.static ANTestIdentityANTestIdentityHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Test Identity Action with stereotype and container.static ANUnmarshallANUnmarshallHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement) Create a new Unmarshall Action with template and container with requirement.static ANUnmarshallANUnmarshallHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement) Create a new Unmarshall Action with stereotype and container with requirement.static ANValSpecANValSpecHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Value Specification Action with template and container.static ANValSpecANValSpecHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Value Specification Action with stereotype and container.static ANValuePinANValuePinHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Value Pin with template and container.static ANValuePinANValuePinHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Value Pin with stereotype and container.static ACDataStoreNodeACDataStoreNodeHelper.createSub(SrvContext srvCtx, ELContainerAble ohContainer, MMCreateTemplate ohTemplate, String name, Point position, ELType ohType) Extends the basic function 'EntCreateOclCmd' for the elementACDataStoreNodeby setting/modifying further attributes or elements.voidACPartition.setPresentationAndOwner(ELContainerAble ohOwner, K_AC_PARTITION_PRESENTATION kPres) Modifies the presentation of the partition, e.g.Constructors in de.mid.innovator.srv2api.icw2ac with parameters of type ELContainerAbleModifierConstructorDescriptionARG_ACCentralBufferNodeCreate(ELContainerAble ohContainer, MMCreateTemplate ohTemplate, String name, Point position, ELType ohType) -
Uses of ELContainerAble in de.mid.innovator.srv2api.icw2acdia
Subinterfaces of ELContainerAble in de.mid.innovator.srv2api.icw2acdiaModifier and TypeInterfaceDescriptioninterfaceThe diagram that contains theACDiaACNode.interfacePresentation element of the activity itself.interfacePresentation element of actions which do not depend on other elements.interfaceThe connecting edge to anACDiaConstraintNode.interfaceClient representation of a constraint.interfaceinterfaceClient representation of a decision input behavior.interfaceinterfaceinterfaceClient representation of a selection behavior at a flow.interfaceClient representation of a transformation behavior at a flow.interfaceinterfaceSpecialization ofACDiaGroupNode.interfaceClient representation of a selection behavior at an object node.interfaceinterfaceClient representation of a postcondition.interfaceClient representation of a precondition.interfaceAbstract node that represents all text nodes in anACDia.interfaceClient representation of a value specification text.interfaceClient representation of a variable.interfaceSpecialization ofACDiaGroupNode. -
Uses of ELContainerAble in de.mid.innovator.srv2api.icw2bc
Subinterfaces of ELContainerAble in de.mid.innovator.srv2api.icw2bcModifier and TypeInterfaceDescriptioninterfaceThis is a utility class for BCBaseElement that provides static methods for creation or other purposes.interfaceThis is a utility class for BCBaseNamedStereotypeAble that provides static methods for creation or other purposes.interfaceinterfaceinterfaceThis is a utility class for BCPropertyAble that provides static methods for creation or other purposes.interfaceinterfaceinterfaceinterfaceThis is a utility class for BCRelshipBinDir that provides static methods for creation or other purposes.interfaceThis is a utility class for BCRootReuseAbleElement that provides static methods for creation or other purposes.interfaceA term relevant for the business description.Methods in de.mid.innovator.srv2api.icw2bc with parameters of type ELContainerAbleModifier and TypeMethodDescriptionstatic BCExpressionBCExpressionHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Defined Logical Expression with template and container.static BCExpressionBCExpressionHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Defined Logical Expression with stereotype and container.static BCPropertyBCPropertyHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Property (of a Business Object) with template and container.static BCPropertyBCPropertyHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Property (of a Business Object) with stereotype and container.static BCPropertySetBCPropertySetHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Property Set (of a Business Object) with template and container.static BCPropertySetBCPropertySetHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Property Set (of a Business Object) with stereotype and container.static BCTermBCTermHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Defined Technical Term with template and container.static BCTermBCTermHelper.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.icw2beModifier and TypeInterfaceDescriptioninterfaceA 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.interfaceBehavior is a specification of how its context classifier changes state over time.interfaceA call event represents the reception of a request to invoke a specific operation.interfaceA 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.interfaceAn event is the specification of some occurrence that may potentially trigger effects by an object.interfaceA message event specifies the receipt by an object of either a call or a signal.interfaceThe semantics of the behavior is determined by the implementation.interfaceA signal event represents the receipt of an asynchronous signal.interfaceA time event specifies a point in time by an expression.interfaceA 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 ELContainerAbleModifier and TypeMethodDescriptionstatic BEChangeEventBEChangeEventHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Change Event with template and container.static BEChangeEventBEChangeEventHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Change Event with stereotype and container.static BEOpaqueBEOpaqueHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Opaque Behavior with template and container.static BEOpaqueBEOpaqueHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, K_CONTASGN kContAsgn) Creates a new Opaque Behavior with template and container.static BEOpaqueBEOpaqueHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Opaque Behavior with stereotype and container.static BEOpaqueBEOpaqueHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, K_CONTASGN kContAsgn) Creates a new Opaque Behavior with stereotype and container.static BETimeEventBETimeEventHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Time Event with template and container.static BETimeEventBETimeEventHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Time Event with stereotype and container.static BETriggerBETriggerHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement) Create a new Trigger with template and container with requirement.static BETriggerBETriggerHelper.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.icw2bpModifier and TypeInterfaceDescriptioninterfaceThis is a utility class for BPActivityNode that provides static methods for creation or other purposes.interfaceThe activity resource specifies the business entity or role or system to perform or work on the activity.interfaceBPMN 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.interfaceSuper class for all elements that can own a BPMN artifact.interfaceNote that directional Associations were used in BPMN 1.2 to show how Data Objects were inputs or outputs to Activities.interfaceThis is a utility class for BPCallAble that provides static methods for creation or other purposes.interfaceThis is a utility class for BPCallAbleProcessElement that provides static methods for creation or other purposes.interfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceThe end points element may be extended with endpoint reference definitions introduced in other specifications (e.g., WS-Addressing).interfaceinterfaceAnBPEscalationidentifies a business situation that a process might need to react to.interfaceinterfaceinterfaceinterfaceThis is a utility class for BPFlowElement that provides static methods for creation or other purposes.interfaceThis is a utility class for BPFlowElementContainer that provides static methods for creation or other purposes.interfaceThis is a utility class for BPFlowProcessContainer that provides static methods for creation or other purposes.interfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceThis is a utility class for BPInputOutputSpecifyAble that provides static methods for creation or other purposes.interfaceinterfaceThis is a utility class for BPInteractionSpecification that provides static methods for creation or other purposes.interfaceAn interface defines a set of operations that are implemented by services.interfaceThis is a utility class for BPItemAwareElement that provides static methods for creation or other purposes.interfaceThe Business Object defines an object important for the definition of business processes or concepts.interfaceinterfaceLanes are used to organize and categorize activities within a Pool.interfaceinterfaceinterfaceinterfaceThis is a utility class for BPLoopCharx that provides static methods for creation or other purposes.interfaceThis is a utility class for BPMappingAssociation that provides static methods for creation or other purposes.interfaceinterfaceinterfaceinterfaceinterfaceOn message modification try to set the message on the source and target node of the message flow as well as on message flow itself.interfaceThis is a utility class for BPMessageFlowNode that provides static methods for creation or other purposes.interfaceThis is a utility class for BPMessageReferencingElement that provides static methods for creation or other purposes.interfaceThis is a utility class for BPMessageSequenceFlowNode that provides static methods for creation or other purposes.interfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceA path in a process.interfaceThis is a utility class for BPPathAble that provides static methods for creation or other purposes.interfaceThis is a utility class for BPPathContextAble that provides static methods for creation or other purposes.interfaceinterfaceinterfaceinterfaceThis is a utility class for BPResourceRole that provides static methods for creation or other purposes.interfaceThis is a utility class for BPResourceRoleAble that provides static methods for creation or other purposes.interfaceinterfaceThis is a utility class for BPSequenceFlowNode that provides static methods for creation or other purposes.interfaceSignal to trigger e.g a signal event.interfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceMethods in de.mid.innovator.srv2api.icw2bp with parameters of type ELContainerAbleModifier and TypeMethodDescriptionstatic BPActivityResourceBPActivityResourceHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Activity Resource with template and container.static BPActivityResourceBPActivityResourceHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement) Create a new Activity Resource with template and container with requirement.static BPActivityResourceBPActivityResourceHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Activity Resource with stereotype and container.static BPActivityResourceBPActivityResourceHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement) Create a new Activity Resource with stereotype and container with requirement.static BPArtifactBPArtifactHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Artifact (BPMN) with template and container.static BPArtifactBPArtifactHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Artifact (BPMN) with stereotype and container.static BPAssociationArtifactBPAssociationArtifactHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget) Create a new Association Artifact with template from source to target element.static BPAssociationArtifactBPAssociationArtifactHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget) Create a new Association Artifact with stereotype from source to target element.static BPCollaborationBPCollaborationHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Collaboration (BPMN) with template and container.static BPCollaborationBPCollaborationHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Collaboration (BPMN) with stereotype and container.static BPConditionalEventDefinitionBPConditionalEventDefinitionHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Conditional Event Definition with template and container.static BPConditionalEventDefinitionBPConditionalEventDefinitionHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Conditional Event Definition with stereotype and container.static BPDataIOAssociationBPDataIOAssociationHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget) Create a new Data Association with template from source to target element.static BPDataIOAssociationBPDataIOAssociationHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget) Create a new Data Association with stereotype from source to target element.static BPDataObjectBPDataObjectHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Data Object with template and container.static BPDataObjectBPDataObjectHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Data Object with stereotype and container.static BPDataResourceBPDataResourceHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Data Resource with template and container.static BPDataResourceBPDataResourceHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement) Create a new Data Resource with template and container with requirement.static BPDataResourceBPDataResourceHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Data Resource with stereotype and container.static BPDataResourceBPDataResourceHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement) Create a new Data Resource with stereotype and container with requirement.static BPDataStoreBPDataStoreHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Data Store with template and container.static BPDataStoreBPDataStoreHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Data Store with stereotype and container.static BPEndPointBPEndPointHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new End Point with template and container.static BPEndPointBPEndPointHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new End Point with stereotype and container.static BPErrorBPErrorHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Error with template and container.static BPErrorBPErrorHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Error with stereotype and container.static BPEscalationBPEscalationHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Escalation with template and container.static BPEscalationBPEscalationHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Escalation with stereotype and container.static BPEventDefinitionBPEventDefinitionHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Event Definition (BPMN) with template and container.static BPEventDefinitionBPEventDefinitionHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Event Definition (BPMN) with stereotype and container.static BPEventNodeBPEventNodeHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Event (BPMN) with template and container.static BPEventNodeBPEventNodeHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Event (BPMN) with stereotype and container.static BPEventResourceBPEventResourceHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Event Resource with template and container.static BPEventResourceBPEventResourceHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement) Create a new Event Resource with template and container with requirement.static BPEventResourceBPEventResourceHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Event Resource with stereotype and container.static BPEventResourceBPEventResourceHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement) Create a new Event Resource with stereotype and container with requirement.static BPGatewayBPGatewayHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Gateway with template and container.static BPGatewayBPGatewayHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Gateway with stereotype and container.static BPGatewayResourceBPGatewayResourceHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Gateway Resource with template and container.static BPGatewayResourceBPGatewayResourceHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement) Create a new Gateway Resource with template and container with requirement.static BPGatewayResourceBPGatewayResourceHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Gateway Resource with stereotype and container.static BPGatewayResourceBPGatewayResourceHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement) Create a new Gateway Resource with stereotype and container with requirement.static BPGlobalMaskTaskBPGlobalMaskTaskHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Global User Input Task with template and container.static BPGlobalMaskTaskBPGlobalMaskTaskHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Global User Input Task with stereotype and container.static BPGlobalTaskBPGlobalTaskHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Global Task with template and container.static BPGlobalTaskBPGlobalTaskHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Global Task with stereotype and container.static BPGlobalTaskResourceBPGlobalTaskResourceHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Global Task Resource with template and container.static BPGlobalTaskResourceBPGlobalTaskResourceHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement) Create a new Global Task Resource with template and container with requirement.static BPGlobalTaskResourceBPGlobalTaskResourceHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Global Task Resource with stereotype and container.static BPGlobalTaskResourceBPGlobalTaskResourceHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement) Create a new Global Task Resource with stereotype and container with requirement.static BPGroupArtifactBPGroupArtifactHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Group (BPMN) with template and container.static BPGroupArtifactBPGroupArtifactHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Group (BPMN) with stereotype and container.static BPInputSetBPInputSetHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Input Set with template and container.static BPInputSetBPInputSetHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Input Set with stereotype and container.static BPInterfaceBPInterfaceHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Service Interface with template and container.static BPInterfaceBPInterfaceHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Service Interface with stereotype and container.static BPItemDefinitionBPItemDefinitionHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Business Object with template and container.static BPItemDefinitionBPItemDefinitionHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Business Object with stereotype and container.static BPItemDefinitionRelBPItemDefinitionRelHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget) Create a new Business Object Assignment with template from source to target element.static BPItemDefinitionRelBPItemDefinitionRelHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget) Create a new Business Object Assignment with stereotype from source to target element.static BPLaneBPLaneHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Lane with template and container.static BPLaneBPLaneHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Lane with stereotype and container.static BPLaneResourceBPLaneResourceHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Lane Resource with template and container.static BPLaneResourceBPLaneResourceHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement) Create a new Lane Resource with template and container with requirement.static BPLaneResourceBPLaneResourceHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Lane Resource with stereotype and container.static BPLaneResourceBPLaneResourceHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement) Create a new Lane Resource with stereotype and container with requirement.static BPLaneSetBPLaneSetHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Lane Set with template and container.static BPLaneSetBPLaneSetHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Lane Set with stereotype and container.static BPMaskDefinitionBPMaskDefinitionHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Mask Definition with template and container.static BPMaskDefinitionBPMaskDefinitionHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Mask Definition with stereotype and container.static BPMaskFieldBPMaskFieldHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Mask Field with template and container.static BPMaskFieldBPMaskFieldHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Mask Field with stereotype and container.static BPMaskTaskBPMaskTaskHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new User Input Task with template and container.static BPMaskTaskBPMaskTaskHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new User Input Task with stereotype and container.static BPMessageFlowBPMessageFlowHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget) Create a new Message Flow with template from source to target element.static BPMessageFlowBPMessageFlowHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget) Create a new Message Flow with stereotype from source to target element.static BPMessageBPMessageHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Message with template and container.static BPMessageBPMessageHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Message with stereotype and container.static BPOperationBPOperationHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Service Operation with template and container.static BPOperationBPOperationHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Service Operation with stereotype and container.static BPOutputSetBPOutputSetHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Output Set with template and container.static BPOutputSetBPOutputSetHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Output Set with stereotype and container.static BPParticipantBPParticipantHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Participant with template and container.static BPParticipantBPParticipantHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Participant with stereotype and container.static BPPathBPPathHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Process Path with template and container.static BPPathBPPathHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Process Path with stereotype and container.static BPProcessBPProcessHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Process with template and container.static BPProcessBPProcessHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Process with stereotype and container.static BPProcessResourceBPProcessResourceHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Process Resource with template and container.static BPProcessResourceBPProcessResourceHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement) Create a new Process Resource with template and container with requirement.static BPProcessResourceBPProcessResourceHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Process Resource with stereotype and container.static BPProcessResourceBPProcessResourceHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement) Create a new Process Resource with stereotype and container with requirement.static BPPropertyBPPropertyHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Process Property with template and container.static BPPropertyBPPropertyHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Process Property with stereotype and container.static BPResourceRoleBPResourceRoleHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Resource Role with template and container.static BPResourceRoleBPResourceRoleHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement) Create a new Resource Role with template and container with requirement.static BPResourceRoleBPResourceRoleHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Resource Role with stereotype and container.static BPResourceRoleBPResourceRoleHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement) Create a new Resource Role with stereotype and container with requirement.static BPSequenceFlowBPSequenceFlowHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget) Create a new Sequence Flow with template from source to target element.static BPSequenceFlowBPSequenceFlowHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget) Create a new Sequence Flow with stereotype from source to target element.static BPSignalBPSignalHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Signal (BPMN) with template and container.static BPSignalBPSignalHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Signal (BPMN) with stereotype and container.static BPSubProcessBPSubProcessHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Sub-Process with template and container.static BPSubProcessBPSubProcessHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Sub-Process with stereotype and container.static BPSupportsRelBPSupportsRelHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget) Create a new Process Support with template from source to target element.static BPSupportsRelBPSupportsRelHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget) Create a new Process Support with stereotype from source to target element.static BPTaskNodeBPTaskNodeHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Task with template and container.static BPTaskNodeBPTaskNodeHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Task with stereotype and container.static BPTimerEventDefinitionBPTimerEventDefinitionHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Timer Event Definition with template and container.static BPTimerEventDefinitionBPTimerEventDefinitionHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Timer Event Definition with stereotype and container.static BPUseCaseInteractionRelBPUseCaseInteractionRelHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget) Create a new Usecase-Interaction Relationship with template from source to target element.static BPUseCaseInteractionRelBPUseCaseInteractionRelHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget) Create a new Usecase-Interaction Relationship with stereotype from source to target element.static BPUseCasePathRelBPUseCasePathRelHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget) Create a new Usecase-Path Relationship with template from source to target element.static BPUseCasePathRelBPUseCasePathRelHelper.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.icw2bpdiaModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceThe node representing an item definition which in this context is seen as a data object.interfaceinterfaceinterfaceThis is a utility class for BPDiaFlowEdge that provides static methods for creation or other purposes.interfaceThis is a utility class for BPDiaFlowNode that provides static methods for creation or other purposes.interfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceThis is a utility class for BPDiaMessageFlowNode that provides static methods for creation or other purposes.interfaceinterfaceinterfaceinterfaceinterfaceThis is a utility class for BPDiaSequenceFlowNode that provides static methods for creation or other purposes.interfaceinterfaceinterfaceinterfaceThis 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 ELContainerAbleModifier and TypeMethodDescriptionstatic BPDiaBPDiaHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new BPMN Diagram with template and container.static BPDiaBPDiaHelper.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.icw2brModifier and TypeInterfaceDescriptioninterfaceinterfaceThis is a utility class for BRCostCenterAble that provides static methods for creation or other purposes.interfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceAn actor specifies a role played by a user or any other system that interacts with the subject.interfaceinterfaceinterfaceThis is a utility class for BRResourceNonHierRel that provides static methods for creation or other purposes.interfaceThis is a utility class for BRResourceRel that provides static methods for creation or other purposes.interfaceinterfaceMethods in de.mid.innovator.srv2api.icw2br with parameters of type ELContainerAbleModifier and TypeMethodDescriptionstatic BRCostCenterBRCostCenterHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Cost Center with template and container.static BRCostCenterBRCostCenterHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Cost Center with stereotype and container.static BRLocationBRLocationHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Location with template and container.static BRLocationBRLocationHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Location with stereotype and container.static BROrgUnitBROrgUnitHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Organizational Unit with template and container.static BROrgUnitBROrgUnitHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Organizational Unit with stereotype and container.static BROrgUnitMemberRelBROrgUnitMemberRelHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget) Create a new Membership with template from source to target element.static BROrgUnitMemberRelBROrgUnitMemberRelHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget) Create a new Membership with stereotype from source to target element.static BROrgUnitPersonRelBROrgUnitPersonRelHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget) Create a new Person Assignment with template from source to target element.static BROrgUnitPersonRelBROrgUnitPersonRelHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget) Create a new Person Assignment with stereotype from source to target element.static BROrgUnitRequiresRoleBROrgUnitRequiresRoleHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget) Create a new Required Role with template from source to target element.static BROrgUnitRequiresRoleBROrgUnitRequiresRoleHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget) Create a new Required Role with stereotype from source to target element.static BRPersonContactDataBRPersonContactDataHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Contact Data with template and container.static BRPersonContactDataBRPersonContactDataHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Contact Data with stereotype and container.static BRPersonBRPersonHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Person with template and container.static BRPersonBRPersonHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Person with stereotype and container.static BRPersonInRoleBRPersonInRoleHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget) Create a new Assigned Role with template from source to target element.static BRPersonInRoleBRPersonInRoleHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget) Create a new Assigned Role with stereotype from source to target element.static BRResourceCLBRResourceCLHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Actor with template and container.static BRResourceCLBRResourceCLHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Actor with stereotype and container.static BRResourceBRResourceHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Business Resource with template and container.static BRResourceBRResourceHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Business Resource with stereotype and container.static BRResourceHierRelBRResourceHierRelHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget) Create a new Hierarchical Subordination with template from source to target element.static BRResourceHierRelBRResourceHierRelHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget) Create a new Hierarchical Subordination with stereotype from source to target element.static BRResourceNamedRelBRResourceNamedRelHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget) Create a new Business Resource Relationship with template from source to target element.static BRResourceNamedRelBRResourceNamedRelHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget) Create a new Business Resource Relationship with stereotype from source to target element.static BRRoleBRRoleHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Role with template and container.static BRRoleBRRoleHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Role with stereotype and container.static BRTechnicalBRTechnicalHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new IT Unit with template and container.static BRTechnicalBRTechnicalHelper.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.icw2brdiaModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceThis is a utility class for BRDiaResourceEdge that provides static methods for creation or other purposes.interfaceinterfaceinterfaceinterfaceMethods in de.mid.innovator.srv2api.icw2brdia with parameters of type ELContainerAbleModifier and TypeMethodDescriptionstatic BRDiaBRDiaHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Business Resource Diagram with template and container.static BRDiaBRDiaHelper.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.icw2bsModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceThis is a utility class for BSPseudoState that provides static methods for creation or other purposes.interfaceinterfaceThis is a utility class for BSState that provides static methods for creation or other purposes.interfaceinterfaceThis 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 ELContainerAbleModifier and TypeMethodDescriptionstatic BSFinalStateBSFinalStateHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Object Final State with template and container.static BSFinalStateBSFinalStateHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Object Final State with stereotype and container.static BSInitStateBSInitStateHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Object Initial State with template and container.static BSInitStateBSInitStateHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Object Initial State with stereotype and container.static BSRegularStateBSRegularStateHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Object State with template and container.static BSRegularStateBSRegularStateHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Object State with stereotype and container.static BSTransitionBSTransitionHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget) Create a new State Transition with template from source to target element.static BSTransitionBSTransitionHelper.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.icw2bsdiaModifier and TypeInterfaceDescriptioninterfaceinterfaceThis is a utility class for BSDiaNode that provides static methods for creation or other purposes.interfaceinterfaceinterfaceinterfaceinterfaceThis 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 ELContainerAbleModifier and TypeMethodDescriptionstatic BSDiaBSDiaHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Business Object State Diagram with template and container.static BSDiaBSDiaHelper.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.icw2classModifier and TypeInterfaceDescriptioninterfaceAn actor specifies a role played by a user or any other system that interacts with the subject.interfaceAn 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.interfaceA model element that has both association and class properties.interfaceAn association describes a set of tuples whose values refer to typed instances.interfaceA behavioral feature is a feature of a classifier that specifies an aspect of the behavior of its instances.interfaceA classifier can have behavior specifications defined in its namespace.interfaceThe 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.interfaceA classifier is a classification of instances - it describes a set of instances that have features in common.interfaceA classifier template parameter exposes a classifier as a formal template parameter.interfaceA collaboration describes a structure of collaborating elements (roles), each performing a specialized function, which collectively accomplish some desired functionality.interfaceA 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.interfaceA communication path is an association between two deployment targets which they are able to exchange signals and messages through.interfaceA component represents a modular part of a system that encapsulates its contents and whose manifestation is replaceable within its environment.interfaceThe 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.interfaceA ConnectAbleElement is an abstract metaclass representing a set of instances that plays the role of a classifier.interfaceSpecifies a link that enables communication between two or more instances.interfaceA connector end is an endpoint of a connector which attaches the connector to a connectable element.interfaceA data type is a type whose instances are only identified by their value.interfaceThe declaration of this element.interfaceThis is a utility class for CLDeclarationAbleClassifier that provides static methods for creation or other purposes.interfaceA deployed artifact is an artifact or artifact instance that has been deployed to a deployment target.interfaceA deployment is the allocation of an artifact or artifact instance to a deployment target.interfaceA deployment specification specifies a set of properties that determine execution parameters of a component artifact that is deployed on a node.interfaceA deployment target is the location for a deployed artifact.interfaceA device is a physical computational resource with processing capability which artifacts may be deployed for execution on.interfaceThis is a utility class for CLEncapsulatedClassifier that provides static methods for creation or other purposes.interfaceAn enumeration is a data type whose values are enumerated in the model as enumeration literals.interfaceAn enumeration literal is a user-defined data value for an enumeration.interfaceAn 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.interfaceinterfaceAn 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.interfaceA feature declares a behavioral or structural characteristic of instances of classifiers.interfaceA generalization relates a specific classifier to a more general classifier and is owned by the specific classifier.interfaceinterfaceAn instance specification is a model element that represents an instance in a modeled system.interfaceThis is a utility class for CLInstSpec that provides static methods for creation or other purposes.interfaceAn interface is a kind of classifier that represents a declaration of a set of coherent public features and obligations.interfaceAn interface realization is a specialized realization relationship between a classifier and an interface.interfaceA manifestation is the concrete physical rendering of one or more model elements by an artifact.interfaceA node is a computational resource which artifacts may be deployed for execution on.interfaceAn operation is a behavioral feature of a classifier that specifies the name, type, parameters and constraints for invoking an associated behavior.interfaceA parameter is a specification of an argument used to pass information into or out of an invocation of a behavioral feature.interfaceThis is a utility class for CLParameterAble that provides static methods for creation or other purposes.interfaceA 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.interfaceA 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.interfaceA primitive type defines a predefined data type, without any relevant substructure (it has no parts).interfaceA property is a structural feature.interfaceA reception is a declaration stating that a classifier is prepared to react to the receipt of a signal.interfaceinterfaceA signal is a specification of send request instances communicated between objects.interfaceA slot specifies that an entity modeled by an instance specification has a value or values for a specific structural feature.interfaceThis is a utility class for CLStructuredClassifier that provides static methods for creation or other purposes.interfaceinterfaceThis is a utility class for CLStructureElement that provides static methods for creation or other purposes.interfaceinterfaceinterfaceA substitution is a relationship between two classifiers and signifies that the substituting classifier complies with the contract specified by the contract classifier.interfaceACLTemplateAbleElementis an element that can optionally be defined as template and bound to other templates.interfaceinterfaceA template parameter exposes a parameter able element as as formal template parameter of a template.interfaceinterfaceA template parameter substitution relates the actual parameter to a formal template parameter as a part of a template.interfaceA use case is the specification of a set of actions performed by a system.interfaceThis 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 ELContainerAbleModifier and TypeMethodDescriptionstatic CLArtifactCLArtifactHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Artifact with template and container.static CLArtifactCLArtifactHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Artifact with stereotype and container.static CLAssocClassCLAssocClassHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget) Create a new Association Class with template from source to target element.static CLAssocClassCLAssocClassHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, List<? extends ELElement> seqSel) Create a new Association Class with template, container and a sequence of elements.static CLAssocClassCLAssocClassHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget) Create a new Association Class with stereotype from source to target element.static CLAssocClassCLAssocClassHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, List<? extends ELElement> seqSel) Create a new Association Class with stereotype, container and a sequence of elements.static CLAssociationCLAssociationHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget) Create a new Association with template from source to target element.static CLAssociationCLAssociationHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, List<? extends ELElement> seqSel) Create a new Association with template, container and a sequence of elements.static CLAssociationCLAssociationHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget) Create a new Association with stereotype from source to target element.static CLAssociationCLAssociationHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, List<? extends ELElement> seqSel) Create a new Association with stereotype, container and a sequence of elements.static CLClassCLClassHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Class with template and container.static CLClassCLClassHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Class with stereotype and container.CLClassifierTemplateParameterHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Template Parameter with template and container.CLClassifierTemplateParameterHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Template Parameter with stereotype and container.static CLCollaborationCLCollaborationHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Collaboration with template and container.static CLCollaborationCLCollaborationHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Collaboration with stereotype and container.static CLCollaborationUseCLCollaborationUseHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement) Create a new Collaboration Use with template and container with requirement.static CLCollaborationUseCLCollaborationUseHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement) Create a new Collaboration Use with stereotype and container with requirement.static CLCommunicationPathCLCommunicationPathHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget) Create a new Communication Path with template from source to target element.static CLCommunicationPathCLCommunicationPathHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, List<? extends ELElement> seqSel) Create a new Communication Path with template, container and a sequence of elements.static CLCommunicationPathCLCommunicationPathHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget) Create a new Communication Path with stereotype from source to target element.static CLCommunicationPathCLCommunicationPathHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, List<? extends ELElement> seqSel) Create a new Communication Path with stereotype, container and a sequence of elements.static CLComponentCLComponentHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Component with template and container.static CLComponentCLComponentHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Component with stereotype and container.static CLComponentRealizationCLComponentRealizationHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget) Create a new Component Realization with template from source to target element.static CLComponentRealizationCLComponentRealizationHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget) Create a new Component Realization with stereotype from source to target element.static CLConnectorCLConnectorHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget) Create a new Connector with template from source to target element.static CLConnectorCLConnectorHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget) Create a new Connector with stereotype from source to target element.static CLDeploymentCLDeploymentHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget) Create a new Deployment with template from source to target element.static CLDeploymentCLDeploymentHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget) Create a new Deployment with stereotype from source to target element.static CLDeploymentSpecCLDeploymentSpecHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Deployment Specification with template and container.static CLDeploymentSpecCLDeploymentSpecHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Deployment Specification with stereotype and container.static CLDeviceCLDeviceHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Device with template and container.static CLDeviceCLDeviceHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Device with stereotype and container.static CLEnumerationCLEnumerationHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Enumeration Type with template and container.static CLEnumerationCLEnumerationHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Enumeration Type with stereotype and container.static CLEnumLiteralCLEnumLiteralHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Enumeration Literal with template and container.static CLEnumLiteralCLEnumLiteralHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Enumeration Literal with stereotype and container.static CLExecEnvCLExecEnvHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Execution Environment with template and container.static CLExecEnvCLExecEnvHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Execution Environment with stereotype and container.static CLExtendCLExtendHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget) Create a new Extend Relationship with template from source to target element.static CLExtendCLExtendHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget) Create a new Extend Relationship with stereotype from source to target element.static CLExtensionPointCLExtensionPointHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Extension Point with template and container.static CLExtensionPointCLExtensionPointHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Extension Point with stereotype and container.static CLGeneralizationCLGeneralizationHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget) Create a new Generalization with template from source to target element.static CLGeneralizationCLGeneralizationHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget) Create a new Generalization with stereotype from source to target element.static CLIncludeCLIncludeHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget) Create a new Include Relationship with template from source to target element.static CLIncludeCLIncludeHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget) Create a new Include Relationship with stereotype from source to target element.static CLInstanceSpecificationCLInstanceSpecificationHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Instance Specification with template and container.static CLInstanceSpecificationCLInstanceSpecificationHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement) Create a new Instance Specification with template and container with requirement.static CLInstanceSpecificationCLInstanceSpecificationHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget, ELElement ohRequirement) Create a new Instance Specification with template from source to target element with requirement.static CLInstanceSpecificationCLInstanceSpecificationHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, List<? extends ELElement> seqSel, ELElement ohRequirement) Create a new Instance Specification with template, container and a sequence of elements with requirement.static CLInstanceSpecificationCLInstanceSpecificationHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Instance Specification with stereotype and container.static CLInstanceSpecificationCLInstanceSpecificationHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement) Create a new Instance Specification with stereotype and container with requirement.static CLInstanceSpecificationCLInstanceSpecificationHelper.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 CLInstanceSpecificationCLInstanceSpecificationHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, List<? extends ELElement> seqSel, ELElement ohRequirement) Create a new Instance Specification with stereotype, container and a sequence of elements with requirement.static CLInterfaceCLInterfaceHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Interface with template and container.static CLInterfaceCLInterfaceHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Interface with stereotype and container.static CLInterfaceRealizationCLInterfaceRealizationHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget) Create a new Interface Realization with template from source to target element.static CLInterfaceRealizationCLInterfaceRealizationHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget) Create a new Interface Realization with stereotype from source to target element.static CLManifestationCLManifestationHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget) Create a new Manifestation with template from source to target element.static CLManifestationCLManifestationHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget) Create a new Manifestation with stereotype from source to target element.static CLNodeCLNodeHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Node with template and container.static CLNodeCLNodeHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Node with stereotype and container.static CLOperationCLOperationHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Operation with template and container.static CLOperationCLOperationHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Operation with stereotype and container.static CLParameterCLParameterHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Parameter with template and container.static CLParameterCLParameterHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Parameter with stereotype and container.static CLParameterSetCLParameterSetHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Parameter Set with template and container.static CLParameterSetCLParameterSetHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Parameter Set with stereotype and container.static CLPortCLPortHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Port with template and container.static CLPortCLPortHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Port with stereotype and container.static CLPrimitiveTypeCLPrimitiveTypeHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Primitive Type with template and container.static CLPrimitiveTypeCLPrimitiveTypeHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Primitive Type with stereotype and container.static CLPropertyCLPropertyHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Property with template and container.static CLPropertyCLPropertyHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Property with stereotype and container.static CLReceptionCLReceptionHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement) Create a new Reception with template and container with requirement.static CLReceptionCLReceptionHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement) Create a new Reception with stereotype and container with requirement.static CLRoleBindingCLRoleBindingHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget, ELElement ohRequirement) Create a new Role Binding with template from source to target element with requirement.static CLRoleBindingCLRoleBindingHelper.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 CLSignalCLSignalHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Signal with template and container.static CLSignalCLSignalHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Signal with stereotype and container.static CLSlotCLSlotHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement) Create a new Slot with template and container with requirement.static CLSlotCLSlotHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement) Create a new Slot with stereotype and container with requirement.static CLStructureDefinitionCLStructureDefinitionHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Structure Definition with template and container.static CLStructureDefinitionCLStructureDefinitionHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Structure Definition with stereotype and container.static CLStructureEntryCLStructureEntryHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Structure Entry with template and container.static CLStructureEntryCLStructureEntryHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement) Create a new Structure Entry with template and container with requirement.static CLStructureEntryCLStructureEntryHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Structure Entry with stereotype and container.static CLStructureEntryCLStructureEntryHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement) Create a new Structure Entry with stereotype and container with requirement.static CLStructureGroupCLStructureGroupHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Structure Group with template and container.static CLStructureGroupCLStructureGroupHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement) Create a new Structure Group with template and container with requirement.static CLStructureGroupCLStructureGroupHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Structure Group with stereotype and container.static CLStructureGroupCLStructureGroupHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement) Create a new Structure Group with stereotype and container with requirement.static CLSubstitutionCLSubstitutionHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget) Create a new Substitution with template from source to target element.static CLSubstitutionCLSubstitutionHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget) Create a new Substitution with stereotype from source to target element.static CLTemplateBindingCLTemplateBindingHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget) Create a new Template Binding with template from source to target element.static CLTemplateBindingCLTemplateBindingHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget) Create a new Template Binding with stereotype from source to target element.static CLUseCaseCLUseCaseHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Use Case with template and container.static CLUseCaseCLUseCaseHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Use Case with stereotype and container.static CLSlotCLSlotHelper.createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement) Create a new Slot with template and container with requirement.static CLSlotCLSlotHelper.createAndMaintain(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement) Create a new Slot with stereotype and container with requirement. -
Uses of ELContainerAble in de.mid.innovator.srv2api.icw2cldia
Subinterfaces of ELContainerAble in de.mid.innovator.srv2api.icw2cldiaModifier and TypeInterfaceDescriptioninterfaceThe following nodes and edges are typically drawn in a class diagram: Association Aggregation Class Composition Dependency Generalization Interface InterfaceRealization RealizationinterfaceThe following nodes and edges are typically drawn in a component diagram: Component Interface ComponentRealization, InterfaceRealization, Usage Dependencies Class Artifact PortinterfaceA composite structure diagram depicts the internal structure of a classifier, as well as the use of a collaboration in a collaboration use.interfaceinterfaceThis is a utility class for CLDia that provides static methods for creation or other purposes.interfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceThis is a utility class for CLDiaCompartmentAbleNode that provides static methods for creation or other purposes.interfaceinterfaceinterfaceinterfaceinterfaceThis is a utility class for CLDiaElemNode that provides static methods for creation or other purposes.interfaceinterfaceinterfaceThis is a utility class for CLDiaHierCompNode that provides static methods for creation or other purposes.interfaceinterfaceinterfaceThis is a utility class for CLDiaHierNode that provides static methods for creation or other purposes.interfaceinterfaceinterfaceinterfaceinterfaceinterfaceThis is a utility class for CLDiaHierStructNode that provides static methods for creation or other purposes.interfaceinterfaceinterfaceinterfaceThis is a utility class for CLDiaMergeAbleEdge that provides static methods for creation or other purposes.interfaceThis is a utility class for CLDiaMergeAbleNode that provides static methods for creation or other purposes.interfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceThis is a utility class for CLHierarchyAbleDia that provides static methods for creation or other purposes.interfaceinterfaceinterfaceUse case diagrams are a specialization of classifier diagrams; the classifiers shown are restricted to being either actors or use cases.Methods in de.mid.innovator.srv2api.icw2cldia with parameters of type ELContainerAbleModifier and TypeMethodDescriptionstatic CLClassDiaCLClassDiaHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Class Diagram with template and container.static CLClassDiaCLClassDiaHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Class Diagram with stereotype and container.static CLComponentDiaCLComponentDiaHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Component Diagram with template and container.static CLComponentDiaCLComponentDiaHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Component Diagram with stereotype and container.static CLCompositeStructureDiaCLCompositeStructureDiaHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Composite Structure Diagram with template and container.static CLCompositeStructureDiaCLCompositeStructureDiaHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Composite Structure Diagram with stereotype and container.static CLDeploymentDiaCLDeploymentDiaHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Deployment Diagram with template and container.static CLDeploymentDiaCLDeploymentDiaHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Deployment Diagram with stereotype and container.static CLRequirementDiaCLRequirementDiaHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Requirements Diagram with template and container.static CLRequirementDiaCLRequirementDiaHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Requirements Diagram with stereotype and container.static CLStructureDefinitionDiaCLStructureDefinitionDiaHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Structure Diagram with template and container.static CLStructureDefinitionDiaCLStructureDefinitionDiaHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Structure Diagram with stereotype and container.static CLUseCaseDiaCLUseCaseDiaHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Use Case Diagram with template and container.static CLUseCaseDiaCLUseCaseDiaHelper.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.icw2dbModifier and TypeInterfaceDescriptioninterfaceThis is a utility class for DBAuthorization that provides static methods for creation or other purposes.interfaceThis is a utility class for DBAuthorizationIdentifier that provides static methods for creation or other purposes.interfaceinterfaceThis is a utility class for DBColumn that provides static methods for creation or other purposes.interfaceinterfaceADBConnectionholds all data needed to connect a real Database System.interfaceinterfaceinterfaceinterfaceinterfaceThe merge methods ofDBTableare creating aDBMergedTableto keep information which was the assimilated table.interfaceThe merge methods ofDBTableare creating aDBMergedTableto keep information which was the assimilated table.interfaceADBPackageis both aMEPackagefor organizing elements in a tree and aDBSQLObjectfor modeling privileges or relationships to other SQL objects.interfaceinterfaceinterfaceinterfaceinterfaceADBSiblingConstraintin the DB model is the counterpart to aERGeneralizationSetin the ER model.interfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceThis is a utility class for DBViewElement that provides static methods for creation or other purposes.interfaceinterfaceADBViewSubselectFromof aDBViewpoints to anDBColumnSetto use its columns in subselects wihtin expressions.Methods in de.mid.innovator.srv2api.icw2db with parameters of type ELContainerAbleModifier and TypeMethodDescriptionstatic DBCheckConstraintDBCheckConstraintHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new SQL Check Constraint with template and container.static DBCheckConstraintDBCheckConstraintHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new SQL Check Constraint with stereotype and container.static DBForeignKeyDBForeignKeyHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement) Create a new Foreign Key (of Table) with template and container with requirement.static DBForeignKeyDBForeignKeyHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement) Create a new Foreign Key (of Table) with stereotype and container with requirement.static DBGroupDBGroupHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Group (in Database System) with template and container.static DBGroupDBGroupHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Group (in Database System) with stereotype and container.static DBIndexedColumnDBIndexedColumnHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement) Create a new Indexed Table Column with template and container with requirement.static DBIndexedColumnDBIndexedColumnHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement) Create a new Indexed Table Column with stereotype and container with requirement.static DBIndexDBIndexHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Table Index with template and container.static DBIndexDBIndexHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Table Index with stereotype and container.static DBMergedTableDBMergedTableHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Merged Table with template and container.static DBMergedTableDBMergedTableHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Merged Table with stereotype and container.static DBPackageDBPackageHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Database Object Group with template and container.static DBPackageDBPackageHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Database Object Group with stereotype and container.static DBPrivilegeDBPrivilegeHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Privilege (in Database System) with template and container.static DBPrivilegeDBPrivilegeHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Privilege (in Database System) with stereotype and container.static DBProcedureExpressionDBProcedureExpressionHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement) Create a new Procedure Expression with template and container with requirement.static DBProcedureExpressionDBProcedureExpressionHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement) Create a new Procedure Expression with stereotype and container with requirement.static DBRoleAuthorizationDBRoleAuthorizationHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement) Create a new Role Authorization (in Database System) with template and container with requirement.static DBRoleAuthorizationDBRoleAuthorizationHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement) Create a new Role Authorization (in Database System) with stereotype and container with requirement.static DBRoleDBRoleHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Role (in Database System) with template and container.static DBRoleDBRoleHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Role (in Database System) with stereotype and container.static DBSiblingConstraintDBSiblingConstraintHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Constraint (of disjoint DB Tables) with template and container.static DBSiblingConstraintDBSiblingConstraintHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Constraint (of disjoint DB Tables) with stereotype and container.static DBSQLGenericDBSQLGenericHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Generic SQL with template and container.static DBSQLGenericDBSQLGenericHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Generic SQL with stereotype and container.static DBStoredProcedureDBStoredProcedureHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Stored Procedure with template and container.static DBStoredProcedureDBStoredProcedureHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Stored Procedure with stereotype and container.static DBTableColumnDBTableColumnHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Table Column with template and container.static DBTableColumnDBTableColumnHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Table Column with stereotype and container.static DBTableDBTableHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Database Table with template and container.static DBTableDBTableHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Database Table with stereotype and container.static DBTriggerDBTriggerHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Database Trigger with template and container.static DBTriggerDBTriggerHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Database Trigger with stereotype and container.static DBUniqueKeyDBUniqueKeyHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Key (in Database Schema) with template and container.static DBUniqueKeyDBUniqueKeyHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Key (in Database Schema) with stereotype and container.static DBUserDBUserHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new User (in Database System) with template and container.static DBUserDBUserHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new User (in Database System) with stereotype and container.static DBViewColumnDBViewColumnHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Column (of Database View) with template and container.static DBViewColumnDBViewColumnHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Column (of Database View) with stereotype and container.static DBViewFromDBViewFromHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement) Create a new From Clause (in Database View) with template and container with requirement.static DBViewFromDBViewFromHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement) Create a new From Clause (in Database View) with stereotype and container with requirement.static DBViewDBViewHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Database View with template and container.static DBViewDBViewHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Database View with stereotype and container.static DBViewSubselectFromDBViewSubselectFromHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement) Create a new Subselect From Clause (in Database View) with template and container with requirement.static DBViewSubselectFromDBViewSubselectFromHelper.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 DBForeignKeyDBForeignKeyHelper.createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement) Create a new Foreign Key (of Table) with template and container with requirement.static DBForeignKeyDBForeignKeyHelper.createAndMaintain(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement) Create a new Foreign Key (of Table) with stereotype and container with requirement.static DBViewColumnDBViewColumnHelper.createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Column (of Database View) with template and container.static DBViewColumnDBViewColumnHelper.createAndMaintain(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Column (of Database View) with stereotype and container.static DBViewFromDBViewFromHelper.createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement) Create a new From Clause (in Database View) with template and container with requirement.static DBViewFromDBViewFromHelper.createAndMaintain(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement) Create a new From Clause (in Database View) with stereotype and container with requirement.static List<DBForeignKey> DBForeignKeyHelper.createByER(SrvContext srvCtx, ELContainerAble ohDBElement, MENamedElement ohERElement) This method creates (if possible) aDBForeignKeyfor the givenERForeignKey(ER element) in the givenDBTable(DB element).static DBSiblingConstraintDBSiblingConstraintHelper.createByER(SrvContext srvCtx, ELContainerAble ohDBElement, MENamedElement ohERElement) This method creates aDBSiblingConstraintfor the givenERGeneralizationSet(ER element) in the givenMEModel(DB element).static List<DBTableColumn> DBTableColumnHelper.createByER(SrvContext srvCtx, ELContainerAble ohDBElement, MENamedElement ohERElement) This method creates aDBTableColumnfor the givenERAttribute(ER element) in the givenDBTable(DB element).
This standard mapping creates aMEMappingDependencywith the attribute as requirement element and with the newly created table column as implementation element.static DBTableDBTableHelper.createByER(SrvContext srvCtx, ELContainerAble ohDBElement, MENamedElement ohERElement) static List<DBUniqueKey> DBUniqueKeyHelper.createByER(SrvContext srvCtx, ELContainerAble ohDBElement, MENamedElement ohERElement) This method creates aDBUniqueKeyfor the givenERUniqueKey(ER element) in the givenDBTable(DB element).
This standard mapping creates aMEMappingDependencywith the ER key as requirement element and with the newly created DB key as implementation element.static DBTableColumnDBTableColumnHelper.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.icw2dbdiaModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceMethods in de.mid.innovator.srv2api.icw2dbdia with parameters of type ELContainerAbleModifier and TypeMethodDescriptionstatic DBDiaDBDiaHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Database Diagram with template and container.static DBDiaDBDiaHelper.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.icw2dgModifier and TypeInterfaceDescriptioninterfaceAn additional structuring chapter in the documentation structure.interfaceA DGAttachmentChapter is a specialization of a documentation standard chapter.interfaceRepresents a chapter in a documentation.interfaceRepresents a documentation command.interfaceThe root of a documentation structure.interfaceRepresents a usage of a documentation template in a documentation structure.interfaceDGPictures are specializations of documentation standard chapters.interfaceRepresents the root of a documentation.interfaceA documentation selection links a documentation structure to layout information such as title page, header information, footer information and documentation configuration.interfaceRepresents a chapter in the documentation containing information about a model element.interfaceReresents a column in a Documentation table.interfaceA template of documentation standard chapters for common usage in documentation structures.interfaceRepresents a usage of a model browser template in a model browser tree.interfaceRepresents the root of the innovator model browser's detail view window's root.interfaceA template of documentation standard chapters for common usage in model browsers.interfaceA chapter in the documentation containing verification information about a model element.interfaceDGViewChapters 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.icw2dmModifier and TypeInterfaceDescriptioninterfaceThe classDMBindingis used to model, in anDMInvocationelement, the binding of the called function's formal parameters to values.interfaceADMChildExpressionis used to hold anDMExpressioninside a node.interfaceADMConditionalis a visual way to express an if statement.interfaceADMContextis composed of any number of context entries, which are instances ofDMContextEntry.interfaceThe classDMContextEntryis used to model FEEL context entries when a context is modeled as aDMContextelement.interfaceThe classDMDecisionRuleis used to model the rules in aDMDecisionTable.interfaceThe classDMDecisionTableis used to model a decision table.interfaceAn 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.interfaceADMFilteris a visual way to express list filtering.interfaceTheDMFunctionDefinitionthat is contained in aDRBusinessKnowledgeModelelement is the reusable module of decision logic that is represented by theDRBusinessKnowledgeModelelement.interfaceinterfaceThe classDMInformationItemis used to model variables at the decision logic level in decision models.interfaceThe classDMInputClauseis used to model aDMDecisionTableinput.interfaceThe classDMInvocationis used to model invocations as a kind ofDMExpression.interfaceAnDMIteratoris the abstract class for all boxed iteration.interfaceADMListis simply a list of element, which are instances ofDMExpression.interfaceThe classDMLiteralExpressionis used to model a value expression whose value is specified by text in some specified expression language.interfaceDMNElementis the abstract superclass for the decision model elements.interfaceThe classDMOutputClauseis used to model aDMDecisionTableoutput.interfaceADMRelationis convenient shorthand for a list of similar contexts.interfaceThe classDMRuleAnnotationis used to model the annotations of aDMDecisionRule.interfaceThe classDMRuleAnnotationClauseis used to model aDMDecisionTableannotation.interfaceADMTypedChildExpressionis used to hold an expression inside anDMIterator.interfaceThis is a utility class for DMValueRangeRefAble that provides static methods for creation or other purposes.interfaceThe classDRAuthorityRequirementis used to model an authority requirement, as represented by an arrow drawn with dashed line and a filled circular head in a DRD byDRDiaRequirementEdge.interfaceThe classDRBusinessKnowledgeModelis used to model a business knowledge model.interfaceThe classDRDecisionis used to model a decision.interfaceThis is a utility class for DRDecisionAble that provides static methods for creation or other purposes.interfaceThis is a utility class for DRDecisionOutputAble that provides static methods for creation or other purposes.interfaceinterfaceDRGElementis the abstract superclass for all DMN elements that are graphical represented in aDRDecisionRequirementDia.interfaceThe classDRInformationRequirementis used to model an information requirement, as represented by a plain arrow in a DRD byDRDiaRequirementEdge.interfaceDMN uses the classDRInputDatato model the inputs of aDRDecisionwhose values are defined outside of the decision model.interfaceThis is a utility class for DRInvocable that provides static methods for creation or other purposes.interfaceThe classDRKnowledgeRequirementis used to model a knowledge requirement, as represented by a dashed arrow in a DRD byDRDiaRequirementEdge.interfaceThe classDRKnowledgeSourceis used to model authoritative knowledge sources in a decision model.interfaceDRRequirementis the abstract superclass for all requirements that are graphical represented in aDRDecisionRequirementDia.Fields in de.mid.innovator.srv2api.icw2dm declared as ELContainerAbleModifier and TypeFieldDescriptionARG_NewDMExpression.ohContainercontainer for the new expressionARG_NewDMFunctionDefinition.ohContainercontainer for the new function definitionARG_NewDMInvocation.ohContainercontainer for the new invocationARG_NewDMIterator.ohContainercontainer for the new iteratorARG_NewDMLiteralExpressionByFlowTextWithReference.ohContainercontainer for the new literal expressionARG_NewDMLiteralExpressionByText.ohContainercontainer for the new literal expressionMethods in de.mid.innovator.srv2api.icw2dm with parameters of type ELContainerAbleModifier and TypeMethodDescriptionstatic DMConditionalDMConditionalHelper.create(SrvContext srvCtx, ELContainerAble ohContainer, boolean isMaintaining) Creates a newDMConditionalas content of the specifiedELContainerAble.static DMContextDMContextHelper.create(SrvContext srvCtx, ELContainerAble ohContainer, boolean isMaintaining) Creates a newDMContextas content of the specifiedELContainerAble.static DMDecisionTableDMDecisionTableHelper.create(SrvContext srvCtx, ELContainerAble ohContainer, boolean isMaintaining) Creates a newDMDecisionTableas content of the specifiedELContainerAble.static DMFilterDMFilterHelper.create(SrvContext srvCtx, ELContainerAble ohContainer, boolean isMaintaining) Creates a newDMFilteras content of the specifiedELContainerAble.static DMFunctionDefinitionDMFunctionDefinitionHelper.create(SrvContext srvCtx, ELContainerAble ohContainer, K_DM_FUNCTION kFunction, boolean isMaintaining) Creates a newDMFunctionDefinitionas content of the specifiedELContainerAble.static DMGroupDMGroupHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Group (DMN) with template and container.static DMGroupDMGroupHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Group (DMN) with stereotype and container.static DMInvocationDMInvocationHelper.create(SrvContext srvCtx, ELContainerAble ohContainer, DMFunctionDefinition ohCalledFunction, boolean isMaintaining) static DMIteratorDMIteratorHelper.create(SrvContext srvCtx, ELContainerAble ohContainer, K_DM_ITERATOR kIterator, boolean isMaintaining) Creates a newDMIteratoras content of the specifiedELContainerAble.static DMListDMListHelper.create(SrvContext srvCtx, ELContainerAble ohContainer, boolean isMaintaining) Creates a newDMListas content of the specifiedELContainerAble.static DMLiteralExpressionDMLiteralExpressionHelper.create(SrvContext srvCtx, ELContainerAble ohContainer, String strText) Creates a newDMLiteralExpressionwith an unformatted text as content of the specifiedELContainerAble.static DMLiteralExpressionDMLiteralExpressionHelper.create(SrvContext srvCtx, ELContainerAble ohContainer, String strText, String strFlowText, DMInformationItem ohRef) Creates a newDMLiteralExpressionwith a formatted text and a referencedDMInformationItemas content of the specifiedELContainerAble.static DMRelationDMRelationHelper.create(SrvContext srvCtx, ELContainerAble ohContainer, boolean isMaintaining) Creates a newDMRelationas content of the specifiedELContainerAble.static DRAuthorityRequirementDRAuthorityRequirementHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget) Create a new Authority Requirement with template from source to target element.static DRAuthorityRequirementDRAuthorityRequirementHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget) Create a new Authority Requirement with stereotype from source to target element.static DRBusinessKnowledgeModelDRBusinessKnowledgeModelHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Business Knowledge Model with template and container.static DRBusinessKnowledgeModelDRBusinessKnowledgeModelHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Business Knowledge Model with stereotype and container.static DRDecisionDRDecisionHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Decision with template and container.static DRDecisionDRDecisionHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Decision with stereotype and container.static DRDecisionServiceDRDecisionServiceHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Decision Service with template and container.static DRDecisionServiceDRDecisionServiceHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Decision Service with stereotype and container.static DRInformationRequirementDRInformationRequirementHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget) Create a new Information Requirement with template from source to target element.static DRInformationRequirementDRInformationRequirementHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget) Create a new Information Requirement with stereotype from source to target element.static DRInputDataDRInputDataHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Input Data with template and container.static DRInputDataDRInputDataHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Input Data with stereotype and container.static DRKnowledgeRequirementDRKnowledgeRequirementHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget) Create a new Knowledge Requirement with template from source to target element.static DRKnowledgeRequirementDRKnowledgeRequirementHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget) Create a new Knowledge Requirement with stereotype from source to target element.static DRKnowledgeSourceDRKnowledgeSourceHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Knowledge Source with template and container.static DRKnowledgeSourceDRKnowledgeSourceHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Knowledge Source with stereotype and container.static DRKnowledgeRequirementDRKnowledgeRequirementHelper.createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget) Create a new Knowledge Requirement with template from source to target element.static DRKnowledgeRequirementDRKnowledgeRequirementHelper.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 ELContainerAbleModifierConstructorDescriptionARG_NewDMExpression(ELContainerAble ohContainer, boolean isMaintaining) ARG_NewDMFunctionDefinition(ELContainerAble ohContainer, K_DM_FUNCTION kFunction, boolean isMaintaining) ARG_NewDMInvocation(ELContainerAble ohContainer, DMFunctionDefinition ohCalledFunction, boolean isMaintaining) ARG_NewDMIterator(ELContainerAble ohContainer, K_DM_ITERATOR kIterator, boolean isMaintaining) ARG_NewDMLiteralExpressionByFlowTextWithReference(ELContainerAble ohContainer, String strText, String strFlowText, DMInformationItem ohRef) ARG_NewDMLiteralExpressionByText(ELContainerAble ohContainer, String strText) -
Uses of ELContainerAble in de.mid.innovator.srv2api.icw2drdia
Subinterfaces of ELContainerAble in de.mid.innovator.srv2api.icw2drdiaModifier and TypeInterfaceDescriptioninterfaceTheDRDecisionRequirementDiadisplays a Decision Requirement Graph.interfaceinterfaceinterfaceADRDiaDecisionNodeis the graphical representation of aDRDecision.interfaceinterfaceinterfaceinterfaceADRDiaInputDataNodeis the graphical representation of aDRInputData.interfaceADRDiaKnowledgeNodeis the graphical representation of aDRBusinessKnowledgeModel.interfaceADRDiaKnowledgeSourceNodeis the graphical representation of aDRKnowledgeSource.interfaceThis is a utility class for DRDiaNode that provides static methods for creation or other purposes.interfaceADRDiaRequirementEdgeis the graphical representation of aDRAuthorityRequirement,DRInformationRequirementorDRKnowledgeRequirement.interfaceinterfaceMethods in de.mid.innovator.srv2api.icw2drdia with parameters of type ELContainerAbleModifier and TypeMethodDescriptionstatic DRDecisionRequirementDiaDRDecisionRequirementDiaHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Decision Requirements Diagram with template and container.static DRDecisionRequirementDiaDRDecisionRequirementDiaHelper.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.icw2elemModifier and TypeInterfaceDescriptioninterfaceThis is a utility class for ELAssociation that provides static methods for creation or other purposes.interfaceThis is a utility class for ELClassifier that provides static methods for creation or other purposes.interfaceRepresents a common comment.interfaceThis is a utility class for ELConstraint that provides static methods for creation or other purposes.interfaceThis is a utility class for ELM2Association that provides static methods for creation or other purposes.interfaceThis is a utility class for ELM2Attribute that provides static methods for creation or other purposes.interfaceThis is a utility class for ELM2Class that provides static methods for creation or other purposes.interfaceThis is a utility class for ELM2Package that provides static methods for creation or other purposes.interfaceThis is a utility class for ELM2Schema that provides static methods for creation or other purposes.interfaceThis is a utility class for ELM2Type that provides static methods for creation or other purposes.interfaceThis is a utility class for ELM2TypeBoolean that provides static methods for creation or other purposes.interfaceThis is a utility class for ELM2TypeDateTime that provides static methods for creation or other purposes.interfaceThis is a utility class for ELM2TypeDecimal that provides static methods for creation or other purposes.interfaceThis is a utility class for ELM2TypeEnum that provides static methods for creation or other purposes.interfaceThis is a utility class for ELM2TypeInteger that provides static methods for creation or other purposes.interfaceThis is a utility class for ELM2TypeLong that provides static methods for creation or other purposes.interfaceThis is a utility class for ELM2TypeRange that provides static methods for creation or other purposes.interfaceThis is a utility class for ELM2TypeString that provides static methods for creation or other purposes.interfaceThis is a utility class for ELM2TypeVoid that provides static methods for creation or other purposes.interfaceThis is a utility class for ELM2Verify that provides static methods for creation or other purposes.interfaceThis is a utility class for ELMultiplicityAble that provides static methods for creation or other purposes.interfaceThis is a utility class for ELMultiplicityAbleTypedElement that provides static methods for creation or other purposes.interfaceThis is a utility class for ELNamespaceAble that provides static methods for creation or other purposes.interfaceA package is a namespace for its members and may contain other packages.interfaceA PictureAble instance may contain a picture.interfaceThis is a utility class for ELPresOptAble that provides static methods for creation or other purposes.interfaceThis is a utility class for ELProperty that provides static methods for creation or other purposes.interfaceThis is a utility class for ELProxy that provides static methods for creation or other purposes.interfaceThis is a utility class for ELStructFeature that provides static methods for creation or other purposes.interfaceThis is a utility class for ELTranslationAble that provides static methods for creation or other purposes.interfaceThis is a utility class for ELValSpec that provides static methods for creation or other purposes.interfaceinterfaceinterfaceinterfaceinterfacethe specification of an expression.interfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceThis is a utility class for ELView that provides static methods for creation or other purposes.interfaceThis is a utility class for ELViewGroup that provides static methods for creation or other purposes.interfaceThis is a utility class for ELViewGroupAble that provides static methods for creation or other purposes.Fields in de.mid.innovator.srv2api.icw2elem declared as ELContainerAbleMethods in de.mid.innovator.srv2api.icw2elem with type parameters of type ELContainerAbleModifier and TypeMethodDescription<T extends ELContainerAble>
List<T> ELContAsgnAble.getOwnerTransitive(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) Recursivly returns all owners of this element.<T extends ELContainerAble>
List<T> ELContAsgnAble.getOwnerTransitive(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>
List<T> ELContAsgnAble.getSelfAndOwnerTransitive(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) Returns this element and recursivly returns all owners of this element.<T extends ELContainerAble>
List<T> ELContAsgnAble.getSelfAndOwnerTransitive(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 ELContainerAbleModifier and TypeMethodDescriptionELDependency.getClient()The element dependent on the supplier element.ELContAsgnAble.getFirstOwnerWhichIsConformTo(Class<? extends ELObject> kind) The first enclosing owner which is conform to the desired target argument kind.ELContAsgnAble.getOwner()Returns the owner of this element.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.ELRelshipBinDir.getSource()Element at the source side of this directed relationship.Methods in de.mid.innovator.srv2api.icw2elem with parameters of type ELContainerAbleModifier and TypeMethodDescriptionbooleanELContAsgnAble.isTransitiveChildOf(ELContainerAble refObj) True, if this element is a transitive child of theargument refObj.booleanELM2Class.isValidModelTarget(ELContainerAble refObj) True, if this element conforms toargument refObjand this element is a valid container of the provided element.voidELContAsgnAble.setOwner(ELContainerAble value) Set the value of Foreign Key Owner.Constructors in de.mid.innovator.srv2api.icw2elem with parameters of type ELContainerAbleModifierConstructorDescriptionARG_ELPackageProperty(ELContainerAble objParent, String name, K_VISIBILITY visibility, ELElement objStereotype, List<ELProxy> seqContainedProxies, List<ELPackage> seqContainedPackages) -
Uses of ELContainerAble in de.mid.innovator.srv2api.icw2er
Subinterfaces of ELContainerAble in de.mid.innovator.srv2api.icw2erModifier and TypeInterfaceDescriptioninterfaceIn anBI2Cube, the data is stored redundantly in segments of a multidimensional cube.interfaceABI2CubeDimensionis an axis of anBI2Cubeand refers to aBI2DimensionTreeto determine the semantics of the axis labeling.interfaceABI2CubeDimensionHierarchyindicates whichBI2Hierarchyis used for the axis labeling of theBI2CubeDimension.interfaceABI2DimensionAttributeis a property of aBI2DimensionLeveland is also used in all hierarchy levels that belong to this dimension level.interfaceABI2DimensionIdAttributeis a kind of aBI2DimensionAttributeused for item identification.interfaceABI2DimensionLeveldescribes the semantic of the unit for which the data is collected.interfaceABI2DimensionPrecedencebetween twoBI2DimensionLeveldimensional levels means that the upper level provides the aggregated data to the lower level.interfaceABI2DimensionIdAttributeis a kind of aBI2DimensionAttributeused for providing the data.interfaceABI2DimensionIdAttributeis a kind of aBI2DimensionAttributeused for sorting.interfaceABI2DimensionTreeis a quasi-hierarchy that describes the levels in which the data is aggregated.interfaceABI2Hierarchyis a path in aBI2DimensionTreethrough which the data is collected in aggregated form.interfaceABI2HierarchyLevelis the use of aBI2DimensionLevelin aBI2Hierarchyand thus indirectly the use of theERAttributeSetassigned to the dimension level.interfaceABI2MeasurementTimedefines the rule, at which point of time the data is determined.interfaceDeprecated: Use the BI2 classes for the 2nd generation procedure.interfaceDeprecated: Use the BI2 classes for the 2nd generation procedure.interfaceDeprecated: Use the BI2 classes for the 2nd generation procedure.interfaceDeprecated: Use the BI2 classes for the 2nd generation procedure.interfaceDeprecated: Use the BI2 classes for the 2nd generation procedure.interfaceAnERAttributeis a property of anEREntity.interfaceinterfaceAERCheckConstraintdescribes the value consistency of the attributes.interfaceAnEREntityas part of the Entity Relationship Model is specified by its attributes and its relationships to other entities.interfaceinterfaceAERGeneralizationis a special relationship between two entities.interfaceAERGeneralizationSetis a collection of generalization relationships to specify disjoint and covering instance sets of the specialization entities.interfaceinterfaceinterfaceinterfaceinterfaceAERViewto the Entity Relationship Model builds a table by joining and filtering the selected attributes.interfaceAnERViewAttributedescribes a column of anERView.interfaceinterfaceAERViewFromof aERViewpoints to anERAttributeSetto use its attributes for viewing or filtering.interfaceAERViewSubselectFromof aERViewpoints to anERAttributeSetto use its attributes in subselects wihtin expressions.Methods in de.mid.innovator.srv2api.icw2er with parameters of type ELContainerAbleModifier and TypeMethodDescriptionstatic BI2CubeDimensionBI2CubeDimensionHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement) Create a new Cube Dimension (OLAP 2) with template and container with requirement.static BI2CubeDimensionBI2CubeDimensionHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement) Create a new Cube Dimension (OLAP 2) with stereotype and container with requirement.static BI2CubeDimensionHierarchyBI2CubeDimensionHierarchyHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement) Create a new Cube Dimension Hierarchy Usage (OLAP 2) with template and container with requirement.static BI2CubeDimensionHierarchyBI2CubeDimensionHierarchyHelper.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 BI2CubeBI2CubeHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Cube (OLAP 2) with template and container.static BI2CubeBI2CubeHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Cube (OLAP 2) with stereotype and container.static BI2DimensionIdAttributeBI2DimensionIdAttributeHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Identification Attribute (in OLAP 2 Dimension Level) with template and container.static BI2DimensionIdAttributeBI2DimensionIdAttributeHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement) Create a new Identification Attribute (in OLAP 2 Dimension Level) with template and container with requirement.static BI2DimensionIdAttributeBI2DimensionIdAttributeHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Identification Attribute (in OLAP 2 Dimension Level) with stereotype and container.static BI2DimensionIdAttributeBI2DimensionIdAttributeHelper.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 BI2DimensionLevelBI2DimensionLevelHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Dimension Level (OLAP 2) with template and container.static BI2DimensionLevelBI2DimensionLevelHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement) Create a new Dimension Level (OLAP 2) with template and container with requirement.static BI2DimensionLevelBI2DimensionLevelHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Dimension Level (OLAP 2) with stereotype and container.static BI2DimensionLevelBI2DimensionLevelHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement) Create a new Dimension Level (OLAP 2) with stereotype and container with requirement.static BI2DimensionPrecedenceBI2DimensionPrecedenceHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget) Create a new Dimension Precedence (OLAP 2) with template from source to target element.static BI2DimensionPrecedenceBI2DimensionPrecedenceHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget) Create a new Dimension Precedence (OLAP 2) with stereotype from source to target element.static BI2DimensionShowAttributeBI2DimensionShowAttributeHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Show Attribute (in OLAP 2 Dimension Level) with template and container.static BI2DimensionShowAttributeBI2DimensionShowAttributeHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement) Create a new Show Attribute (in OLAP 2 Dimension Level) with template and container with requirement.static BI2DimensionShowAttributeBI2DimensionShowAttributeHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Show Attribute (in OLAP 2 Dimension Level) with stereotype and container.static BI2DimensionShowAttributeBI2DimensionShowAttributeHelper.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 BI2DimensionSortAttributeBI2DimensionSortAttributeHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Sort Attribute (in OLAP 2 Dimension Level) with template and container.static BI2DimensionSortAttributeBI2DimensionSortAttributeHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement) Create a new Sort Attribute (in OLAP 2 Dimension Level) with template and container with requirement.static BI2DimensionSortAttributeBI2DimensionSortAttributeHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Sort Attribute (in OLAP 2 Dimension Level) with stereotype and container.static BI2DimensionSortAttributeBI2DimensionSortAttributeHelper.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 BI2DimensionTreeBI2DimensionTreeHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Dimension (OLAP 2) with template and container.static BI2DimensionTreeBI2DimensionTreeHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Dimension (OLAP 2) with stereotype and container.static BI2HierarchyBI2HierarchyHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Hierarchy (OLAP 2) with template and container.static BI2HierarchyBI2HierarchyHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Hierarchy (OLAP 2) with stereotype and container.static BI2HierarchyLevelBI2HierarchyLevelHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement) Create a new Hierarchy Level (OLAP 2) with template and container with requirement.static BI2HierarchyLevelBI2HierarchyLevelHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement) Create a new Hierarchy Level (OLAP 2) with stereotype and container with requirement.static BI2MeasurementTimeBI2MeasurementTimeHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Measurement Time with template and container.static BI2MeasurementTimeBI2MeasurementTimeHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Measurement Time with stereotype and container.static BIHierarchyAttributeBIHierarchyAttributeHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement) Create a new Attribute (in OLAP Hierarchy Level) with template and container with requirement.static BIHierarchyAttributeBIHierarchyAttributeHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement) Create a new Attribute (in OLAP Hierarchy Level) with stereotype and container with requirement.static BIHierarchyBIHierarchyHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Hierarchy (OLAP) with template and container.static BIHierarchyBIHierarchyHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Hierarchy (OLAP) with stereotype and container.static BIHierarchyLevelBIHierarchyLevelHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement) Create a new Hierarchy Level (OLAP) with template and container with requirement.static BIHierarchyLevelBIHierarchyLevelHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement) Create a new Hierarchy Level (OLAP) with stereotype and container with requirement.static BIHierarchyRoleBIHierarchyRoleHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget) Create a new Role (in OLAP Hierarchy) with template from source to target element.static BIHierarchyRoleBIHierarchyRoleHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget) Create a new Role (in OLAP Hierarchy) with stereotype from source to target element.static BIHierarchySortAttributeBIHierarchySortAttributeHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement) Create a new Sorting Attribute (in OLAP Hierarchy Level) with template and container with requirement.static BIHierarchySortAttributeBIHierarchySortAttributeHelper.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 ERAttributeERAttributeHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Entity Attribute with template and container.static ERAttributeERAttributeHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Entity Attribute with stereotype and container.static ERCheckConstraintERCheckConstraintHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Check Constraint with template and container.static ERCheckConstraintERCheckConstraintHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Check Constraint with stereotype and container.static EREntityEREntityHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Entity with template and container.static EREntityEREntityHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Entity with stereotype and container.static ERForeignKeyERForeignKeyHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement) Create a new Foreign Key (of Entity) with template and container with requirement.static ERForeignKeyERForeignKeyHelper.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 ERGeneralizationERGeneralizationHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget) Create a new Generalization (of Entities) with template from source to target element.static ERGeneralizationERGeneralizationHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget, ELElement ohRequirement) Create a new Generalization (of Entities) with template from source to target element with requirement.static ERGeneralizationERGeneralizationHelper.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 ERGeneralizationERGeneralizationHelper.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 ERGeneralizationSetERGeneralizationSetHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Generalization Set (of Entity) with template and container.static ERGeneralizationSetERGeneralizationSetHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Generalization Set (of Entity) with stereotype and container.static ERRelationshipERRelationshipHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget) Create a new Entity Relationship with template from source to target element.static ERRelationshipERRelationshipHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, List<? extends ELElement> seqSel) Create a new Entity Relationship with template, container and a sequence of elements.static ERRelationshipERRelationshipHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget) Create a new Entity Relationship with stereotype from source to target element.static ERRelationshipERRelationshipHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, List<? extends ELElement> seqSel) Create a new Entity Relationship with stereotype, container and a sequence of elements.static ERUniqueKeyERUniqueKeyHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Unique Key with template and container.static ERUniqueKeyERUniqueKeyHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Unique Key with stereotype and container.static ERViewAttributeERViewAttributeHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Attribute (of Entity-Relationship View) with template and container.static ERViewAttributeERViewAttributeHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Attribute (of Entity-Relationship View) with stereotype and container.static ERViewFromERViewFromHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement) Create a new From Clause (in Entity-Relationship View) with template and container with requirement.static ERViewFromERViewFromHelper.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 ERViewERViewHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new View (of Entity-Relationship Model) with template and container.static ERViewERViewHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new View (of Entity-Relationship Model) with stereotype and container.static ERViewSubselectFromERViewSubselectFromHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement) Create a new Subselect From Clause (in Entity-Relationship View) with template and container with requirement.static ERViewSubselectFromERViewSubselectFromHelper.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 BI2CubeDimensionBI2CubeDimensionHelper.createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement) Create a new Cube Dimension (OLAP 2) with template and container with requirement.static BI2CubeDimensionBI2CubeDimensionHelper.createAndMaintain(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement) Create a new Cube Dimension (OLAP 2) with stereotype and container with requirement.static BI2CubeDimensionHierarchyBI2CubeDimensionHierarchyHelper.createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement) Create a new Cube Dimension Hierarchy Usage (OLAP 2) with template and container with requirement.static BI2CubeDimensionHierarchyBI2CubeDimensionHierarchyHelper.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 BI2DimensionLevelBI2DimensionLevelHelper.createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Dimension Level (OLAP 2) with template and container.static BI2DimensionLevelBI2DimensionLevelHelper.createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement) Create a new Dimension Level (OLAP 2) with template and container with requirement.static BI2DimensionLevelBI2DimensionLevelHelper.createAndMaintain(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Dimension Level (OLAP 2) with stereotype and container.static BI2DimensionLevelBI2DimensionLevelHelper.createAndMaintain(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement) Create a new Dimension Level (OLAP 2) with stereotype and container with requirement.static BI2DimensionPrecedenceBI2DimensionPrecedenceHelper.createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget) Create a new Dimension Precedence (OLAP 2) with template from source to target element.static BI2DimensionPrecedenceBI2DimensionPrecedenceHelper.createAndMaintain(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget) Create a new Dimension Precedence (OLAP 2) with stereotype from source to target element.static BI2HierarchyBI2HierarchyHelper.createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Hierarchy (OLAP 2) with template and container.static BI2HierarchyBI2HierarchyHelper.createAndMaintain(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Hierarchy (OLAP 2) with stereotype and container.static BI2HierarchyLevelBI2HierarchyLevelHelper.createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement) Create a new Hierarchy Level (OLAP 2) with template and container with requirement.static BI2HierarchyLevelBI2HierarchyLevelHelper.createAndMaintain(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement) Create a new Hierarchy Level (OLAP 2) with stereotype and container with requirement.static BIHierarchyLevelBIHierarchyLevelHelper.createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement) Create a new Hierarchy Level (OLAP) with template and container with requirement.static BIHierarchyLevelBIHierarchyLevelHelper.createAndMaintain(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement) Create a new Hierarchy Level (OLAP) with stereotype and container with requirement.static BIHierarchyRoleBIHierarchyRoleHelper.createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget) Create a new Role (in OLAP Hierarchy) with template from source to target element.static BIHierarchyRoleBIHierarchyRoleHelper.createAndMaintain(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget) Create a new Role (in OLAP Hierarchy) with stereotype from source to target element.static ERForeignKeyERForeignKeyHelper.createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement) Create a new Foreign Key (of Entity) with template and container with requirement.static ERForeignKeyERForeignKeyHelper.createAndMaintain(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement) Create a new Foreign Key (of Entity) with stereotype and container with requirement.static ERGeneralizationERGeneralizationHelper.createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget) Create a new Generalization (of Entities) with template from source to target element.static ERGeneralizationERGeneralizationHelper.createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget, ELElement ohRequirement) Create a new Generalization (of Entities) with template from source to target element with requirement.static ERGeneralizationERGeneralizationHelper.createAndMaintain(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget) Create a new Generalization (of Entities) with stereotype from source to target element.static ERGeneralizationERGeneralizationHelper.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 ERRelationshipERRelationshipHelper.createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget) Create a new Entity Relationship with template from source to target element.static ERRelationshipERRelationshipHelper.createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, List<? extends ELElement> seqSel) Create a new Entity Relationship with template, container and a sequence of elements.static ERRelationshipERRelationshipHelper.createAndMaintain(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget) Create a new Entity Relationship with stereotype from source to target element.static ERRelationshipERRelationshipHelper.createAndMaintain(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, List<? extends ELElement> seqSel) Create a new Entity Relationship with stereotype, container and a sequence of elements.static ERUniqueKeyERUniqueKeyHelper.createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Unique Key with template and container.static ERUniqueKeyERUniqueKeyHelper.createAndMaintain(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Unique Key with stereotype and container.static ERViewAttributeERViewAttributeHelper.createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Attribute (of Entity-Relationship View) with template and container.static ERViewAttributeERViewAttributeHelper.createAndMaintain(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Attribute (of Entity-Relationship View) with stereotype and container.static ERViewFromERViewFromHelper.createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement) Create a new From Clause (in Entity-Relationship View) with template and container with requirement.static ERViewFromERViewFromHelper.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 ERAttributeERAttributeHelper.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
Subinterfaces of ELContainerAble in de.mid.innovator.srv2api.icw2erdiaModifier and TypeInterfaceDescriptioninterfaceThis is a utility class for ERDia that provides static methods for creation or other purposes.interfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceMethods in de.mid.innovator.srv2api.icw2erdia with parameters of type ELContainerAbleModifier and TypeMethodDescriptionstatic ERDiaAllERDiaAllHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Entity-Relationship Diagram with template and container.static ERDiaAllERDiaAllHelper.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.icw2gcModifier and TypeInterfaceDescriptioninterfaceA concept is a generic modeling construct which may be realized by different model elements.interfaceinterfaceThe realization of a concept by another model element.interfaceAGCJunctionis used to connect concept connections of the same type.interfaceMethods in de.mid.innovator.srv2api.icw2gc with parameters of type ELContainerAbleModifier and TypeMethodDescriptionstatic GCConceptConnectionGCConceptConnectionHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget) Create a new Concept Connection with template from source to target element.static GCConceptConnectionGCConceptConnectionHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget) Create a new Concept Connection with stereotype from source to target element.static GCConceptGCConceptHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Concept with template and container.static GCConceptGCConceptHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Concept with stereotype and container.static GCConceptRealizationGCConceptRealizationHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget) Create a new Concept Realization with template from source to target element.static GCConceptRealizationGCConceptRealizationHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget) Create a new Concept Realization with stereotype from source to target element.static GCJunctionGCJunctionHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Junction Point with template and container.static GCJunctionGCJunctionHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Junction Point with stereotype and container. -
Uses of ELContainerAble in de.mid.innovator.srv2api.icw2gcdia
Subinterfaces of ELContainerAble in de.mid.innovator.srv2api.icw2gcdiaModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceinterfaceinterfaceAGCDiaLayerNodeis not visible in concept diagrams.interfaceinterfaceFields in de.mid.innovator.srv2api.icw2gcdia declared as ELContainerAbleModifier and TypeFieldDescriptionARG_GCDiaCreateAddConceptForRealizingElement.ohContainerThe diagram or the parent nodeMethods in de.mid.innovator.srv2api.icw2gcdia with parameters of type ELContainerAbleModifier and TypeMethodDescriptionstatic GCDiaGCDiaHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Concept Diagram with template and container.static GCDiaGCDiaHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Concept Diagram with stereotype and container.static GCDynDiaGCDynDiaHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Dynamic Concept Diagram with template and container.static GCDynDiaGCDynDiaHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement) Create a new Dynamic Concept Diagram with template and container with requirement.static GCDynDiaGCDynDiaHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Dynamic Concept Diagram with stereotype and container.static GCDynDiaGCDynDiaHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement) Create a new Dynamic Concept Diagram with stereotype and container with requirement.GCDia.createAddConceptForRealizingElement(MEStereotypeAble ohElement, ELContainerAble ohContainer, Point position, boolean isOffsetPosition, Point size, K_ORIENTATION orientation, boolean isCreate) static GCDynDiaGCDynDiaHelper.createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Dynamic Concept Diagram with template and container.static GCDynDiaGCDynDiaHelper.createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement) Create a new Dynamic Concept Diagram with template and container with requirement.static GCDynDiaGCDynDiaHelper.createAndMaintain(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Dynamic Concept Diagram with stereotype and container.static GCDynDiaGCDynDiaHelper.createAndMaintain(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement) Create a new Dynamic Concept Diagram with stereotype and container with requirement.Constructors in de.mid.innovator.srv2api.icw2gcdia with parameters of type ELContainerAbleModifierConstructorDescriptionARG_GCDiaCreateAddConceptForRealizingElement(MEStereotypeAble ohElement, ELContainerAble ohContainer, Point position, boolean isOffsetPosition, Point size, K_ORIENTATION orientation, boolean isCreate) -
Uses of ELContainerAble in de.mid.innovator.srv2api.icw2ia
Subinterfaces of ELContainerAble in de.mid.innovator.srv2api.icw2iaModifier and TypeInterfaceDescriptioninterfaceActionExecutionSpecification is a kind of ExecutionSpecification that represents the execution of an action.interfaceThe interactionOperator 'alt' designates that the CombinedFragment represents a choice of behavior.interfaceThe interactionOperator 'assert' designates that the CombinedFragment represents an assertion.interfaceBehaviorExecutionSpecification is a kind of ExecutionSpecification that represents the execution of a behavior.interfaceThe 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.interfaceThe message is generated by a call to an operation.interfaceA combined fragment defines an expression of interaction fragments.interfaceThe interactionOperator 'consider' designates which messages should be considered within this combined fragment.interfaceAn InteractionConstraint is a Boolean expression that guards an operand in a CombinedFragment.interfaceA Continuation is a syntactic way to define continuations of different branches of an Alternative CombinedFragment.interfaceThe message that designates the creation of another lifeline object.interfaceThe interactionOperator 'critical' designates that the CombinedFragment represents a critical region.interfaceThe message that designates the termination of another lifeline.interfaceinterfaceAn ExecutionSpecification is a specification of the execution of a unit of behavior or action within the lifeline.interfaceInteractionFragment is an abstract notion of the most general interaction unit.interfaceA gate is a connection point for relating a message outside an InteractionFragment with a message inside an InteractionFragment.interfaceThe interacionOperator 'ignore' designates that there are some message types that are not shown within this combined fragment.interfaceAn interaction is a unit of behavior that focuses on the observable exchange of information between ConnectAbleElements.interfaceA lifeline represents an individual participant in the iteraction.interfaceThe interactionOperator 'loop' designates that the CombinedFragment represents a loop.interfaceinterfaceA message is a NamedElement that defines one specific kind of communication in an interaction.interfaceA MessageEnd is an abstract NamedElement that represents what can occur at the end of a message.interfaceSpecifies the occurrence of message events, such as sending and receiving of signals or invoking or receiving of operation calls.interfaceThe interactionOperator 'neg' designates that the CombinedFragment represents traces that are defined to be invalid.interfaceAn OccurrenceSpecification is the basic semantic unit of interactions.interfaceAn InteractionOperand is contained in a CombinedFragment.interfaceThe interactionOperator 'opt' designates that the CombinedFragment represents a choice of behavior where either the (sole) operand happens or nothing happens.interfaceA GeneralOrdering represents a binary relation between two OccurrenceSpecifications to describe that one OccurrenceSpecification must occur before the other in a valid trace.interfaceThe interactionOperator 'par' designates that the CombinedFragment represents a parallel merge between the behaviors of the operands.interfaceThe message is a reply message to an operation call.interfaceThe interactionOperator 'seq' designates that the CombinedFragment represents a weak sequencing between the behaviors of the operands.interfaceThe message was generated by the asynchronous sending of a signal.interfaceA StateInvariant is a runtime constraint on the participants of the interaction.interfaceThe interactionOperator 'strict' designates that the CombinedFragment represents a strict sequencing between the behaviors of the operands.interfaceAn InteractionUse refers to an interaction.Methods in de.mid.innovator.srv2api.icw2ia with parameters of type ELContainerAbleModifier and TypeMethodDescriptionstatic IAActionExecSpecIAActionExecSpecHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement) Create a new Action Execution Specification with template and container with requirement.static IAActionExecSpecIAActionExecSpecHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement) Create a new Action Execution Specification with stereotype and container with requirement.static IAAltIAAltHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Alternative with template and container.static IAAltIAAltHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Alternative with stereotype and container.static IAAssertIAAssertHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Assertion with template and container.static IAAssertIAAssertHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Assertion with stereotype and container.static IABehaviorExecSpecIABehaviorExecSpecHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Behavior Execution Specification with template and container.static IABehaviorExecSpecIABehaviorExecSpecHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement) Create a new Behavior Execution Specification with template and container with requirement.static IABehaviorExecSpecIABehaviorExecSpecHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Behavior Execution Specification with stereotype and container.static IABehaviorExecSpecIABehaviorExecSpecHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement) Create a new Behavior Execution Specification with stereotype and container with requirement.static IABreakIABreakHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Break with template and container.static IABreakIABreakHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Break with stereotype and container.static IACallMessageIACallMessageHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget, ELElement ohRequirement) Create a new Call Message with template from source to target element with requirement.static IACallMessageIACallMessageHelper.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 IAConsiderIAConsiderHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Consider with template and container.static IAConsiderIAConsiderHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Consider with stereotype and container.static IAConstraintIAConstraintHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Interaction Constraint with template and container.static IAConstraintIAConstraintHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Interaction Constraint with stereotype and container.static IAContinuationIAContinuationHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Continuation with template and container.static IAContinuationIAContinuationHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Continuation with stereotype and container.static IACreateMessageIACreateMessageHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget, ELElement ohRequirement) Create a new Create Message with template from source to target element with requirement.static IACreateMessageIACreateMessageHelper.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 IACriticalIACriticalHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Critical Region with template and container.static IACriticalIACriticalHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Critical Region with stereotype and container.static IADestructMessageIADestructMessageHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget, ELElement ohRequirement) Create a new Destruction Message with template from source to target element with requirement.static IADestructMessageIADestructMessageHelper.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 IAIgnoreIAIgnoreHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Ignore with template and container.static IAIgnoreIAIgnoreHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Ignore with stereotype and container.static IAInteractionIAInteractionHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Interaction with template and container.static IAInteractionIAInteractionHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, K_CONTASGN kContAsgn) Creates a new Interaction with template and container.static IAInteractionIAInteractionHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Interaction with stereotype and container.static IAInteractionIAInteractionHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, K_CONTASGN kContAsgn) Creates a new Interaction with stereotype and container.static IALifelineIALifelineHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement) Create a new Lifeline with template and container with requirement.static IALifelineIALifelineHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement) Create a new Lifeline with stereotype and container with requirement.static IALoopIALoopHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Loop with template and container.static IALoopIALoopHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Loop with stereotype and container.static IALostAndFoundIALostAndFoundHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Lost and Found with template and container.static IALostAndFoundIALostAndFoundHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Lost and Found with stereotype and container.static IANegIANegHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Negative with template and container.static IANegIANegHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Negative with stereotype and container.static IAOptIAOptHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Option with template and container.static IAOptIAOptHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Option with stereotype and container.static IAOrderingIAOrderingHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget) Create a new General Ordering with template from source to target element.static IAOrderingIAOrderingHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget) Create a new General Ordering with stereotype from source to target element.static IAParIAParHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Parallel with template and container.static IAParIAParHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Parallel with stereotype and container.static IAReplyMessageIAReplyMessageHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Reply Message with template and container.static IAReplyMessageIAReplyMessageHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Reply Message with stereotype and container.static IASeqIASeqHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Weak Sequencing with template and container.static IASeqIASeqHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Weak Sequencing with stereotype and container.static IASignalMessageIASignalMessageHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget, ELElement ohRequirement) Create a new Signal Message with template from source to target element with requirement.static IASignalMessageIASignalMessageHelper.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 IAStateInvariantIAStateInvariantHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new State Invariant with template and container.static IAStateInvariantIAStateInvariantHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new State Invariant with stereotype and container.static IAStrictIAStrictHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Strict Sequencing with template and container.static IAStrictIAStrictHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Strict Sequencing with stereotype and container.static IAUseIAUseHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement) Create a new Interaction Use with template and container with requirement.static IAUseIAUseHelper.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.icw2imModifier and TypeInterfaceDescriptioninterfaceAssociation between two classifiers.interfaceClassifier within an Information Management Model.interfaceThis abstract type combines the behavior ofIMSemanticDataTypeandCLDataType.interfaceThis is a utility class for IMConstraint that provides static methods for creation or other purposes.interfaceinterfaceThis is a utility class for IMDataType that provides static methods for creation or other purposes.interfaceA type which describes the concrete storage characteristic within a type system.interfaceThis is a utility class for IMFeature that provides static methods for creation or other purposes.interfaceThis is a utility class for IMForeignKeyAble that provides static methods for creation or other purposes.interfaceThis is a utility class for IMGeneralization that provides static methods for creation or other purposes.interfaceThis is a utility class for IMGeneralizationSet that provides static methods for creation or other purposes.interfaceThis is a utility class for IMIndex that provides static methods for creation or other purposes.interfaceThis is a utility class for IMIndexedFeature that provides static methods for creation or other purposes.interfaceThis is a utility class for IMKey that provides static methods for creation or other purposes.interfaceThis is a utility class for IMKeyFeature that provides static methods for creation or other purposes.interfaceThis is a utility class for IMKeyRelationship that provides static methods for creation or other purposes.interfaceinterfaceThis is a utility class for IMProcedure that provides static methods for creation or other purposes.interfaceThis is a utility class for IMProcedureExpression that provides static methods for creation or other purposes.interfaceThis is a utility class for IMProcedureExpressionAble that provides static methods for creation or other purposes.interfaceThis is a utility class for IMProperty that provides static methods for creation or other purposes.interfaceA type which describes the semantic of its stored value.interfaceSubclass ofIMSemanticDataTypewith automatic unique value.interfaceThis is a utility class for IMStructuralFeature that provides static methods for creation or other purposes.interfaceThis is a utility class for IMTrigger that provides static methods for creation or other purposes.interfaceThis is a utility class for IMUniqueKey that provides static methods for creation or other purposes.interfaceinterfaceThis is a utility class for IMView that provides static methods for creation or other purposes.interfaceThe common behavier of view elements is the assignment of used features.interfaceThis is a utility class for IMViewFrom that provides static methods for creation or other purposes.interfaceThis is a utility class for IMViewSubselectFrom that provides static methods for creation or other purposes.Fields in de.mid.innovator.srv2api.icw2im declared as ELContainerAbleModifier and TypeFieldDescriptionARG_CreateByStructString.itemOwnerOwner element (Package or Property), otherwise take the typed propertyARG_CreateForeignProperty.ohContainerContainer of the new elementMethods in de.mid.innovator.srv2api.icw2im with parameters of type ELContainerAbleModifier and TypeMethodDescriptionstatic IMCLDataTypeIMCLDataTypeHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Data Type with template and container.static IMCLDataTypeIMCLDataTypeHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Data Type with stereotype and container.static IMSequenceIMSequenceHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Sequence Type with template and container.static IMSequenceIMSequenceHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Sequence Type with stereotype and container.static IMUniqueKeyFeatureIMUniqueKeyFeatureHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement) Create a new Unique Key Feature with template and container with requirement.static IMUniqueKeyFeatureIMUniqueKeyFeatureHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement) Create a new Unique Key Feature with stereotype and container with requirement.static IMUniqueKeyFeatureIMUniqueKeyFeatureHelper.createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement) Create a new Unique Key Feature with template and container with requirement.static IMUniqueKeyFeatureIMUniqueKeyFeatureHelper.createAndMaintain(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement) Create a new Unique Key Feature with stereotype and container with requirement.static IMCLDataTypeIMCLDataTypeHelper.createByER(SrvContext srvCtx, ELContainerAble ohDBElement, MENamedElement ohERElement) This method creates aIMCLDataTypefor the given data type (ER element) in the givenMEModel(DB element).
This standard mapping creates aMEMappingDependencywith the given type as requirement element and with the newly created type as implementation element.static List<IMKeyRelationshipFeature> IMKeyRelationshipFeatureHelper.createByER(SrvContext srvCtx, ELContainerAble ohDBElement, MENamedElement ohERElement) This method creates an analogIMKeyRelationshipFeaturefor the given ER element in the givenDBForeignKey(DB element).static IMSequenceIMSequenceHelper.createByER(SrvContext srvCtx, ELContainerAble ohDBElement, MENamedElement ohERElement) This method creates aIMSequencefor the given sequence type.(ER element) in the givenMEModel(DB element).
This standard mapping creates aMEMappingDependencywith the given type as requirement element and with the newly created type as implementation element.static List<IMUniqueKeyFeature> IMUniqueKeyFeatureHelper.createByER(SrvContext srvCtx, ELContainerAble ohDBElement, MENamedElement ohERElement) This method creates an analogIMUniqueKeyFeaturefor the given ER element in the givenDBUniqueKey(DB element).static IMClassifierIMClassifierHelper.createByStructString(SrvContext srvCtx, ELContainerAble itemOwner, IMProperty itemTypedProperty, Class<? extends ELObject> kVocl, String strStruct) This command creates a classifier by interpreting the string according to the STRUCT syntax used by many ORDBMS databases.Constructors in de.mid.innovator.srv2api.icw2im with parameters of type ELContainerAbleModifierConstructorDescriptionARG_CreateByStructString(ELContainerAble itemOwner, IMProperty itemTypedProperty, Class<? extends ELObject> kVocl, String strStruct) ARG_CreateForeignProperty(ELContainerAble ohContainer, IMProperty ohReferencedProperty) -
Uses of ELContainerAble in de.mid.innovator.srv2api.icw2imdia
Subinterfaces of ELContainerAble in de.mid.innovator.srv2api.icw2imdiaModifier and TypeInterfaceDescriptioninterfaceinterfaceAssociation node in anIMDiaif the association is represented by three grafical elements, one node and two edges for their association ends.interfaceClassifier node in anIMDia.interfaceEdge in anIMDiabetween anIMDiaCnstrNodeand the constrained element.interfaceConstraint Node in anIMDia.interfaceCompartement entry in aIMDiaCompartmentNode.interfaceCompartement in aIMDiaClassifierNode.interfaceEdge in anIMDia.interfaceNode of aIMGeneralizationSetin anIMDia.interfaceThis 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.icw2metaModifier and TypeInterfaceDescriptioninterfaceinterfaceThe currently active change set of the assigned users.interfaceinterfaceRepresents a instance in the context of a change set log.interfaceinterfaceElement which owns history information.interfaceElements which can be locked by a user.interfaceRepresents a single login for a user.interfaceElements which can create a login.interfaceRepresents the model administrator.interfaceinterfaceRepresents a guest for login to a model.interfaceRepresents a common model user which is used for connecting to a model.interfaceRepresents a common model.interfaceinterfaceinterfaceinterfaceElements which can own an option.interfaceRepresents the repository administrator.interfaceRepresents the repository.interfaceThis is a utility class for ADTranslationAble that provides static methods for creation or other purposes.interfaceinterfaceRoles are used for access and execution right.interfaceElements which are versionable.interfaceRepresents an InoX model.interfaceinterfaceinterfaceinterfaceThis is a utility class for MM2Classification that provides static methods for creation or other purposes.interfaceinterfaceinterfaceinterfaceinterfaceinterfaceThis is a utility class for MM2Type that provides static methods for creation or other purposes.interfaceinterfaceinterfaceinterfaceThis is a utility class for MM2TypedElement that provides static methods for creation or other purposes.interfaceThis is a utility class for MM2TypedProperty that provides static methods for creation or other purposes.interfaceThis is a utility class for MM2TypedTSOption that provides static methods for creation or other purposes.interfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceThis is a utility class for MMAttachmentAble that provides static methods for creation or other purposes.interfaceThis is a utility class for MMCommentContainerAble that provides static methods for creation or other purposes.interfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceThis is a utility class for MMFormatRuleSet that provides static methods for creation or other purposes.interfaceinterfaceinterfaceThis element is only used as meta class for the configuration of general labels and texts.interfaceRepresents a label definition.interfaceElements which are allowed to own labels.interfaceThis is a utility class for MMLabelTextAttachmentAble that provides static methods for creation or other purposes.interfaceThis is a utility class for MMLocalizAble that provides static methods for creation or other purposes.interfaceinterfaceThis is a utility class for MMMenuItemAble that provides static methods for creation or other purposes.interfaceinterfaceA profile is a kind of package that extends a reference metamodel.interfaceinterfaceA 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.interfaceElements which are allowed to have stereotypes.interfaceinterfaceThis is a utility class for MMStereotypeRelatedElement that provides static methods for creation or other purposes.interfaceinterfaceinterfaceinterfaceA synchronized stereotype is the use of a stereotype in aMMSyncSet.interfaceinterfaceA 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.interfaceRepresents a text definition.interfaceElements which texts can be assigned to.interfaceRepresents an existing text.interfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceFields in de.mid.innovator.srv2api.icw2meta declared as ELContainerAbleModifier and TypeFieldDescriptionARG_NewByStereotypeAndContainer.ohContainerContainer for the new elementARG_NewByStereotypeAndContainerSequence.ohContainerContainer for the new elementARG_NewByStereotypeAndContainerSequenceWithRequirement.ohContainerContainer for the new elementARG_NewByStereotypeAndContainerWithContAsgn.ohContainerContainer for the new elementARG_NewByStereotypeAndContainerWithRequirement.ohContainerContainer for the new elementARG_NewByTemplateAndContainer.ohContainerContainer for the new elementARG_NewByTemplateAndContainerSequence.ohContainerContainer for the new elementARG_NewByTemplateAndContainerSequenceWithRequirement.ohContainerContainer for the new elementARG_NewByTemplateAndContainerWithContAsgn.ohContainerContainer for the new elementARG_NewByTemplateAndContainerWithRequirement.ohContainerContainer for the new elementARG_MMVerifyMessageList.ohContextContext for the calculation of the name or nullARG_NewByStereotypeAndSourceTarget.ohSourceSource for the new elementARG_NewByStereotypeAndSourceTargetWithRequirement.ohSourceSource for the new elementARG_NewByTemplateAndSourceTarget.ohSourceSource for the new elementARG_NewByTemplateAndSourceTargetWithRequirement.ohSourceSource for the new elementFields in de.mid.innovator.srv2api.icw2meta with type parameters of type ELContainerAbleModifier and TypeFieldDescriptionARG_MMTypedElementValueList.seqContlist of container elementsARG_FirstCreationDateIn.seqRootconsider this element and all transitivly owned elementsMethods in de.mid.innovator.srv2api.icw2meta with parameters of type ELContainerAbleModifier and TypeMethodDescriptionMMVerify.getVerifyMessageList(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 ELContainerAbleModifier and TypeMethodDescriptionstatic ARG_CreationDateADModelHelper.getFirstCreationDate(SrvContext srvCtx, List<? extends ELContainerAble> seqRoot, List<? extends ELElement> seqFlat) examines the transitive content of the elements in seqRoot and returns the oldest creation date of these elements.static voidMMStereotypeAbleHelper.modifyStereotypeAblePropertiesDlg(SrvContext srvCtx, List<? extends ELContainerAble> seqCont, List<ARG_MMTypedElementValue> seqValue, boolean checkCnstr) Sets list of stereotype property values of an element.static voidMMStereotypeAbleHelper.modifyStereotypeAbleTSOptionsDlg(SrvContext srvCtx, List<? extends ELContainerAble> seqCont, List<ARG_MMTypedElementValue> seqValue, boolean checkCnstr) Sets list of type system option values of an element.Constructors in de.mid.innovator.srv2api.icw2meta with parameters of type ELContainerAbleModifierConstructorDescriptionARG_MMVerifyMessageList(List<ADClientAble> seqSel, boolean isBrowser, boolean onlyMsg, ELContainerAble ohContext) ARG_NewByStereotypeAndContainer(MMStereotype ohStereotype, ELContainerAble ohContainer) ARG_NewByStereotypeAndContainerSequence(MMStereotype ohStereotype, ELContainerAble ohContainer, List<ELElement> seqSel) ARG_NewByStereotypeAndContainerSequenceWithRequirement(MMStereotype ohStereotype, ELContainerAble ohContainer, List<ELElement> seqSel, ELElement ohRequirement) ARG_NewByStereotypeAndContainerWithContAsgn(MMStereotype ohStereotype, ELContainerAble ohContainer, K_CONTASGN kContAsgn) ARG_NewByStereotypeAndContainerWithRequirement(MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement) ARG_NewByStereotypeAndSourceTarget(MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget) ARG_NewByStereotypeAndSourceTargetWithRequirement(MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget, ELElement ohRequirement) ARG_NewByTemplateAndContainer(MMCreateTemplate ohTemplate, ELContainerAble ohContainer) ARG_NewByTemplateAndContainerSequence(MMCreateTemplate ohTemplate, ELContainerAble ohContainer, List<ELElement> seqSel) ARG_NewByTemplateAndContainerSequenceWithRequirement(MMCreateTemplate ohTemplate, ELContainerAble ohContainer, List<ELElement> seqSel, ELElement ohRequirement) ARG_NewByTemplateAndContainerWithContAsgn(MMCreateTemplate ohTemplate, ELContainerAble ohContainer, K_CONTASGN kContAsgn) ARG_NewByTemplateAndContainerWithRequirement(MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement) ARG_NewByTemplateAndSourceTarget(MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget) ARG_NewByTemplateAndSourceTargetWithRequirement(MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget, ELElement ohRequirement) Constructor parameters in de.mid.innovator.srv2api.icw2meta with type arguments of type ELContainerAbleModifierConstructorDescriptionARG_FirstCreationDateIn(List<ELContainerAble> seqRoot, List<ELElement> seqFlat) ARG_MMTypedElementValueList(List<ELContainerAble> seqCont, List<ARG_MMTypedElementValue> seqValue, boolean checkCnstr) -
Uses of ELContainerAble in de.mid.innovator.srv2api.icw2model
Subinterfaces of ELContainerAble in de.mid.innovator.srv2api.icw2modelModifier and TypeInterfaceDescriptioninterfaceAn 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.interfaceThis is a utility class for MEAssignAbleConstraint that provides static methods for creation or other purposes.interfaceinterfaceinterfaceA comment gives the ability to attach various remarks to elements.interfaceThese elements may be annotated by a comment.interfaceRepresents the assignment between the comment and the commented element.interfaceConfiguration management package.interfaceA 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.interfaceThis is a utility class for MEConstraintAble that provides static methods for creation or other purposes.interfaceinterfaceinterfaceinterfaceA dependency is a relationship that signifies that a single or a set of model elements requires other model elements for their specification or implementation.interfaceA DurationConstraint defines a Constraint that refers to a DurationInterval.interfaceAn element import identifies an element in another package and allows the element to be referenced using its name without a qualifier.interfaceAbstract superclass for Metaclasses which may own PackageableElements, e.g.interfaceAn IntervalConstraint defines a constraint that refers to an interval.interfaceAbstract mapping configuration package.interfaceMapping configuration package forward direction.interfaceMapping configuration package reverse direction.interfaceMapping dependendcy is a subclass ofMEDependency.interfacePackage used for content below MappingPackageType.interfaceAbstract mapping package type defines the mapping type.interfaceImplementing mapping type with direction FORWARD.interfaceImplementing mapping type with direction REVERSE.interfaceA model captures a view of a physical system.interfaceAn element is a constituent of a model.interfaceThis is a utility class for MENamedElement that provides static methods for creation or other purposes.interfaceA namespace is a named element that can own other named elements.interfaceA named element represents elements that may have a name.interfaceA package is a namespace for its members and may contain other packages.interfaceA packageable element indicates a named element that may be owned directly by a package.interfaceA package import is a relationship that allows the use of unqualified names to refer to package members from other namespaces.interfaceAbstract Proxy Base ClassinterfaceSpecialized depencency for associating MEProxy and tangible elements.interfaceinterfaceinterfaceRealization 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).interfaceThis is a utility class for MERefAbleAsResource that provides static methods for creation or other purposes.interfaceinterfaceinterfaceinterfaceThis is a utility class for MEStereotypeAble that provides static methods for creation or other purposes.interfaceAbstract Stub Package.interfaceStub package base package collecting all stub packages within a system model.interfaceStub package for external models.interfaceStub package for Innovator modelsinterfaceinterfaceSystem model management package containing MEConfigurationManagement and MEStubPackageBase packages.interfaceThis is a utility class for METerm that provides static methods for creation or other purposes.interfaceA TimeConstraint defines a Constraint that refers to a TimeInterval.interfaceA usage is a relationship which one element requires another element (or set of elements) for its full implementation or operation.interfaceinterfaceAn 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 ELContainerAbleModifier and TypeFieldDescriptionARG_CreateByER.ohDBElementTarget DB Element for evaluating the owner for the new elementARG_MEStubPackageInnovator.ohOwnerReturns the owner of this element.ARG_MEDependencyAssignmentInfoInput.ohTransitiveParenttransitive parent element of calculated element, optionalMethods in de.mid.innovator.srv2api.icw2model with type parameters of type ELContainerAbleModifier and TypeMethodDescriptionstatic <T extends ELContainerAble>
List<T> MEStereotypeAbleHelper.getPossibleContainer(Class<T> returnType, SrvContext srvCtx, MMStereotype ohStereo, Class<? extends ELObject> kVOcl, boolean onlyHierAble) Methods in de.mid.innovator.srv2api.icw2model with parameters of type ELContainerAbleModifier and TypeMethodDescriptionstatic MEAbstractionMEAbstractionHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget) Create a new Abstraction with template from source to target element.static MEAbstractionMEAbstractionHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget) Create a new Abstraction with stereotype from source to target element.static MECommentMECommentHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Comment with template and container.static MECommentMECommentHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Comment with stereotype and container.static MEConfigurationManagementMEConfigurationManagementHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Configuration Base Package with template and container.static MEConfigurationManagementMEConfigurationManagementHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Configuration Base Package with stereotype and container.static MEConstraintMEConstraintHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Constraint with template and container.static MEConstraintMEConstraintHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Constraint with stereotype and container.static MECopyMECopyHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget) Create a new Copy with template from source to target element.static MECopyMECopyHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget) Create a new Copy with stereotype from source to target element.static MECreateRedirectMECreateRedirectHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget, ELElement ohRequirement) Create a new Create Default with template from source to target element with requirement.static MECreateRedirectMECreateRedirectHelper.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 MEDependencyMEDependencyHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget) Create a new Dependency with template from source to target element.static MEDependencyMEDependencyHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget) Create a new Dependency with stereotype from source to target element.static MEElementImportMEElementImportHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget) Create a new Element Import with template from source to target element.static MEElementImportMEElementImportHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget) Create a new Element Import with stereotype from source to target element.MEMappingConfigurationPackageForwardHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Mapping Configuration (Forward) with template and container.MEMappingConfigurationPackageForwardHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Mapping Configuration (Forward) with stereotype and container.MEMappingConfigurationPackageReverseHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Mapping Configuration (Reverse) with template and container.MEMappingConfigurationPackageReverseHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Mapping Configuration (Reverse) with stereotype and container.static MEMappingDependencyMEMappingDependencyHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget) Create a new Mapping Dependency with template from source to target element.static MEMappingDependencyMEMappingDependencyHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget) Create a new Mapping Dependency with stereotype from source to target element.static MEMappingPackageContentMEMappingPackageContentHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Mapping Content Package with template and container.static MEMappingPackageContentMEMappingPackageContentHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Mapping Content Package with stereotype and container.static MEMappingPackageTypeForwardMEMappingPackageTypeForwardHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Mapping Package Type (Forward) with template and container.static MEMappingPackageTypeForwardMEMappingPackageTypeForwardHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Mapping Package Type (Forward) with stereotype and container.static MEMappingPackageTypeReverseMEMappingPackageTypeReverseHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Mapping Package Type (Reverse) with template and container.static MEMappingPackageTypeReverseMEMappingPackageTypeReverseHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Mapping Package Type (Reverse) with stereotype and container.static MEModelMEModelHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Model with template and container.static MEModelMEModelHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Model with stereotype and container.static MEPackageMEPackageHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Package with template and container.static MEPackageMEPackageHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Package with stereotype and container.static MEPackageImportMEPackageImportHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget) Create a new Package Import with template from source to target element.static MEPackageImportMEPackageImportHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget) Create a new Package Import with stereotype from source to target element.static MEProxyAssignmentMEProxyAssignmentHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget) Create a new Proxy Assignment with template from source to target element.static MEProxyAssignmentMEProxyAssignmentHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget) Create a new Proxy Assignment with stereotype from source to target element.static MEProxyExternalMEProxyExternalHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Proxy (External) with template and container.static MEProxyExternalMEProxyExternalHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Proxy (External) with stereotype and container.static MEProxyInnovatorMEProxyInnovatorHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Proxy with template and container.static MEProxyInnovatorMEProxyInnovatorHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Proxy with stereotype and container.static MERealizationMERealizationHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget) Create a new Realization with template from source to target element.static MERealizationMERealizationHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget) Create a new Realization with stereotype from source to target element.static MERequirementMERequirementHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Requirement with template and container.static MERequirementMERequirementHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Requirement with stereotype and container.static MESimpleConstraintMESimpleConstraintHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, K_CONTASGN kContAsgn) Creates a new condition with template and container.static MESimpleConstraintMESimpleConstraintHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, K_CONTASGN kContAsgn) Creates a new condition with stereotype and container.static MEStubPackageBaseMEStubPackageBaseHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Mapping Base Package with template and container.static MEStubPackageBaseMEStubPackageBaseHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Mapping Base Package with stereotype and container.static MEStubPackageExternalModelMEStubPackageExternalModelHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Stub Package (External Model) with template and container.static MEStubPackageExternalModelMEStubPackageExternalModelHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Stub Package (External Model) with stereotype and container.static MEStubPackageInnovatorMEStubPackageInnovatorHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Stub Package (Innovator Model) with template and container.static MEStubPackageInnovatorMEStubPackageInnovatorHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Stub Package (Innovator Model) with stereotype and container.static MESystemModelMESystemModelHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new System Model with template and container.static MESystemModelMESystemModelHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new System Model with stereotype and container.static MESystemModelManagementMESystemModelManagementHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new System Model Management with template and container.static MESystemModelManagementMESystemModelManagementHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new System Model Management with stereotype and container.static MEUsageMEUsageHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget) Create a new Usage with template from source to target element.static MEUsageMEUsageHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget) Create a new Usage with stereotype from source to target element.<T extends MEStereotypeAble>
List<T> MENamedElement.getMappingSourceElement(Class<T> returnType, ELContainerAble refObj, K_CONTROL_OPTION... behaviourFlags) <T extends MEStereotypeAble>
List<T> MENamedElement.getMappingSourceElement(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>
List<T> MEStereotypeAble.getMappingTargetElement(Class<T> returnType, ELContainerAble refObj, K_CONTROL_OPTION... behaviourFlags) <T extends MENamedElement>
List<T> MEStereotypeAble.getMappingTargetElement(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 List<ARG_MEDependencyAssignmentInfo> MEDependencyHelper.getMEDependencyAssignmentInfo(SrvContext srvCtx, List<? extends ELElement> seqSource, 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 ELContainerAbleModifierConstructorDescriptionARG_CreateByER(ELContainerAble ohDBElement, MENamedElement ohERElement) ARG_MEDependencyAssignmentInfoInput(List<ELElement> seqSource, List<ELElement> seqTarget, MMStereotype ohDepStereotype, ELContainerAble ohTransitiveParent) ARG_MEStubPackageInnovator(String elementColor, ELContainerAble ohOwner, int contSortOrder, K_CONTASGN asgnKind, MMStereotype ohStereotype, boolean isRequirementElement, boolean isMapped, String name, K_NAME nameKind, String historyValue, K_VISIBILITY visibility, int securityLevel, boolean isProtected, String modelName, String repositoryName, K_ADMODEL modelType) -
Uses of ELContainerAble in de.mid.innovator.srv2api.icw2pres
Subinterfaces of ELContainerAble in de.mid.innovator.srv2api.icw2presModifier and TypeInterfaceDescriptioninterfaceinterfaceThis is a utility class for PRBDia that provides static methods for creation or other purposes.interfaceThis is a utility class for PRBDiaBENode that provides static methods for creation or other purposes.interfaceThis is a utility class for PRDia that provides static methods for creation or other purposes.interfaceinterfaceinterfaceinterfaceinterfaceThis is a utility class for PRDiaEdge that provides static methods for creation or other purposes.interfaceThe combination of aPRDiaSegNodeand aPRDiaSegEdge.interfaceinterfaceThis is a utility class for PRDiaNode that provides static methods for creation or other purposes.interfaceinterfaceinterfaceThe connector edge of an edge segment.interfaceThe connector node of an edge segment.interfaceinterfaceinterfaceinterfaceinterfaceThis is a utility class for PRPresContent that provides static methods for creation or other purposes.interfaceThis is a utility class for PRPresContext that provides static methods for creation or other purposes.interfaceThis is a utility class for PRPresElement that provides static methods for creation or other purposes.interfaceThis is a utility class for PRVersionAbleDia that provides static methods for creation or other purposes.Methods in de.mid.innovator.srv2api.icw2pres that return ELContainerAbleModifier and TypeMethodDescriptionPRPresContent.getModelContainer(ADClientAble refObj, Class<? extends ELObject> kind, 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 ELContainerAbleModifier and TypeMethodDescriptionstatic PRAnalysisDiaPRAnalysisDiaHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Analysis Diagram with template and container.static PRAnalysisDiaPRAnalysisDiaHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Analysis Diagram with stereotype and container.static PRDiaWhiteboardPRDiaWhiteboardHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Whiteboard Diagram with template and container.static PRDiaWhiteboardPRDiaWhiteboardHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Whiteboard Diagram with stereotype and container.static PRAnalysisDiaPRAnalysisDiaHelper.createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Analysis Diagram with template and container.static PRAnalysisDiaPRAnalysisDiaHelper.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.icw2smModifier and TypeInterfaceDescriptioninterfaceinterfaceDeepHistory 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.interfaceAn entry point pseudostate is an entry point of a state machine or composite state.interfaceAn exit point pseudostate is an exit point of a state machine or composite state.interfaceinterfaceAn initial pseudostate represents a default vertex that is the source for a single transition to the default state of a composite state.interfaceJoins vertices serve to merge several transitions emanating from source vertices in different orthogonal regions.interfaceJunction vertices are semantic-free vertices that are used to chain multiple transitions together.interfaceProtocol state machines can be redefined into more specific protocol state machines or into behavioral state machines.interfaceA protocol state machine is always defined in the context of a classifier.interfaceA pseudostate is an abstraction that encompasses different types of transient vertices in the state machine graph.interfaceA region is an orthogonal part of either a composite state or a state machine.interfaceinterfaceshallowHistory represents the most recent active substate of its containing state (but not the substates of that substate).interfaceA state model is a situation which an invariant condition (usually implicit) usually holds in.interfaceState machines can be used to express the behavior of part of a system.interfaceEntering a terminate pseudostate implies that the execution of this state machine by means of its context object is terminated.interfacekind=external implies that the transition, if triggered, will exit the composite (source) state.interfacekind=internal implies that the transition, if triggered, occurs without exiting or entering the source state.interfaceA transition is a directed relationship between a source vertex and a target vertex.interfaceA vertex is an abstraction of a node in a state machine graph.Methods in de.mid.innovator.srv2api.icw2sm with parameters of type ELContainerAbleModifier and TypeMethodDescriptionstatic SMChoiceSMChoiceHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Choice - Pseudostate with template and container.static SMChoiceSMChoiceHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Choice - Pseudostate with stereotype and container.static SMDeepHistorySMDeepHistoryHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Deep History - Pseudostate with template and container.static SMDeepHistorySMDeepHistoryHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Deep History - Pseudostate with stereotype and container.static SMEntryPointSMEntryPointHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Entry Point with template and container.static SMEntryPointSMEntryPointHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Entry Point with stereotype and container.static SMExitPointSMExitPointHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Exit Point with template and container.static SMExitPointSMExitPointHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Exit Point with stereotype and container.static SMFinalStateSMFinalStateHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Final State with template and container.static SMFinalStateSMFinalStateHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Final State with stereotype and container.static SMInitSMInitHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Initial State with template and container.static SMInitSMInitHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Initial State with stereotype and container.static SMJoinForkSMJoinForkHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Join/Fork - Pseudostate with template and container.static SMJoinForkSMJoinForkHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Join/Fork - Pseudostate with stereotype and container.static SMJunctionSMJunctionHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Junction - Pseudostate with template and container.static SMJunctionSMJunctionHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Junction - Pseudostate with stereotype and container.static SMProtocolStateMachineSMProtocolStateMachineHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Protocol State Machine with template and container.static SMProtocolStateMachineSMProtocolStateMachineHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Protocol State Machine with stereotype and container.static SMRegionSMRegionHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Region with template and container.static SMRegionSMRegionHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Region with stereotype and container.static SMRegularStateSMRegularStateHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new State with template and container.static SMRegularStateSMRegularStateHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new State with stereotype and container.static SMShallowHistorySMShallowHistoryHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Shallow History - Pseudostate with template and container.static SMShallowHistorySMShallowHistoryHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Shallow History - Pseudostate with stereotype and container.static SMStateMachineSMStateMachineHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new State Machine with template and container.static SMStateMachineSMStateMachineHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, K_CONTASGN kContAsgn) Creates a new State Machine with template and container.static SMStateMachineSMStateMachineHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new State Machine with stereotype and container.static SMStateMachineSMStateMachineHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, K_CONTASGN kContAsgn) Creates a new State Machine with stereotype and container.static SMTerminatorSMTerminatorHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Terminator - Pseudostate with template and container.static SMTerminatorSMTerminatorHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Terminator - Pseudostate with stereotype and container.static SMTransExtSMTransExtHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget) Create a new Transition with template from source to target element.static SMTransExtSMTransExtHelper.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.icw2smdiaModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceThis is a utility class for SMDiaTextNode that provides static methods for creation or other purposes.interfaceinterfaceinterfaceinterfaceThis is a utility class for SMDiaVertexNode that provides static methods for creation or other purposes.interface -
Uses of ELContainerAble in de.mid.innovator.srv2api.icw2sqdia
Subinterfaces of ELContainerAble in de.mid.innovator.srv2api.icw2sqdiaModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceThis is a utility class for SQDiaTextNode that provides static methods for creation or other purposes.