Uses of Interface
de.mid.innovator.srv2api.icw2elem.ELElement
Packages that use ELElement
Package
Description
The package contains classes that are useful for working with different kinds of Innovator
clients.
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.
The package contains some useful utilities for Innovator API applications.
-
Uses of ELElement in de.mid.innovator.client
Methods in de.mid.innovator.client that return types with arguments of type ELElementModifier and TypeMethodDescriptionInoClientContext.getReplySelection()Gets a synchronized list that can be used to tell the client about elements that have to be shown after the execution of the Java application.InoClientContext.getSelection()Gets the selected items of an Innovator client.Method parameters in de.mid.innovator.client with type arguments of type ELElementModifier and TypeMethodDescriptionvoidInoClientContext.setReplySelection(List<ELElement> replySelection) A synchronized setter to replace the complete list of elements. -
Uses of ELElement in de.mid.innovator.srv2api.icw2ac
Subinterfaces of ELElement 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.interfaceA link cannot be passed as a runtime value to or from an action.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.Methods in de.mid.innovator.srv2api.icw2ac with parameters of type ELElementModifier and TypeMethodDescriptionstatic 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 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 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, ELElement ohRequirement) Create a new Accept Call Action with stereotype and container with requirement.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, ELElement ohRequirement) Create a new Accept Event Action with stereotype and container with requirement.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 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 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 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 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.ACExceptionHandler.createPinOnExceptionHandler(ELElement item) If anACExceptionHandleris to be created between the protected node and the exception input pin, whereas the target of the selection is not anANInputPinbut aANCallBehaviororANOpaque, then this command will create and return the missingANInputPin, so that theACExceptionHandlercan be created correctly.ACActivityEdge.insertActivityNode(ELElement item) Splits up theACActivityEdgeand inserts the givenACActivityNode.Method parameters in de.mid.innovator.srv2api.icw2ac with type arguments of type ELElementModifier and TypeMethodDescriptionstatic voidANActionHelper.maintainActions(SrvContext srvCtx, List<? extends ELElement> seq) Calls the maintenance commands for all the actions supplied.static voidACExceptionHandlerHelper.maintainExceptionTypes(SrvContext srvCtx, List<? extends ELElement> seq) static voidACObjectFlowHelper.maintainObjTypes(SrvContext srvCtx, List<? extends ELElement> seq) -
Uses of ELElement in de.mid.innovator.srv2api.icw2acdia
Subinterfaces of ELElement 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 ELElement in de.mid.innovator.srv2api.icw2bc
Subinterfaces of ELElement 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. -
Uses of ELElement in de.mid.innovator.srv2api.icw2be
Subinterfaces of ELElement 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 ELElementModifier and TypeMethodDescriptionstatic 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 ELElement in de.mid.innovator.srv2api.icw2bp
Subinterfaces of ELElement 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 ELElementModifier and TypeMethodDescriptionstatic 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, ELElement ohRequirement) Create a new Activity Resource with stereotype and container with requirement.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 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 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, ELElement ohRequirement) Create a new Data Resource with stereotype and container with requirement.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, ELElement ohRequirement) Create a new Event Resource with stereotype and container with requirement.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, ELElement ohRequirement) Create a new Gateway Resource with stereotype and container with requirement.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, ELElement ohRequirement) Create a new Global Task Resource with stereotype and container with requirement.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 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, ELElement ohRequirement) Create a new Lane Resource with stereotype and container with requirement.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 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, ELElement ohRequirement) Create a new Process Resource with stereotype and container with requirement.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, 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 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 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.voidBPDataIOAssociation.reconnectRelship(ELElement ohNew, K_SIDE kSide) Assigns this data association to a new source/target element.Method parameters in de.mid.innovator.srv2api.icw2bp with type arguments of type ELElementModifier and TypeMethodDescriptionBPInputSet.assignDataInput(List<? extends ELElement> seq) Assigns a list of data inputs to this input set.BPOutputSet.assignDataOutput(List<? extends ELElement> seq) Assigns a list of data outputs to this output set.BPDataObject.assignInputSet(List<? extends ELElement> seq) Assigns a list of elements to this input data.BPDataObject.assignOutputSet(List<? extends ELElement> seq) Assigns a list of elements to this output data.static BPDataIOAssociationBPDataIOAssociationHelper.createByOwnerAndObject(SrvContext srvCtx, List<? extends ELElement> seq) Create a new Data Association with default values.
The first element given within the input sequence will be connected with source and the second element with the target of the edge. -
Uses of ELElement in de.mid.innovator.srv2api.icw2bpdia
Subinterfaces of ELElement 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.Method parameters in de.mid.innovator.srv2api.icw2bpdia with type arguments of type ELElementModifier and TypeMethodDescriptionstatic List<BPDiaDataSeqFlowEdge> BPDiaDataSeqFlowEdgeHelper.mergeDataAssociations(SrvContext srvCtx, List<? extends ELElement> seq) Represent two data associations as singleBPDiaDataSeqFlowEdge.static List<BPDiaDataAssocEdge> BPDiaDataSeqFlowEdgeHelper.splitDataAssociations(SrvContext srvCtx, List<? extends ELElement> seq) Split a singleBPDiaDataSeqFlowEdgein two data association edges. -
Uses of ELElement in de.mid.innovator.srv2api.icw2br
Subinterfaces of ELElement 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 ELElementModifier and TypeMethodDescriptionstatic 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 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 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. -
Uses of ELElement in de.mid.innovator.srv2api.icw2brdia
Subinterfaces of ELElement 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 ELElementModifier and TypeMethodDescriptionvoidBRDiaResourceEdge.reconnectEdge(ELElement ohNew, K_SIDE kSide) Assigns theBRResourceRelof this edge to a new source/target node. -
Uses of ELElement in de.mid.innovator.srv2api.icw2bs
Subinterfaces of ELElement 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 ELElementModifier and TypeMethodDescriptionstatic 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.voidBSTransition.reconnectTransition(ELElement ohNew, K_SIDE kSide) Assigns this transition to a new source/target vertex. -
Uses of ELElement in de.mid.innovator.srv2api.icw2bsdia
Subinterfaces of ELElement 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. -
Uses of ELElement in de.mid.innovator.srv2api.icw2class
Subinterfaces of ELElement 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.interfaceinterfaceACLTemplateParameterAbleElementis an element that can be exposed as a formal template parameter for a template, or specified as an actual parameter in a binding of a template.interfaceA 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 ELElementModifier and TypeMethodDescriptionstatic 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, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget) Create a new Association Class with stereotype from source to target element.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, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget) Create a new Association with stereotype from source to target element.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, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget) Create a new Communication Path with stereotype from source to target element.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 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 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, 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, MMCreateTemplate ohTemplate, List<? extends ELElement> seqSel, ELElement ohRequirement) Create a new Instance Specification with template and a sequence of elements with requirement.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 CLInstanceSpecificationCLInstanceSpecificationHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, List<? extends ELElement> seqSel, ELElement ohRequirement) Create a new Instance Specification with stereotype and a sequence of elements with requirement.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 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 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 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, ELElement ohRequirement) Create a new Structure Entry with stereotype and container with requirement.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, 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 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.voidCLValueRangeAble.deleteRangeValue(ELElement item) Deletes the specified value owned by thisCLValueRangeAble.CLArtifactHelper.getCreateByWorkingDirectory(SrvContext srvCtx, ELElement item) Returns the working directory and the configured extensions for the selected package.CLTemplateAbleElementHelper.getVisibleTemplateParameterTypes(SrvContext srvCtx, ELElement item) Returns all template parameter classes which are visible for the specified element.Method parameters in de.mid.innovator.srv2api.icw2class with type arguments of type ELElementModifier and TypeMethodDescriptionstatic 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, MMCreateTemplate ohTemplate, List<? extends ELElement> seqSel) Create a new Association Class with template and a sequence of elements.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 CLAssocClassCLAssocClassHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, List<? extends ELElement> seqSel) Create a new Association Class with stereotype and a sequence of elements.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, MMCreateTemplate ohTemplate, List<? extends ELElement> seqSel) Create a new Association with template and a sequence of elements.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 CLAssociationCLAssociationHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, List<? extends ELElement> seqSel) Create a new Association with stereotype and a sequence of elements.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 ohContainer, List<? extends ELElement> seqSel) Create a new Communication Path with stereotype, container and a sequence of elements.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, MMCreateTemplate ohTemplate, List<? extends ELElement> seqSel, ELElement ohRequirement) Create a new Instance Specification with template and a sequence of elements 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 CLInstanceSpecificationCLInstanceSpecificationHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, List<? extends ELElement> seqSel, ELElement ohRequirement) Create a new Instance Specification with stereotype and a sequence of elements with requirement.static CLParameterSetCLParameterSetHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, List<? extends ELElement> seqSel) Create a new Parameter Set with template and a sequence of elements.static CLParameterSetCLParameterSetHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, List<? extends ELElement> seqSel) Create a new Parameter Set with stereotype and a sequence of elements.CLClassifier.dialogFolderRedefine(List<? extends ELElement> seq) Creates redefinitions of selected elements within this classifier. -
Uses of ELElement in de.mid.innovator.srv2api.icw2cldia
Subinterfaces of ELElement 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 ELElementModifier and TypeMethodDescriptionvoidCLDiaMergeAbleEdge.reconnectEdge(ELElement ohNew, K_SIDE kSide) Assigns the relationship or association of this edge to a new source/target node.Method parameters in de.mid.innovator.srv2api.icw2cldia with type arguments of type ELElementModifier and TypeMethodDescriptionCLDiaHierCompNode.addPortNode(List<? extends ELElement> seq) static List<CLDiaRelshipLinkEdge> CLDiaSocketBallNodeHelper.convertSocketBallNotation(SrvContext srvCtx, List<? extends ELElement> seq) Converts the notation of all specified edges between socket ball edge and relationship edge.CLDia.getVisibleCompartmentDlgInit(List<? extends ELElement> seq) Fills the dialog for the modification of visibility and maintenance of compartments.static CLDiaMergeAbleNodeCLDiaMergeAbleNodeHelper.mergeRelationship(SrvContext srvCtx, List<? extends ELElement> seq) Merges a list of relationship nodes or edges together into a multiple relationship node.static CLDiaSocketBallNodeCLDiaSocketBallNodeHelper.mergeSocketBall(SrvContext srvCtx, List<? extends ELElement> seq) Merges a list of socket ball nodes together into a multiple socket ball node.static voidCLDiaMergeAbleNodeHelper.splitRelationship(SrvContext srvCtx, List<? extends ELElement> seq) Splits a multiple relationship node into two relationship nodes or edges.static voidCLDiaSocketBallNodeHelper.splitSocketBall(SrvContext srvCtx, List<? extends ELElement> seq) Splits a multiple socket ball node into two socket ball nodes. -
Uses of ELElement in de.mid.innovator.srv2api.icw2db
Subinterfaces of ELElement 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.interfaceinterfaceDBSQLObjectis the superclass of all database elements, which can be assigned by aDBPrivilegeto grant or revoke user access.interfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceThis 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 ELElementModifier and TypeMethodDescriptionstatic 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 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 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 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 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 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 ARG_DBSplitOclReqOutDBMergedTableHelper.getSplit(SrvContext srvCtx, ELElement item) Returns two parallel lists of merged tables and their names for the givenDBDiaTableNode,DBTableorDBMergedTable.Method parameters in de.mid.innovator.srv2api.icw2db with type arguments of type ELElementModifier and TypeMethodDescriptionstatic DBTableDBForeignKeyHelper.mergeSiblingTables(SrvContext srvCtx, List<? extends ELElement> seq) Merges two or more sibling database tables of the given foreign keys.DBForeignKeyHelper.mergeToForeign(SrvContext srvCtx, List<? extends ELElement> seq) Merges theDBTablewhich contains theDBUniqueKeycorresponding to the selectedDBForeignKeyinto theDBTablewhich contains the foreign key.
This action creates aDBMergedTablein the modified table.This inverse operation of the merge command documented by thisDBMergedTablesplits theDBTableinto two tables.static DBTableDBTableHelper.splitV(SrvContext srvCtx, List<? extends ELElement> seq) Splits a table by moving the selectedDBTableColumns to a newDBTable. -
Uses of ELElement in de.mid.innovator.srv2api.icw2dbdia
Subinterfaces of ELElement in de.mid.innovator.srv2api.icw2dbdiaModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceMethod parameters in de.mid.innovator.srv2api.icw2dbdia with type arguments of type ELElementModifier and TypeMethodDescriptionstatic DBDiaTableNodeDBDiaReferenceEdgeHelper.mergeSiblingTables(SrvContext srvCtx, List<? extends ELElement> seq) Merges two or more child database table nodes of the selected foreign key edges.static DBDiaTableNodeDBDiaTableNodeHelper.mergeSiblingTables(SrvContext srvCtx, List<? extends ELElement> seq) Merges two or more selected child database table nodes.static List<DBDiaTableNode> DBDiaReferenceEdgeHelper.mergeToForeign(SrvContext srvCtx, List<? extends ELElement> seq) Merges theDBDiaTableNodewhich contains theDBUniqueKeycorresponding to the selectedDBForeignKeyinto theDBTablewhich contains the foreign key.static DBDiaTableNodeDBDiaTableNodeHelper.splitV(SrvContext srvCtx, List<? extends ELElement> seq) Splits a table by moving the selectedCLDiaCompartmentContentNodes ofDBTableColumns to a newDBDiaTableNode. -
Uses of ELElement in de.mid.innovator.srv2api.icw2dg
Subinterfaces of ELElement 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.interfaceLinks a documentation chapter to a meta attribute.interfaceRepresents a documentation command.interfaceContains the index information for a documentation selection.interfaceThe root of a documentation structure.interfaceRepresents the footer of a documentation's section.interfaceRepresents the header of a documentation's section.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.interfaceThe properties of a table in the documentation.interfaceA template of documentation standard chapters for common usage in documentation structures.interfaceRepresents the title page of a documentation.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.Fields in de.mid.innovator.srv2api.icw2dg declared as ELElementModifier and TypeFieldDescriptionARG_DocuContent.ohElemthe OH of the referenced elementARG_DocuNode.ohElemthe OH of the referenced elementARG_DocuNode.ohThisthe element of this nodeFields in de.mid.innovator.srv2api.icw2dg with type parameters of type ELElementMethod parameters in de.mid.innovator.srv2api.icw2dg with type arguments of type ELElementModifier and TypeMethodDescriptionDGCommand.executeDocu(List<? extends ELElement> seq) Execute a Documentation Command on the server.booleanDGCommand.getCheckInput(List<? extends ELElement> seq) Checks wether this documentation command can produces output with the current selection.static voidDGChapterHelper.setNumber(SrvContext srvCtx, List<? extends ELElement> seq) Set the number state of the specified chapters.Constructors in de.mid.innovator.srv2api.icw2dg with parameters of type ELElementModifierConstructorDescriptionARG_DocuContent(ELElement ohElem, String content, boolean bold, boolean isImage) ARG_DocuNode(String name, String typeName, String stereo, String uuid, String parentUuid, ELElement ohThis, ELElement ohElem, K_CHAPTER_TYPE chapterType, boolean pageBreakBefore, boolean pageBreakAfter, boolean isHeadingSuppressed, boolean isIndex, boolean keepIfEmpty, boolean rotatePage, K_NUMBER_FORMAT numberFormat, K_PARAGRAPH_JUSTIFICATION paragraphJustification, K_DOCU_OUTPUT_MODE attachmentOutputMode, String content, String paragraphFormat, String contentFormat, int cellWidth, List<String> data, List<ARG_DocuContent> seqContent, List<ARG_DocuNode> seqChildNode, List<ARG_DocuTableData> seqTableData, List<ELElement> seqVWDocu) -
Uses of ELElement in de.mid.innovator.srv2api.icw2dm
Subinterfaces of ELElement 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.Methods in de.mid.innovator.srv2api.icw2dm with parameters of type ELElementModifier and TypeMethodDescriptionstatic 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 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 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 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. -
Uses of ELElement in de.mid.innovator.srv2api.icw2drdia
Subinterfaces of ELElement 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 ELElementModifier and TypeMethodDescriptionstatic DRPrintContextDRPrintContextHelper.create(SrvContext srvCtx, ELElement item) Creates and returns the only possibleDRPrintContextas content of the specifiedDRDecisionorDRBusinessKnowledgeModel. -
Uses of ELElement in de.mid.innovator.srv2api.icw2elem
Subinterfaces of ELElement 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.interfaceA ContainerAble instance may have owned instances.interfaceA ContAsgnAble instance is owned by a ContainerAble instance.interfaceA DeleteAble instance provides a preview of instances which are deleted as a side effect of the deletion of this instance.interfaceThis is a utility class for ELDependency that provides static methods for creation or other purposes.interfaceinterfaceThis is a utility class for ELFeature that provides static methods for creation or other purposes.interfaceElement which uses an additional external file.interfaceinterfaceThis is a utility class for ELGeneralizationSet that provides static methods for creation or other purposes.interfaceThis is a utility class for ELLanguage that provides static methods for creation or other purposes.interfaceinterfaceinterfaceThis 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 ELM2CLCompartment that provides static methods for creation or other purposes.interfaceThis is a utility class for ELM2Locale 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.interfaceinterfaceThis is a utility class for ELM2TypeEnum that provides static methods for creation or other purposes.interfaceThis is a utility class for ELM2TypeEnumMember 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.interfaceA named element is an element in a model that may have a nameinterfaceThis is a utility class for ELNamespaceAble that provides static methods for creation or other purposes.interfaceA named element owned by a namespace.interfaceA package is a namespace for its members and may contain other packages.interfaceA PackageAble instance is typically owned by a Package instance.interfaceinterfaceA Picture instance owned by a PictureAble instance.interfaceA PictureAble instance may contain a picture.interfaceinterfaceThis 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 ELRedefAble that provides static methods for creation or other purposes.interfaceThis is a utility class for ELRelshipBinDir that provides static methods for creation or other purposes.interfaceThis is a utility class for ELShortNameAble 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.interfaceinterfaceThis is a utility class for ELTranslationAble that provides static methods for creation or other purposes.interfaceThis is a utility class for ELType that provides static methods for creation or other purposes.interfaceThis is a utility class for ELTypedElement that provides static methods for creation or other purposes.interfacea element that provides an uuid.interfaceThis is a utility class for ELValSpec that provides static methods for creation or other purposes.interfaceinterfaceinterfaceinterfaceinterfacethe specification of an expression.interfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceThis is a utility class for ELValueContainerAble that provides static methods for creation or other purposes.interfaceThis is a utility class for ELValueReUseAble that provides static methods for creation or other purposes.interfaceThis is a utility class for ELView that provides static methods for creation or other purposes.interfaceThis is a utility class for ELViewElement that provides static methods for creation or other purposes.interfaceThis is a utility class for ELViewEntry 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.interfaceThis is a utility class for ELViewNavigAble that provides static methods for creation or other purposes.Fields in de.mid.innovator.srv2api.icw2elem declared as ELElementModifier and TypeFieldDescriptionARG_TransformPreView.adClientAblepreviewed instanceARG_XInstanceValue.iteminstance valueARG_XFindViewTerm.itemOutStereotypeserver element of restriction stereotype (MMStereotype)ARG_ELPackageProperty.objStereotypeStereotype of packageARG_InfoBulkResultMap.ohElemstart instance of infoARG_TranslatableElement.ohElemelement with translatable propertiesARG_TranslatableProperty.ohElemelement with translated propertyARG_UpdateTranslationProperty.ohElemelement with translated propertyARG_ViewBulkResultMap.ohElemstart instance of viewARG_ELReconnect.ohNewthe element to which the relationship is redirectedARG_MemberSpecificationInstance.ohOptoptional OH of Element if used as output sequenceARG_InfoIn.ohRefARG_RestrictOnHasReadIn.ohRefrole used in this test, null test the role of the current loginARG_View.ohRefARG_View.ohStereoARG_FindByUUID.optADModelOptional: Restricting ADModel casted as ELElementARG_ElementCache.unitToLocklockable unit of the elementFields in de.mid.innovator.srv2api.icw2elem with type parameters of type ELElementModifier and TypeFieldDescriptionARG_ValidListIn.seqlist of elements (ignore invalid)ARG_InfoBulkIn.seqElemapply info to these elements (ignore invalid)ARG_ViewBulkIn.seqElemapply view to these elements (ignore invalid)ARG_PropVal.seqInstancesequence of instance valuesARG_FilterByStereotypeName.seqItemsitems to be filteredARG_RestrictOnHasReadIn.seqRestricttested elements - ignore invalidARG_ViewBulkResultMap.seqResultresult set of viewARG_XFindResult.seqResultresult elementsARG_XFindBulkIn.seqSelelements to find for or empty if allARG_XFindCollectIn.seqSelelements as collection startersARG_XFindIn.seqSelelements to find for or empty if allMethods in de.mid.innovator.srv2api.icw2elem with type parameters of type ELElementModifier and TypeMethodDescriptionELElement.getAssignAbleToVattr(Class<T> returnType, K_VATTR kind, K_CONTROL_OPTION... behaviourFlags) all instances which are assignable to this element according to the relationship specified by argument kind.ELElement.getAssignAbleToVattr(Class<T> returnType, MMStereotype stereotype, K_VATTR kind, K_CONTROL_OPTION... behaviourFlags) The method calls getAssignAbleToVattr and filters its return values according to the given stereotype value.ELDeleteAbleHelper.getDeleteListAll(Class<T> returnType, SrvContext srvCtx, List<? extends ELDeleteAble> seqSel) Evaluates the delete control list.ELObjectHelper.getRestrictOnHasRead(Class<T> returnType, SrvContext srvCtx, ELElement ohRef, List<? extends ELElement> seqRestrict) removes a element from the list if the provided user has not read access on it.ELElementHelper.getValidList(Class<T> returnType, SrvContext srvCtx, List<? extends ELElement> seq) Returns unique list of all valid elements of the argument list.ELElementHelper.getXFind(Class<T> returnType, SrvContext srvCtx, List<? extends ELElement> seqSel, boolean recursive, boolean withConfig, boolean sortIt, ARG_XFindTerm valTerm) command for search termsELElementHelper.getXFindCollect(Class<T> returnType, SrvContext srvCtx, List<? extends ELElement> seqSel, ARG_XFindTerm valCollectStartTerm, boolean sortIt, ARG_XFindTerm valTerm) command for collect termsMethods in de.mid.innovator.srv2api.icw2elem that return ELElementModifier and TypeMethodDescriptionELElement.duplicateElement()Creates a duplicate of this element.ELValSpecELElement.getElement()The element specified by this value specification.ELRelshipBinDir.getTarget()Element at the target side of this directed relationship.ELContAsgnAble.getVersionRoot()Returns the root instance of this element's version unit.Methods in de.mid.innovator.srv2api.icw2elem with parameters of type ELElementModifier and TypeMethodDescriptionstatic <T extends ELUUIDAble>
List<T> ELUUIDAbleHelper.getFindByUUID(Class<T> returnType, SrvContext srvCtx, String sIUUID, ELElement optADModel) Returns the model elements described by the Innovator UUID, if they exist.<T extends ELRelshipBinDir>
List<T> ELContainerAble.getOwnedRelshipBinDirWithTarget(Class<T> returnType, ELElement refObj, K_CONTROL_OPTION... behaviourFlags) <T extends ELRelshipBinDir>
List<T> ELContainerAble.getOwnedRelshipBinDirWithTarget(Class<T> returnType, MMStereotype stereotype, ELElement refObj, K_CONTROL_OPTION... behaviourFlags) The method calls getOwnedRelshipBinDirWithTarget and filters its return values according to the given stereotype value.This element's path specification.ELObjectHelper.getRestrictOnHasRead(Class<T> returnType, SrvContext srvCtx, ELElement ohRef, List<? extends ELElement> seqRestrict) removes a element from the list if the provided user has not read access on it.static <T extends ELRelshipBinDir>
List<T> ELRelshipBinDirHelper.getRestrictOnTargetHasRead(Class<T> returnType, SrvContext srvCtx, ELElement ohRef, List<? extends ELElement> seqRestrict) removes a directed relationship from the list if the provided user has not read access on the target element.voidELAssociation.reconnectAssociation(ELElement ohNew, K_SIDE kSide) Assigns one this binary association's association ends to a new classifier.voidELProperty.reconnectAssociation(ELElement ohNew, K_SIDE kSide) Connects an association end to the specified element.voidELRelshipBinDir.reconnectRelship(ELElement ohNew, K_SIDE kSide) Assigns this relationship to a new source/target element.voidSet the value of Foreign Key Target.Method parameters in de.mid.innovator.srv2api.icw2elem with type arguments of type ELElementModifier and TypeMethodDescriptionELObjectHelper.getRestrictOnHasRead(Class<T> returnType, SrvContext srvCtx, ELElement ohRef, List<? extends ELElement> seqRestrict) removes a element from the list if the provided user has not read access on it.static <T extends ELRelshipBinDir>
List<T> ELRelshipBinDirHelper.getRestrictOnTargetHasRead(Class<T> returnType, SrvContext srvCtx, ELElement ohRef, List<? extends ELElement> seqRestrict) removes a directed relationship from the list if the provided user has not read access on the target element.static List<ARG_ElementUUID> ELUUIDAbleHelper.getUUIDOfElementList(SrvContext srvCtx, List<? extends ELElement> seq) Returns a list of elements and their uuids for each element of the input list.ELElementHelper.getValidList(Class<T> returnType, SrvContext srvCtx, List<? extends ELElement> seq) Returns unique list of all valid elements of the argument list.ELElementHelper.getXFind(Class<T> returnType, SrvContext srvCtx, List<? extends ELElement> seqSel, boolean recursive, boolean withConfig, boolean sortIt, ARG_XFindTerm valTerm) command for search termsstatic List<ARG_XFindResult> ELElementHelper.getXFindBulk(SrvContext srvCtx, List<? extends ELElement> seqSel, boolean recursive, boolean withConfig, boolean sortIt, List<ARG_XFindTerm> seqTerm) command for bulk searchELElementHelper.getXFindCollect(Class<T> returnType, SrvContext srvCtx, List<? extends ELElement> seqSel, ARG_XFindTerm valCollectStartTerm, boolean sortIt, ARG_XFindTerm valTerm) command for collect termsstatic voidELElementHelper.lockUnit(SrvContext srvCtx, List<? extends ELElement> sel) Creates a lock for the lock unit of the current object.voidELContainerAble.sortContents(List<? extends ELElement> seq) All of this specified list's elements are sorted according to their order within the list.static voidELElementHelper.unlockUnit(SrvContext srvCtx, List<? extends ELElement> sel) Deletes the lock for lock unit of the current object.Constructors in de.mid.innovator.srv2api.icw2elem with parameters of type ELElementModifierConstructorDescriptionARG_ElementCache(ELElement unitToLock, ARG_LockableCache valLockable, String displayName, String displayBitmap, String displayColor, String displayFont, String namespaceName) ARG_ELPackageProperty(ELContainerAble objParent, String name, K_VISIBILITY visibility, ELElement objStereotype, List<ELProxy> seqContainedProxies, List<ELPackage> seqContainedPackages) ARG_ELReconnect(ELElement ohNew, K_SIDE kSide) ARG_FindByUUID(String sIUUID, ELElement optADModel) ARG_InfoBulkResultMap(ELElement ohElem, ARG_Info valResult) ARG_InfoIn(ELElement ohRef, K_CW2 cWhat, String pattern, int kind, int mode, int selLimit, int useTranslation) ARG_MemberSpecificationInstance(String name, Class<? extends ELObject> vocl, ELElement ohOpt) ARG_RestrictOnHasReadIn(ELElement ohRef, List<ELElement> seqRestrict) ARG_TransformPreView(String strType, String strNamespace, String strElement, K_TRANSFORM_ACTION action, String strNewType, String strNewTemplate, String strRelationship, ELElement adClientAble) ARG_TranslatableElement(ELElement ohElem, String strName, String strBmp, String strUUID, String strNsp, List<ARG_TranslatableProperty> seqProp) ARG_TranslatableProperty(ELElement ohElem, ELM2Attribute ohM2Attr, String strValue, boolean isNotToTranslate, String strName, String strUUID, Class<? extends ELObject> kVOclProp, K_VATTR kVAttr, ARG_TranslatableElement valElem) ARG_UpdateTranslationProperty(ELElement ohElem, ELM2Attribute ohM2Attr, String strTranslation, boolean isOutdated) ARG_View(ELElement ohRef, Class<? extends ELObject> voclTrg, K_VW2 vWhat, String pattern, int kind, int mode, int selLimit, boolean isExact, boolean sortIt, int cmp, ELElement ohStereo, boolean isExactStereotype) ARG_ViewBulkResultMap(ELElement ohElem, List<ELElement> seqResult) ARG_XFindViewTerm(boolean isNot, K_VATTR vattr, K_OPERATOR op, int value, Class<? extends ELObject> voclOutType, ELElement itemOutStereotype, ARG_XFindTerm term) ARG_XInstanceValue(ELElement item, String name) Constructor parameters in de.mid.innovator.srv2api.icw2elem with type arguments of type ELElementModifierConstructorDescriptionARG_FilterByStereotypeName(Class<? extends ELObject> voclM2Class, String nameProfile, String nameStereotype, boolean isExact, List<ELElement> seqItems) ARG_InfoBulkIn(List<ELElement> seqElem, ARG_InfoIn valInfoIn) ARG_RestrictOnHasReadIn(ELElement ohRef, List<ELElement> seqRestrict) ARG_ValidListIn(List<ELElement> seq) ARG_ViewBulkIn(List<ELElement> seqElem, ARG_View valView) ARG_ViewBulkResultMap(ELElement ohElem, List<ELElement> seqResult) ARG_XFindBulkIn(List<ELElement> seqSel, boolean recursive, boolean withConfig, boolean sortIt, List<ARG_XFindTerm> seqTerm) ARG_XFindCollectIn(List<ELElement> seqSel, ARG_XFindTerm valCollectStartTerm, boolean sortIt, ARG_XFindTerm valTerm) ARG_XFindIn(List<ELElement> seqSel, boolean recursive, boolean withConfig, boolean sortIt, ARG_XFindTerm valTerm) ARG_XFindResult(List<ELElement> seqResult) -
Uses of ELElement in de.mid.innovator.srv2api.icw2er
Subinterfaces of ELElement 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 ELElementModifier 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 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, 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, ELElement ohRequirement) Create a new Dimension Level (OLAP 2) with template and container with requirement.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, 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, 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, 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, ELElement ohRequirement) Create a new Sort Attribute (in OLAP 2 Dimension Level) with stereotype and container with requirement.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 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 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 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 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, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget) Create a new Entity Relationship with stereotype from source to target element.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 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, ELElement ohRequirement) Create a new Dimension Level (OLAP 2) with template and container with requirement.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 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, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget) Create a new Entity Relationship with stereotype from source to target element.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.<T extends IMForeignKeyAble>
List<T> EREntity.getForeignKeyAble(Class<T> returnType, ELElement refObj, K_CONTROL_OPTION... behaviourFlags) List of all foreign key assignable elements (roles or generalizations) which can be potentially referenced by anERForeignKeyin thisEREntity.
If there is an entity or a unique given by theargument refObj, the result will be restricted to the elements which the entity or the entity of the unique key is at the referenced side of the relationship.<T extends IMForeignKeyAble>
List<T> EREntity.getForeignKeyAble(Class<T> returnType, MMStereotype stereotype, ELElement refObj, K_CONTROL_OPTION... behaviourFlags) The method calls getForeignKeyAble and filters its return values according to the given stereotype value.EREntity.getForeignKeyAbleGeneralization(ELElement refObj) Returns the list of all generalizations which potentially lead to a foreign key in this entity.EREntity.getForeignKeyAbleGeneralization(MMStereotype stereotype, ELElement refObj) The method calls getForeignKeyAbleGeneralization and filters its return values according to the given stereotype value.<T extends IMForeignKeyAble>
List<T> EREntity.getForeignKeyAbleMissed(Class<T> returnType, ELElement refObj, K_CONTROL_OPTION... behaviourFlags) List of all foreign key assignable elements (roles or generalizations) which can be potentially, but are not yet referenced by anERForeignKeyin thisEREntity.
If there is an entity or a unique given by theargument refObj, the result will be restricted to the elements which the entity or the entity of the unique key is at the referenced side of the relationship.<T extends IMForeignKeyAble>
List<T> EREntity.getForeignKeyAbleMissed(Class<T> returnType, MMStereotype stereotype, ELElement refObj, K_CONTROL_OPTION... behaviourFlags) The method calls getForeignKeyAbleMissed and filters its return values according to the given stereotype value.EREntity.getForeignKeyAbleRole(ELElement refObj) EREntity.getForeignKeyAbleRole(MMStereotype stereotype, ELElement refObj) The method calls getForeignKeyAbleRole and filters its return values according to the given stereotype value.Method parameters in de.mid.innovator.srv2api.icw2er with type arguments of type ELElementModifier and TypeMethodDescriptionstatic 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 ohContainer, List<? extends ELElement> seqSel) Create a new Entity Relationship with stereotype, container and a sequence of elements.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 ohContainer, List<? extends ELElement> seqSel) Create a new Entity Relationship with stereotype, container and a sequence of elements. -
Uses of ELElement in de.mid.innovator.srv2api.icw2erdia
Subinterfaces of ELElement in de.mid.innovator.srv2api.icw2erdiaModifier and TypeInterfaceDescriptioninterfaceThis is a utility class for ERDia that provides static methods for creation or other purposes.interfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterface -
Uses of ELElement in de.mid.innovator.srv2api.icw2gc
Subinterfaces of ELElement 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 ELElementModifier 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 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.GCConceptConnection.insertConcept(ELElement item) -
Uses of ELElement in de.mid.innovator.srv2api.icw2gcdia
Subinterfaces of ELElement in de.mid.innovator.srv2api.icw2gcdiaModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceinterfaceinterfaceAGCDiaLayerNodeis not visible in concept diagrams.interfaceinterfaceMethods in de.mid.innovator.srv2api.icw2gcdia with parameters of type ELElementModifier and TypeMethodDescriptionstatic 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, ELElement ohRequirement) Create a new Dynamic Concept Diagram with stereotype and container with requirement.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, ELElement ohRequirement) Create a new Dynamic Concept Diagram with stereotype and container with requirement.voidGCDiaConceptEdge.reconnectEdge(ELElement ohNew, K_SIDE kSide) Assigns theGCConceptConnectionof this edge to a new source/target node.Method parameters in de.mid.innovator.srv2api.icw2gcdia with type arguments of type ELElementModifier and TypeMethodDescriptionvoidGCDynDia.addStartConcepts(List<? extends ELElement> seq) voidGCDia.maintainNesting(List<? extends ELElement> seq) Maintains the diagram content according to the nesting configuration. -
Uses of ELElement in de.mid.innovator.srv2api.icw2ia
Subinterfaces of ELElement 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.interfaceThis is a utility class for IACovered that provides static methods for creation or other purposes.interfaceAn element which can cover anIALifeline.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 ELElementModifier 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 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, ELElement ohRequirement) Create a new Behavior Execution Specification with stereotype and container with requirement.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 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 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 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 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 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 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 ELElement in de.mid.innovator.srv2api.icw2im
Subinterfaces of ELElement 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 IMViewFeature that provides static methods for creation or other purposes.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.Methods in de.mid.innovator.srv2api.icw2im with parameters of type ELElementModifier and TypeMethodDescriptionstatic 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 voidIMDataTypeDefinitionHelper.typeMapping(SrvContext srvCtx, ELElement item) Method parameters in de.mid.innovator.srv2api.icw2im with type arguments of type ELElementModifier and TypeMethodDescriptionstatic voidIMViewHelper.addParentheses(SrvContext srvCtx, List<? extends ELElement> seq) Put the views in parentheses.static IMKeyRelationshipFeatureIMKeyRelationshipFeatureHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, List<? extends ELElement> seqSel) Create a new Key Relationship Feature with template and a sequence of elements.
Sequence of elements:
Element 0:IMKeyRelationship(ERForeignKeyorDBForeignKey) as owner Element 1:IMStructuralFeature(ERAttributeorDBTableColumn) Element 2:IMUniqueKeyFeaturereferenced by the newIMKeyRelationshipFeaturestatic IMKeyRelationshipFeatureIMKeyRelationshipFeatureHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, List<? extends ELElement> seqSel) Create a new Key Relationship Feature with stereotype and a sequence of elements.
Sequence of elements:
Element 0:IMKeyRelationship(ERForeignKeyorDBForeignKey) as owner Element 1:IMStructuralFeature(ERAttributeorDBTableColumn) Element 2:IMUniqueKeyFeaturereferenced by the newIMKeyRelationshipFeaturestatic voidIMViewHelper.removeParentheses(SrvContext srvCtx, List<? extends ELElement> seq) Remove the corresponding parentheses. -
Uses of ELElement in de.mid.innovator.srv2api.icw2imdia
Subinterfaces of ELElement 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 ELElement in de.mid.innovator.srv2api.icw2meta
Subinterfaces of ELElement in de.mid.innovator.srv2api.icw2metaModifier and TypeInterfaceDescriptioninterfaceElements which can be set an access tointerfaceA list of aliases can be assigned to a model version.interfaceinterfaceinterfaceThe currently active change set of the assigned users.interfaceThe time interval in which a user contributed to a change set.interfaceThis is a utility class for ADClientAble that provides static methods for creation or other purposes.interfaceinterfaceinterfaceRepresents a instance in the context of a change set log.interfaceinterfaceThe reference to an enum member of an mm2typed element in a change set.interfacethe string value of an mm2typed element in a change set.interfacethe value of an mm2typed element in a change set.interfaceinterfacea property an its value.interfaceA long valued property value.interfaceA instance valued property value.interfaceA string valued property value.interfaceinterfaceinterfaceinterfaceElements which an execution permission may be set for.interfaceElements which can be found by the find dialog.interfaceElement which owns history information.interfaceRepresents a single host entry.interfaceRepresents the lock for an elementinterfaceElements which can be locked by a user.interfaceRepresents a single login for a user.interfaceElements which can create a login.interfaceSpecial options for logging-in.interfaceThis is a utility class for ADM2AttrModifyAble that provides static methods for creation or other purposes.interfaceRepresents the model administrator.interfaceinterfaceRepresents a guest for login to a model.interfaceRepresents an option for a model login.interfaceRepresents a common model user which is used for connecting to a model.interfaceRepresents a common model.interfaceinterfaceversion properies of a managed model.interfaceinterfaceinterfaceinterfaceinterfaceinterfaceRepresents a common option.interfaceElements which can own an option.interfaceElement which may be referenced.interfaceRepresents the repository administrator.interfaceRepresents an option for the purpose of repository login.interfaceRepresents the repository.interfaceA synchronized element represents a conceptual element that occurs in different method contexts through synchronized stereotypes.interfaceElements which contain a time stamp.interfaceThis is a utility class for ADTranslationAble that provides static methods for creation or other purposes.interfaceOptions for update purpose.interfaceRepresents an interval update option.interfaceRepresents a time update option.interfaceRepresents a user option for a host.interfaceinterfaceRepresents an option for a user.interfaceRoles 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.interfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceThis is a utility class for MM2Property that provides static methods for creation or other purposes.interfaceinterfaceinterfaceinterfaceThis 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.interfaceinterfaceThis is a utility class for MMCommentContainerAble that provides static methods for creation or other purposes.interfaceinterfaceinterfaceinterfaceinterfaceinterfaceThis is a utility class for MMFCValue that provides static methods for creation or other purposes.interfaceinterfaceinterfaceinterfaceinterfaceinterfaceThis is a utility class for MMFormatAble that provides static methods for creation or other purposes.interfaceinterfaceinterfaceThis 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 MMMenuAble 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.interfaceThis is a utility class for MMMetaCommentAble that provides static methods for creation or other purposes.interfaceAbstract meta class of elements contained in profiles.interfaceinterfaceA profile is a kind of package that extends a reference metamodel.interfaceinterfaceinterfaceinterfaceAn execution right is owned my a profile.interfaceA 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.interfaceBuilding block to create an element.interfaceinterfaceThis is a utility class for MMStereotypeFileAble that provides static methods for creation or other purposes.interfaceinterfaceThis is a utility class for MMStereotypeRelatedElement that provides static methods for creation or other purposes.interfaceinterfaceinterfaceinterfaceA synchronized property is valid for all stereotypes of itsMMSyncSet.
It is a property of the conceptual element that is the same in every method context.interfaceA 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.interfaceA synchronization property is a property that keeps the values in redundant properties of their stereotypes synchronized.interfaceRepresents a text definition.interfaceElements which texts can be assigned to.interfaceRepresents an existing text.interfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceFields in de.mid.innovator.srv2api.icw2meta declared as ELElementModifier and TypeFieldDescriptionARG_DUCInstanceResultRef.elemelement created or modifiedARG_ElemInfoProps.ohElemelement or meta classificationARG_ExportElement.ohElemexported elementARG_NameInChangeSetLog.ohEleminstance if found in modelARG_VerifyElementMessageList.ohElemelement which produces verify messagesARG_RestrictExecuteAbleList.ohElemForProfileelement to calculate the valid profilesARG_ChangeSetInstanceOverview.ohInstinstance of this operation, 0 if it does not exist in modelARG_ChangeSetOperationValue.ohInstinstance of this operation, 0 if it does not exist in modelARG_DiffNode.ohInstinstance of base model of this nodeARG_InstNode.ohInstan empty instance will be createdARG_ElemProp.ohItemproperty or valueARG_TransformInstanceIn.ohReqoptional instance used in transformationARG_NewByStereotypeAndContainerSequenceWithRequirement.ohRequirementAdditional required elementARG_NewByStereotypeAndContainerWithRequirement.ohRequirementAdditional required elementARG_NewByStereotypeAndSequenceWithRequirement.ohRequirementAdditional required elementARG_NewByStereotypeAndSourceTargetWithRequirement.ohRequirementAdditional required elementARG_NewByTemplateAndContainerSequenceWithRequirement.ohRequirementAdditional required elementARG_NewByTemplateAndContainerWithRequirement.ohRequirementAdditional required elementARG_NewByTemplateAndSequenceWithRequirement.ohRequirementAdditional required elementARG_NewByTemplateAndSourceTargetWithRequirement.ohRequirementAdditional required elementARG_MigrationOclReq.ohSelselected elementARG_NewByStereotypeAndSourceTarget.ohTargetTarget for the new elementARG_NewByStereotypeAndSourceTargetWithRequirement.ohTargetTarget for the new elementARG_NewByTemplateAndSourceTarget.ohTargetTarget for the new elementARG_NewByTemplateAndSourceTargetWithRequirement.ohTargetTarget for the new elementARG_IRefViewSpecification.refEloptional ReferenzelementFields in de.mid.innovator.srv2api.icw2meta with type parameters of type ELElementModifier and TypeFieldDescriptionARG_FilterTranslationState.containsNoTranslationselements or version units without any translationARG_FilterTranslationState.obsoleteTranslationselements or version units with at least one outdated translationARG_FilterTranslationState.partialTranslatedelements or version units with translated and not translated propertiesARG_DucInCmd.seqDeletedelete these instancesARG_ChangeSetInstanceProtocolIn.seqElemlist of selected elementsARG_DiffRelationshipsAndPropertiesIn.seqElemselected elementsARG_FilterTranslationStateIn.seqElemelements to be filtered by translation state or empty to filter all version able elementsARG_GetInfoPropertiesForImpactAnalysisIn.seqElemlist of elements or meta classificationsARG_GetInstancesProtocolsIn.seqElemlist of selected elementsARG_FirstCreationDateIn.seqFlatconsider only this elements but omit transitifly owned elementsARG_FilterByStereotype.seqItemsitems to be filteredARG_TabCellObjectList.seqObjectlist of valid objectsARG_Copy.seqSelsequence of elements to copyARG_FindHistoryDlgOclReqIn.seqSelselected elementsARG_GetPropertiesForExportIn.seqSellist of elements to be exportedARG_IRef.seqSelsequence of selected elementsARG_MultiVersion.seqSelsequence of elements to useARG_NewByStereotypeAndContainerSequence.seqSelSequence of selected elementsARG_NewByStereotypeAndContainerSequenceWithRequirement.seqSelSequence of selected elementsARG_NewByStereotypeAndSequence.seqSelSequence of selected elementsARG_NewByStereotypeAndSequenceWithRequirement.seqSelSequence of selected elementsARG_NewByTemplateAndContainerSequence.seqSelSequence of selected elementsARG_NewByTemplateAndContainerSequenceWithRequirement.seqSelSequence of selected elementsARG_NewByTemplateAndSequence.seqSelSequence of selected elementsARG_NewByTemplateAndSequenceWithRequirement.seqSelSequence of selected elementsARG_Paste.seqSelselected elementsARG_PasteFromFile.seqSelselected elementsARG_PasteFromFilePRContext.seqSelListe der markierten ElementeARG_PastePRContext.seqSelListe der markierten ElementeARG_FilterTranslationState.upToDateTranslationselements or version units where all properties are translated and uptodateMethods in de.mid.innovator.srv2api.icw2meta with type parameters of type ELElementModifier and TypeMethodDescriptionADNSchedule.getElementOfSchedule(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All elements considered in thisADNSchedule.ADNSchedule.getElementOfSchedule(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getElementOfSchedule and filters its return values according to the given stereotype value.Methods in de.mid.innovator.srv2api.icw2meta that return ELElementModifier and TypeMethodDescriptionstatic ELElementADModelHelper.getFindElementById(SrvContext srvCtx, Class<? extends ELObject> kVOcl, int id) If it exists, returns the model element described by the ARG_FindElementByIdOclReq structure.MMCreateTemplate.getInstanceOfCreateTemplate()The element of this create template.ADNElement.getNotifiedElement()The notified element of this element notification.MMCreateTemplate.getOwnInstance()The instance of this create template.ADRepository.getVersionRoot()Returns the the current object's version unit root instance.Methods in de.mid.innovator.srv2api.icw2meta that return types with arguments of type ELElementModifier and TypeMethodDescriptionPastes the element copy buffer into the current object.Pastes the element copy buffer into thisMMProfile.ADModel.pasteFromFile(List<? extends ELElement> seqSel, Path file, boolean checkConstraint) Pastes the element copy file buffer into the current object.MMProfile.pasteFromFile(List<? extends ELElement> seqSel, Path file, boolean checkConstraint) Pastes the element copy file buffer into the current object.Methods in de.mid.innovator.srv2api.icw2meta with parameters of type ELElementModifier and TypeMethodDescriptionMMSyncSet.addSyncedStereotype(ELElement item) voidMMStereotypeAble.assignStereotypeDlg(ELElement item) Assigns a new stereotype to this element.static voidMMStereotypeAbleHelper.assignStereotypeDlg(SrvContext srvCtx, List<? extends MMStereotypeAble> sel, ELElement item) Assigns a new stereotype to this element.static MMEngineeringActionMMEngineeringActionHelper.create(SrvContext srvCtx, ELElement item) Creates a new engineering action.static MMFontColorMMFontColorHelper.create(SrvContext srvCtx, ELElement item) Creates a new font color element within the specified profile.static MMSyncSetPropertyMMSyncSetPropertyHelper.create(SrvContext srvCtx, ELElement item) Creates a newMMSyncSetPropertyowned by the specifiedMMSyncSet.static MMTSTypeClassMMTSTypeClassHelper.create(SrvContext srvCtx, ELElement item) Creates a newMMTSTypeClass.static MMTSTypeMMTSTypeHelper.create(SrvContext srvCtx, ELElement item) Creates a newMMTSType.static MMTypeSystemMMTypeSystemHelper.create(SrvContext srvCtx, ELElement item) Creates a newMMTypeSystem.static MMVerifyMMVerifyHelper.create(SrvContext srvCtx, ELElement item) Creates a new verify.static voidMMSyncSetPropertyHelper.createMatchingSyncSetProperty(SrvContext srvCtx, ELElement item) Creates synchronization properties for each matchingMMSyncedPropertyof all synced stereotypes owned by the specifiedMMSyncSet.static List<ARG_ConditionClassificationList> ADNConditionHelper.getConditionClassificationList(SrvContext srvCtx, ELElement item) Returns a list of all meta classes and stereotypes which may be used asMM2Classificationof aADNCondition.static ARG_MigrationADXModelHelper.getMigration(SrvContext srvCtx, ELElement ohSel, boolean all) Request for profile migration purposes.MMStereotype.getModifyTSOptionOrderDlgInit(ELElement item) Fills the dialog for the modification of the sort order of the type system options visible for this stereotype within the optional profile.MMStereotype.getModifyTypedElementOrderDlgInit(ELElement item) Fills the dialog for the modification of the sort order of the typed elements visible for this stereotype within the optional profile.ADUserNotification.getNotificationElementOfElement(ELElement refObj) static <T extends ADExecuteAble>
List<T> ADExecuteAbleHelper.getRestrictExecuteAbleList(Class<T> returnType, SrvContext srvCtx, ELElement ohElemForProfile, List<? extends ADExecuteAble> seqAble) Restrict the specified list of execute able elements by the specified the current user login.ADM2AttrModifyAble.getTabCell(ELElement item) Returns the specified property of this element.ADTranslationAble.getTextTranslation(ELElement item) Returns the flow and plain text of the specified text value including the translation value.static List<ARG_TransformPreView> MMCommentContainerAbleHelper.getTransformPreView(SrvContext srvCtx, List<? extends MMStereotypeAble> seqSel, MMMenuItem ohMenueItem, ELElement ohReq) Calculates the all elements which will be deleted or modified by the transformation of the specified elements.voidADLogin.setDisplayLocale(ELElement item) Defines theMM2Localewhich is used to display properties and string values in read only mode.voidMMSyncedProperty.synchronizeThis(ELElement item) static List<MMStereotypeAble> MMCommentContainerAbleHelper.transformInstance(SrvContext srvCtx, List<? extends MMStereotypeAble> seqSel, MMMenuItem ohMenueItem, ELElement ohReq) Applies the transformation rules to the provided instances.Method parameters in de.mid.innovator.srv2api.icw2meta with type arguments of type ELElementModifier and TypeMethodDescriptionstatic voidADNElementHelper.createNotification(SrvContext srvCtx, List<? extends ELElement> seq) Create notification elements for each specifiedELElement.static voidADNElementHelper.deleteNotification(SrvContext srvCtx, List<? extends ELElement> seq) Delete notification elements for each specifiedELElement.ADModel.deleteUpdateCreateInstances(List<? extends ELElement> seqDelete, List<ARG_InstNode> seqNode) modifies this model according to the provided instance specifications.static <T extends MMStereotypeAble>
List<T> MMStereotypeAbleHelper.filterByStereotype(Class<T> returnType, SrvContext srvCtx, List<? extends ELElement> seqItems, List<ARG_StereotypeFilterItem> seqFilter) Returns elements whose stereotype conforms to/ is exactly the same as the provided stereotype.static <T extends MMStereotypeAble>
List<T> MMStereotypeAbleHelper.filterByStereotypeName(Class<T> returnType, SrvContext srvCtx, Class<? extends ELObject> voclM2Class, String nameProfile, String nameStereotype, boolean isExact, List<? extends ELElement> seqItems) Returns elements whose stereotype conforms to/ is exactly the same as the provided stereotype.ADTranslationAble.filterByTranslationState(List<? extends ELElement> seqElem, boolean filterUnit) Categorizes the provided elements by the state of the translatable properties.static ARG_ChangeSetOperationValuesADCSInstanceHelper.getChangeSetInstanceContentProtocol(SrvContext srvCtx, List<? extends ELElement> seqElem, ARG_ChangeSetPeriod valPeriod) Returns the protocol of model changes for contents of a set of elements.static ARG_ChangeSetOperationValuesADCSInstanceHelper.getChangeSetInstanceProtocol(SrvContext srvCtx, List<? extends ELElement> seqElem, ARG_ChangeSetPeriod valPeriod) Returns the protocol of model changes for a set of elements.static ARG_ChangeSetOperationValuesADCSInstanceHelper.getChangeSetInstanceTransitiveContentProtocol(SrvContext srvCtx, List<? extends ELElement> seqElem, ARG_ChangeSetPeriod valPeriod) Returns the protocol of model changes for transitive contents of a set of elements.Returns a complete copy buffer for the selected elements.Returns a complete copy buffer for the selected elements contained in this profile.ADModel.getCopyToFile(List<? extends ELElement> seqSel, boolean ownedElementTransitive) Returns a complete copy buffer for the selected elements as file.MMProfile.getCopyToFile(List<? extends ELElement> seqSel, boolean ownedElementTransitive) Returns a complete copy buffer for the selected elements contained in this profile as file.ADModel.getDiffRelationshipsAndProperties(List<? extends ELElement> seqElem) Returns the selected elements as DiffNodes.static ARG_FilterOclReqADVersionAbleHelper.getFilter(SrvContext srvCtx, List<? extends ELElement> seq) Without a selection, it returns allADVersionAbleelements.static ARG_FindHistoryDlgOclReqOutADHistoryAbleHelper.getFindHistoryDlg(SrvContext srvCtx, K_FINDMODE mode, List<? extends ELElement> seqSel, boolean useSel, boolean isNot, boolean isCreator, String userName, int year, int month, int day, int hour, int minute, K_OPERATOR op, boolean withConfig) Internal funktion for finding elements by history properties.static ARG_FindSqlIntelliSenseADFindAbleHelper.getFindSqlIntelliSense(SrvContext srvCtx, List<? extends ELElement> seqSel, boolean recursive, boolean withConfig, boolean sortIt, ARG_XFindTerm valTerm) Returns an inforamtion structure for providing intelliSense to build an Innovator Find SQL statement.MM2ClassificationHelper.getInfoPropertiesForImpactAnalysis(SrvContext srvCtx, List<? extends ELElement> seqElem) Returns a list of info properties which may be used by the impact analysis of the specified elements or meta classifications.static ARG_ChangeSetOperationValuesADCSInstanceHelper.getInstancesProtocols(SrvContext srvCtx, List<? extends ELElement> seqElem, ARG_ChangeSetPeriod valPeriod, boolean showProtocol, boolean showProtocolTransitive, boolean showContent, boolean showContentTransitive) Returns the protocol of model changes for a set of elements or contens of the elements.ADLogin.getLockMessage(List<? extends ELElement> seq) Returns the lock messages of all specified elements.MMTextHelper.getModifyChangeableFontDlgInit(SrvContext srvCtx, List<? extends ELElement> seq) Fills the dialog to modify the font and the changeable flag for a list of text definitions or stereotypes.ADModel.getMultiVersionFile(K_INSTPURPOSE purpose, boolean ownedElementTransitive, List<? extends ELElement> seqSel) Returns the the current object's complete version ASCII representation and the incoming selection as a file.ADModel.getMultiVersionList(K_INSTPURPOSE purpose, boolean ownedElementTransitive, List<? extends ELElement> seqSel) Returns the the current object's complete version ASCII representation and the incoming selection as a string array.static ARG_ExportResultMM2TypedElementHelper.getPropertiesForExport(SrvContext srvCtx, List<? extends ELElement> seqSel) Returns all properties, stereotype properties, options, labels and text definitions with values and defaults for eachELElement.static <T extends ADClientAble>
List<T> ADClientAbleHelper.getReferences(Class<T> returnType, SrvContext srvCtx, List<? extends ELElement> seqSel, ARG_IRefRestriction valRestrictOut, List<ARG_IRefViewSpecification> seqViewSpec) Internal request used by de.mid.innovator.ref.ReferencesCollector.static <T extends ADVersionAble>
List<T> ADVersionAbleHelper.getSortByExistenceDependency(Class<T> returnType, SrvContext srvCtx, List<? extends ELElement> seq) Sorts the provided version objects by their existence dependencies.voidIf no selection is made, it locks all elements possible for the login.Pastes the element copy buffer into the current object.Pastes the element copy buffer into thisMMProfile.ADModel.pasteFromFile(List<? extends ELElement> seqSel, Path file, boolean checkConstraint) Pastes the element copy file buffer into the current object.MMProfile.pasteFromFile(List<? extends ELElement> seqSel, Path file, boolean checkConstraint) Pastes the element copy file buffer into the current object.voidMMCommentContainerAble.replaceRealizedConcepts(List<? extends ELElement> seq) Replaces the current set of concepts with the set passed and creates and deletes concept realizations accordingly.voidADNSchedule.setElementOfSchedule(List<? extends ELElement> values) Set the value of View ElementOfSchedule.voidMMProfile.setProfileApplication(List<? extends ELElement> seq) Creates a profile application for each specified profile.voidMMStereotype.stereotypeParents(List<? extends ELElement> seq) Modify the generalizations of this stereotype.voidIf no selection is made, it removes all element locks for the current object.Constructors in de.mid.innovator.srv2api.icw2meta with parameters of type ELElementModifierConstructorDescriptionARG_ChangeSetInstanceOverview(ELElement ohInst, String strInstName, String strInstOwnerQualifiedName, String strInstBitmap, String strInstType, String strInstUUID, K_CS_INST kCSInst, ADCSInstance ohCSInst, Date lAtTime) ARG_ChangeSetOperationValue(ADChangeSet ohChangeSet, String strChangeSetName, Date lStartTime, Date lEndTime, String strNote, String strUserName, ELElement ohInst, String strInstName, String strInstOwnerQualifiedName, String strInstBitmap, String strInstType, String strInstUUID, Date lAtTime, String strOperation, K_VATTR_CS kVAttrCS, String strPropertyName, String strPropertyValue, ADCSOperation ohCSOp, ADCSInstance ohCSInst) ARG_DiffNode(ELElement ohInst, String name, String bitmap, String uuid, int id, int sortOrder, List<ARG_DiffNode> seqOrder, K_CONTASGN asgnKind, List<ARG_DiffNodeProp> seqProp, List<ARG_DiffNodeRsIn> seqRsIn, List<ARG_DiffNodeRsOut> seqRsOut) ARG_DUCInstanceResultRef(int nodeId, ELElement elem) ARG_ElemInfoProps(ELElement ohElem, List<ARG_InfoProp> seqInfoProp) ARG_ElemProp(ELElement ohItem, String strName, String strUUID, List<ARG_ElemProp> seqValue) ARG_ExportElement(ELElement ohElem, List<ARG_ExportProperty> seqProp, List<ARG_ExportPropertyValue> seqValue) ARG_InstNode(int id, boolean processIt, ELElement ohInst, Class<? extends ELObject> kVOcl, List<ARG_InstNodeProp> seqProp, List<ARG_InstNodeRsIn> seqRsIn, List<ARG_InstNodeRsOut> seqRsOut, List<String> seqFile, List<ARG_InstNode> seqOrder) ARG_IRefViewSpecification(K_VW2 what, ARG_IRefRestriction valRestrictIn, ARG_IRefRestriction valRestrictOut, ELElement refEl, String patt, int kind, int mode) ARG_MigrationOclReq(ELElement ohSel, boolean all) ARG_NameInChangeSetLog(Class<? extends ELObject> kVocl, int clientId, ELElement ohElem, String name, String ownerQualifiedName) ARG_NewByStereotypeAndContainerSequenceWithRequirement(MMStereotype ohStereotype, ELContainerAble ohContainer, List<ELElement> seqSel, ELElement ohRequirement) ARG_NewByStereotypeAndContainerWithRequirement(MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement) ARG_NewByStereotypeAndSequenceWithRequirement(MMStereotype ohStereotype, List<ELElement> seqSel, ELElement ohRequirement) ARG_NewByStereotypeAndSourceTarget(MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget) ARG_NewByStereotypeAndSourceTargetWithRequirement(MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget, ELElement ohRequirement) ARG_NewByTemplateAndContainerSequenceWithRequirement(MMCreateTemplate ohTemplate, ELContainerAble ohContainer, List<ELElement> seqSel, ELElement ohRequirement) ARG_NewByTemplateAndContainerWithRequirement(MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement) ARG_NewByTemplateAndSequenceWithRequirement(MMCreateTemplate ohTemplate, List<ELElement> seqSel, ELElement ohRequirement) ARG_NewByTemplateAndSourceTarget(MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget) ARG_NewByTemplateAndSourceTargetWithRequirement(MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget, ELElement ohRequirement) ARG_RestrictExecuteAbleList(ELElement ohElemForProfile, List<ADExecuteAble> seqAble) ARG_TransformInstanceIn(List<MMStereotypeAble> seqSel, MMMenuItem ohMenueItem, ELElement ohReq) ARG_VerifyElementMessageList(ELElement ohElem, List<String> seqMsg) Constructor parameters in de.mid.innovator.srv2api.icw2meta with type arguments of type ELElementModifierConstructorDescriptionARG_ChangeSetInstanceProtocolIn(List<ELElement> seqElem, ARG_ChangeSetPeriod valPeriod) ARG_DucInCmd(List<ELElement> seqDelete, List<ARG_InstNode> seqNode) ARG_FilterByStereotype(List<ELElement> seqItems, List<ARG_StereotypeFilterItem> seqFilter) ARG_FilterTranslationState(List<ELElement> containsNoTranslations, List<ELElement> obsoleteTranslations, List<ELElement> partialTranslated, List<ELElement> upToDateTranslations) ARG_FilterTranslationStateIn(List<ELElement> seqElem, boolean filterUnit) ARG_FindHistoryDlgOclReqIn(K_FINDMODE mode, List<ELElement> seqSel, boolean useSel, boolean isNot, boolean isCreator, String userName, int year, int month, int day, int hour, int minute, K_OPERATOR op, boolean withConfig) ARG_GetInstancesProtocolsIn(List<ELElement> seqElem, ARG_ChangeSetPeriod valPeriod, boolean showProtocol, boolean showProtocolTransitive, boolean showContent, boolean showContentTransitive) ARG_GetPropertiesForExportIn(List<ELElement> seqSel) ARG_IRef(List<ELElement> seqSel, ARG_IRefRestriction valRestrictOut, List<ARG_IRefViewSpecification> seqViewSpec) ARG_MultiVersion(K_INSTPURPOSE purpose, boolean ownedElementTransitive, List<ELElement> seqSel) ARG_NewByStereotypeAndContainerSequence(MMStereotype ohStereotype, ELContainerAble ohContainer, List<ELElement> seqSel) ARG_NewByStereotypeAndContainerSequenceWithRequirement(MMStereotype ohStereotype, ELContainerAble ohContainer, List<ELElement> seqSel, ELElement ohRequirement) ARG_NewByStereotypeAndSequence(MMStereotype ohStereotype, List<ELElement> seqSel) ARG_NewByStereotypeAndSequenceWithRequirement(MMStereotype ohStereotype, List<ELElement> seqSel, ELElement ohRequirement) ARG_NewByTemplateAndContainerSequence(MMCreateTemplate ohTemplate, ELContainerAble ohContainer, List<ELElement> seqSel) ARG_NewByTemplateAndContainerSequenceWithRequirement(MMCreateTemplate ohTemplate, ELContainerAble ohContainer, List<ELElement> seqSel, ELElement ohRequirement) ARG_NewByTemplateAndSequence(MMCreateTemplate ohTemplate, List<ELElement> seqSel) ARG_NewByTemplateAndSequenceWithRequirement(MMCreateTemplate ohTemplate, List<ELElement> seqSel, ELElement ohRequirement) ARG_PasteFromFile(List<ELElement> seqSel, Path file, boolean checkConstraint) ARG_PasteFromFilePRContext(List<ELElement> seqSel, Path file, boolean checkConstraint, Point pos) ARG_PastePRContext(List<ELElement> seqSel, List<String> seqVList, boolean checkConstraint, Point pos) -
Uses of ELElement in de.mid.innovator.srv2api.icw2model
Subinterfaces of ELElement 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.interfaceThis is a utility class for MEReferenceContainerAble 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 modelsinterfaceinterfaceinterfaceSystem model management package containing MEConfigurationManagement and MEStubPackageBase packages.interfaceThis is a utility class for METerm that provides static methods for creation or other purposes.interfaceThis is a utility class for METermAble that provides static methods for creation or other purposes.interfaceA TimeConstraint defines a Constraint that refers to a TimeInterval.interfaceThis is a utility class for METriggerReferenceAble that provides static methods for creation or other purposes.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 ELElementModifier and TypeFieldDescriptionARG_MEDependencyAssignmentInfo.ohSourceSource element of Dependency AssignmentARG_MEDependencyAssignmentInfo.ohTargetTarget element of Dependency AssignmentFields in de.mid.innovator.srv2api.icw2model with type parameters of type ELElementModifier and TypeFieldDescriptionARG_MEDependencyAssignmentInfoInput.seqSourceSource elementsARG_MEDependencyAssignmentInfoInput.seqTargetTarget elementsMethods in de.mid.innovator.srv2api.icw2model with parameters of type ELElementModifier and TypeMethodDescriptionstatic voidMESectionHelper.assignSectionLoginAble(SrvContext srvCtx, ELElement item) Assigns thisMESectionto theADLoginAbleas login able section.static 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 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.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 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 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 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.MEProxy.getVirtualPath(ELElement item) The path specification of this element.Method parameters in de.mid.innovator.srv2api.icw2model with type arguments of type ELElementModifier and TypeMethodDescriptionvoidMEReferenceContainerAble.addReferences(List<? extends ELElement> seq) Adds references to the specified list of referenceable elements to this hierarchical element.MEAttachment.assignAttachment(List<? extends ELElement> seq) Assigns this attachment to a list of elements.MEComment.assignComment(List<? extends ELElement> seq) MEAssignAbleConstraint.assignConstraint(List<? extends ELElement> seq) Assign this constraint to a list of elements.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.voidMESection.removeFromSection(List<? extends ELElement> seq) voidMEModel.setProfileApplication(List<? extends ELElement> seq) Creates a profile application for each specified profile.voidMEReferenceContainerAble.subtractReferences(List<? extends ELElement> seq) Subtracts the references to the specified list of referenceable elements from this reference container.Constructors in de.mid.innovator.srv2api.icw2model with parameters of type ELElementModifierConstructorDescriptionARG_MEDependencyAssignmentInfo(ELElement ohSource, ELElement ohTarget, ELDependency ohDependency) Constructor parameters in de.mid.innovator.srv2api.icw2model with type arguments of type ELElementModifierConstructorDescriptionARG_MEDependencyAssignmentInfoInput(List<ELElement> seqSource, List<ELElement> seqTarget, MMStereotype ohDepStereotype, ELContainerAble ohTransitiveParent) -
Uses of ELElement in de.mid.innovator.srv2api.icw2pres
Subinterfaces of ELElement 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.interfaceinterfaceThe 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.interfaceinterfaceThis is a utility class for PRVersionAbleDia that provides static methods for creation or other purposes.Methods in de.mid.innovator.srv2api.icw2pres with type parameters of type ELElementModifier and TypeMethodDescriptionPRDiaCalloutNode.getCalloutElements(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All elements which are represented by thisPRDiaCalloutNode.PRDiaCalloutNode.getCalloutElements(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getCalloutElements and filters its return values according to the given stereotype value.Methods in de.mid.innovator.srv2api.icw2pres that return ELElementModifier and TypeMethodDescriptionPRDiaCalloutNode.getSingleCalloutElementOrEmpty()TheELElementwhich is represented by thisPRDiaCalloutNode.Methods in de.mid.innovator.srv2api.icw2pres that return types with arguments of type ELElementModifier and TypeMethodDescriptionPRPresContext.paste(List<? extends ELElement> seqSel, List<String> seqVList, boolean checkConstraint, Point pos) Pastes the content of the copy buffer in this presentation context.PRPresContext.pasteFromFile(List<? extends ELElement> seqSel, Path file, boolean checkConstraint, Point pos) Pastes the content of the copy file buffer in this presentation context.Method parameters in de.mid.innovator.srv2api.icw2pres with type arguments of type ELElementModifier and TypeMethodDescriptionstatic List<PRDiaCalloutNode> PRDiaCalloutNodeHelper.addCalloutNodes(SrvContext srvCtx, List<? extends ELElement> seq) Adds callout nodes to the specified presentation contents.Fills the copy buffer with the specified elements.PRPresContext.getCopyToFile(List<? extends ELElement> seqSel, boolean ownedElementTransitive) Fills the copy file buffer with the specified elements.static List<ARG_MEProxyProperty> PRPresElementHelper.getReferencesModelExtern(SrvContext srvCtx, List<? extends ELElement> seq) Determines the element's jump reference data to external models.PRPresContext.paste(List<? extends ELElement> seqSel, List<String> seqVList, boolean checkConstraint, Point pos) Pastes the content of the copy buffer in this presentation context.PRPresContext.pasteFromFile(List<? extends ELElement> seqSel, Path file, boolean checkConstraint, Point pos) Pastes the content of the copy file buffer in this presentation context. -
Uses of ELElement in de.mid.innovator.srv2api.icw2sm
Subinterfaces of ELElement 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 ELElementModifier and TypeMethodDescriptionstatic 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 ELElement in de.mid.innovator.srv2api.icw2smdia
Subinterfaces of ELElement 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 ELElement in de.mid.innovator.srv2api.icw2sqdia
Subinterfaces of ELElement in de.mid.innovator.srv2api.icw2sqdiaModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceThis is a utility class for SQDiaTextNode that provides static methods for creation or other purposes. -
Uses of ELElement in de.mid.innovator.util
Methods in de.mid.innovator.util with type parameters of type ELElementModifier and TypeMethodDescriptionA list ofELElements is transformed into a homogeneous list of instances of the declared class c which must be a specialization of T.A list ofELElements is transformed into a homogeneous list of instances of the declared class c which must be a specialization of T.Methods in de.mid.innovator.util that return ELElementMethods in de.mid.innovator.util with parameters of type ELElementMethod parameters in de.mid.innovator.util with type arguments of type ELElementModifier and TypeMethodDescriptionA list ofELElements is transformed into a homogeneous list of instances of the declared class c which must be a specialization of T.static Stringstatic StringA list ofELElements is transformed into a homogeneous list of instances of the declared class c which must be a specialization of T.Constructors in de.mid.innovator.util with parameters of type ELElement