Uses of Interface
de.mid.innovator.srv2api.icw2elem.ELElement
-
Packages that use ELElement Package Description de.mid.innovator.client The package contains classes that are useful for working with different kinds of Innovator clients.de.mid.innovator.srv2api.icw2ac Activity modeling emphasizes the sequence and conditions for coordinating lower-level behaviors, rather than which classifiers own those behaviors.de.mid.innovator.srv2api.icw2acdia Diagrams and graphical representations for elements of the icw2ac package.de.mid.innovator.srv2api.icw2bc Package for Business Object Modeling.de.mid.innovator.srv2api.icw2be The Common Behaviors package specifies the core concepts required for dynamic elements and provides the infrastructure to support more detailed definitions of behavior.de.mid.innovator.srv2api.icw2bp Package for Business Process Model and Notation (BPMN).de.mid.innovator.srv2api.icw2bpdia BPMN Diagrams and graphical representations for elements of the icw2bp package.de.mid.innovator.srv2api.icw2br Business resource modeling package.de.mid.innovator.srv2api.icw2brdia Diagrams and graphical representations for elements of the icw2br package.de.mid.innovator.srv2api.icw2bs State machine for Business Object Modeling.de.mid.innovator.srv2api.icw2bsdia Diagrams and graphical representations for elements of the icw2bs package.de.mid.innovator.srv2api.icw2class The classes package deals with the basic modeling concepts of UML and, in particular, classes and their relationships.de.mid.innovator.srv2api.icw2cldia Diagrams and graphical representations for elements of the icw2class package.de.mid.innovator.srv2api.icw2db The DB package (specialization of the IM package) describes the concepts needed for modeling a relational database.de.mid.innovator.srv2api.icw2dbdia Database Diagrams and representations of tables and foreign keys, as well as views and from clauses.de.mid.innovator.srv2api.icw2dg The documentation package deals with the model documentation configuration and generation.de.mid.innovator.srv2api.icw2dm The purpose of DMN is to provide the constructs that are needed to model decisions, so that organizational decision-making can be readily depicted in diagrams, accurately defined by business analysts, and (optionally) automated.de.mid.innovator.srv2api.icw2drdia The decision requirements level of a decision model in DMN consists of a Decision Requirement Graph depicted in one or more Decision Requirement Diagrams.de.mid.innovator.srv2api.icw2elem Describes the common behavior of all elements stored in a model server repository even configuration elements in profiles and schema elements of the meta model.de.mid.innovator.srv2api.icw2er The ER package (specialization of the IM package) deals with the modeling concepts for the Entity Relationship Model and, in particular, entities, attributes and their relationships.
In addition it deals with the concepts of Online Analytical Processing (OLAP) to build a data warehouse for business intelligence (BI) matters.de.mid.innovator.srv2api.icw2erdia Entity Relationship Diagrams and representations of entities and relationships, as well as conceptual views and from clauses.de.mid.innovator.srv2api.icw2gc Package for concept modeling.de.mid.innovator.srv2api.icw2gcdia Concept diagrams and graphical representations for elements of the icw2gc package.de.mid.innovator.srv2api.icw2ia The Interaction package describes the concepts needed to express interactions.de.mid.innovator.srv2api.icw2im The IM package specify the Information Management Metamodel core concepts required for data modeling.de.mid.innovator.srv2api.icw2imdia Information Management Metamodel Diagram is a subclass of Class Diagram.de.mid.innovator.srv2api.icw2meta Meta model and administration information.de.mid.innovator.srv2api.icw2model This packagage contains elements representing the logical model.de.mid.innovator.srv2api.icw2pres Diagrams and graphical representations of model elements in diagrams.de.mid.innovator.srv2api.icw2sm The StateMachine package defines a set of concepts that can be used for modeling discrete behavior through finite statetransition systems.de.mid.innovator.srv2api.icw2smdia Diagrams and graphical representations for elements of the icw2sm package.de.mid.innovator.srv2api.icw2sqdia Diagrams and graphical representations for elements of the icw2ia package.de.mid.innovator.ui The classes in this package can be used to provide transparent user interfaces with a standard mechanism for supporting command line arguments or Java properties.de.mid.innovator.util 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 ELElement Modifier and Type Method Description java.util.List<ELElement>InoClientContext. 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.java.util.List<ELElement>InoClientContext. getSelection()Gets the selected items of an Innovator client.Method parameters in de.mid.innovator.client with type arguments of type ELElement Modifier and Type Method Description voidInoClientContext. setReplySelection(java.util.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.icw2ac Modifier and Type Interface Description interfaceACActivityAn activity specifies the coordination of executions of subordinate behaviors using a control and data flow model.interfaceACActivityEdgeFlow edge for either control flow of object flow.interfaceACActivityFinalNodeAn activity final node is a final node that stops all flows in an activity.interfaceACActivityGroupinterfaceACActivityNodeinterfaceACCentralBufferNodeA central buffer node is an object node for managing flows from multiple sources and destinations.interfaceACControlFlowA control flow is an edge that starts an activity node after the previous one is finished.interfaceACControlNodeA control node is an abstract activity node that coordinates flows in an activity.interfaceACDataStoreNodeA data store node is a central buffer node for non-transient information.interfaceACDecisionBehaviorRepresents the link of the decision node to a decision input behavior.interfaceACDecisionNodeA decision node is a control node that chooses between outgoing flows.interfaceACExceptionHandlerAn exception handler is an element that specifies a body to execute in case the specified exception occurs during the execution of the protected node.interfaceACExecutableNodeAn executable node is an abstract class for activity nodes that may be executed.interfaceACFinalNodeinterfaceACFlowFinalNodeA flow final node is a final node that terminates a flow.interfaceACForkNodeA fork node is a control node that splits a flow into multiple concurrent flows.interfaceACInitialNodeAn initial node is a control node which flow starts at when the activity is invoked.interfaceACInterruptibleRegionAn interruptible activity region is an activity group that supports termination of tokens flowing in the portions of an activity.interfaceACJoinNodeA join node is a control node that synchronizes multiple flows.interfaceACMergeNodeA merge node is a control node that brings multiple alternate flows together.interfaceACObjectFlowAn object flow is an activity edge that can have objects or data passing along it.interfaceACObjectNodeAn 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.interfaceACObjFlowBehaviorSelects tokens from a source object node.interfaceACObjNodeSelBehaviorSelects tokens for outgoing edges.interfaceACParamNodeAn activity parameter node is an object node for inputs and outputs to activities.interfaceACPartitionAn activity partition is a kind of activity group that identifies actions that have common characteristics.interfaceACStructuredNodeA structured activity node is an executable activity node that may have an expansion into subordinate nodes as an ActivityGroup.interfaceACVariableVariables are elements for passing data between actions indirectly.interfaceANAcceptCallAcceptCallAction is an accept event action that represents the receipt of a synchronous call request.interfaceANAcceptEventAcceptEventAction is an action that waits for the occurrence of an event meeting specified condition.interfaceANActionAn action is a named element that is the fundamental unit of executable functionality.interfaceANActionInputPinAn action input pin is a kind of pin that executes an action to determine the values to input to another.interfaceANAddStructuralFeatureValueStructural features are potentially multi-valued and ordered; this means that the action supports specification of insertion points for new values.interfaceANBroadcastSignalBroadcastSignalAction is an action that transmits a signal instance to all the potential target objects in the system.interfaceANCallCallAction is an abstract class for actions that invoke behavior and receive return values.interfaceANCallBehaviorinterfaceANCallOperationinterfaceANClearAssociationThis action destroys all links of an association that have a particular object at one end.interfaceANClearStructuralFeatureThis action removes all values of a structural feature.interfaceANCreateLinkThis action can be used to create links and link objects.interfaceANCreateObjectThis action instantiates a classifier.interfaceANDestroyLinkThis action destroys a link or a link object.interfaceANDestroyObjectThis action destroys the object on its input pin at runtime.interfaceANInputPinAn input pin is a pin that holds input values to be consumed by an action.interfaceANInvocationInvocation is an abstract class for the various actions that invoke behavior.interfaceANLinkA link action creates, destroys or reads links, identifying a link by its end objects and qualifier values, if any.interfaceANLinkEndCreationDataThis class is required when using CreateLinkAction to specify insertion points for ordered ends and to replace all links at end.interfaceANLinkEndDataLinkEndData is not an action.interfaceANLinkEndDestructionDataThis class is required when using DestroyLinkAction to specify links to destroy for non-unique ordered ends.interfaceANOpaqueAn action with implementation-specific semantics.interfaceANOutputPinAn output pin is a pin that holds output values produced by an action.interfaceANPinA pin is a typed element and multiplicity element that provides values to actions and accept result values from them.interfaceANQualifierValueA link cannot be passed as a runtime value to or from an action.interfaceANRaiseExceptionAction that causes an exception to occur.interfaceANReadLinkThis 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).interfaceANReadSelfEvery 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.interfaceANReadStructuralFeatureThis action reads the values of a structural feature in order if the structural feature is ordered.rinterfaceANRemoveStructuralFeatureValueThe object to access is specified dynamically by referring to an input pin which the object will be placed on at runtime.interfaceANReplyAction that accepts a set of return values and a value containing return information produced by a previous accept call action.interfaceANSendObjectSendObjectAction 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.interfaceANSendSignalSendSignalAction 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.interfaceANStructuralFeatureThis abstract action class statically specifies the structural feature being accessed.interfaceANTestIdentityThis action returns true if the two input values are the same identity, false if they are not.interfaceANUnmarshallAction that breaks an object of a known type into outputs each of which is equal to a value froma structural feature of the object.interfaceANValSpecThe action returns the result of evaluating a value specification.interfaceANValuePinA value pin is an input pin that provides a value by evaluating a value specification.interfaceANWriteLinkA write link action takes a complete identification of a link and creates or destroys it.interfaceANWriteStructuralFeatureA 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 ELElement Modifier and Type Method Description static ACControlFlowACControlFlowHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)Create a new Control Flow Edge with template from source to target element.static ACControlFlowACControlFlowHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)Create a new Control Flow Edge with stereotype from source to target element.static 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.static ANRemoveStructuralFeatureValueANRemoveStructuralFeatureValueHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Remove Structural Feature Value Action with template and container with requirement.static ANRemoveStructuralFeatureValueANRemoveStructuralFeatureValueHelper. 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.ANInputPinACExceptionHandler. 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.ACActivityEdgeACActivityEdge. insertActivityNode(ELElement item)Splits up theACActivityEdgeand inserts the givenACActivityNode.Method parameters in de.mid.innovator.srv2api.icw2ac with type arguments of type ELElement Modifier and Type Method Description static voidANActionHelper. maintainActions(SrvContext srvCtx, java.util.List<? extends ELElement> seq)Calls the maintenance commands for all the actions supplied.static voidACExceptionHandlerHelper. maintainExceptionTypes(SrvContext srvCtx, java.util.List<? extends ELElement> seq)static voidACObjectFlowHelper. maintainObjTypes(SrvContext srvCtx, java.util.List<? extends ELElement> seq) -
Uses of ELElement in de.mid.innovator.srv2api.icw2acdia
Subinterfaces of ELElement in de.mid.innovator.srv2api.icw2acdia Modifier and Type Interface Description interfaceACDiaThe diagram that contains theACDiaACNode.interfaceACDiaACNodePresentation element of the activity itself.interfaceACDiaActNodePresentation element of actions which do not depend on other elements.interfaceACDiaConstraintEdgeThe connecting edge to anACDiaConstraintNode.interfaceACDiaConstraintNodeClient representation of a constraint.interfaceACDiaControlNodeinterfaceACDiaDecisionInputBehaviorClient representation of a decision input behavior.interfaceACDiaExceptioninterfaceACDiaFlowEdgeinterfaceACDiaFlowSelBehaviorClient representation of a selection behavior at a flow.interfaceACDiaFlowTransBehaviorClient representation of a transformation behavior at a flow.interfaceACDiaGroupNodeinterfaceACDiaHorGroupNodeSpecialization ofACDiaGroupNode.interfaceACDiaNodeSelBehaviorClient representation of a selection behavior at an object node.interfaceACDiaObjNodeinterfaceACDiaPostNodeClient representation of a postcondition.interfaceACDiaPreNodeClient representation of a precondition.interfaceACDiaTextNodeAbstract node that represents all text nodes in anACDia.interfaceACDiaValSpecNodeClient representation of a value specification text.interfaceACDiaVariableNodeClient representation of a variable.interfaceACDiaVerGroupNodeSpecialization ofACDiaGroupNode. -
Uses of ELElement in de.mid.innovator.srv2api.icw2bc
Subinterfaces of ELElement in de.mid.innovator.srv2api.icw2bc Modifier and Type Interface Description interfaceBCBaseElementThis is a utility class for BCBaseElement that provides static methods for creation or other purposes.interfaceBCBaseNamedStereotypeAbleThis is a utility class for BCBaseNamedStereotypeAble that provides static methods for creation or other purposes.interfaceBCExpressioninterfaceBCPropertyinterfaceBCPropertyAbleThis is a utility class for BCPropertyAble that provides static methods for creation or other purposes.interfaceBCPropertyRefEleminterfaceBCPropertySetinterfaceBCPropertySetRefEleminterfaceBCRelshipBinDirThis is a utility class for BCRelshipBinDir that provides static methods for creation or other purposes.interfaceBCRootReuseAbleElementThis is a utility class for BCRootReuseAbleElement that provides static methods for creation or other purposes.interfaceBCTermA term relevant for the business description.interfaceBCTermAssigninterfaceBCTermAssignAbleThis is a utility class for BCTermAssignAble that provides static methods for creation or other purposes.Method parameters in de.mid.innovator.srv2api.icw2bc with type arguments of type ELElement Modifier and Type Method Description java.util.List<BCTermAssign>BCTermAssignAble. assignTerm(java.util.List<? extends ELElement> seq)java.util.List<BCTerm>BCTerm. assignTermAssignAble(java.util.List<? extends ELElement> seq) -
Uses of ELElement in de.mid.innovator.srv2api.icw2be
Subinterfaces of ELElement in de.mid.innovator.srv2api.icw2be Modifier and Type Interface Description interfaceBEAnyReceiveEventA 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.interfaceBEBehaviorBehavior is a specification of how its context classifier changes state over time.interfaceBECallEventA call event represents the reception of a request to invoke a specific operation.interfaceBEChangeEventA 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.interfaceBEEventAn event is the specification of some occurrence that may potentially trigger effects by an object.interfaceBEMessageEventA message event specifies the receipt by an object of either a call or a signal.interfaceBEOpaqueThe semantics of the behavior is determined by the implementation.interfaceBESignalEventA signal event represents the receipt of an asynchronous signal.interfaceBETimeEventA time event specifies a point in time by an expression.interfaceBETriggerA 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 ELElement Modifier and Type Method Description static BETriggerBETriggerHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Trigger with template and container with requirement.static BETriggerBETriggerHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Trigger with stereotype and container with requirement. -
Uses of ELElement in de.mid.innovator.srv2api.icw2bp
Subinterfaces of ELElement in de.mid.innovator.srv2api.icw2bp Modifier and Type Interface Description interfaceBPActivityNodeThis is a utility class for BPActivityNode that provides static methods for creation or other purposes.interfaceBPActivityResourceThe activity resource specifies the business entity or role or system to perform or work on the activity.interfaceBPArtifact"BPMN provides modelers with the capability of showing additional information about a Process that is not directly related to the Sequence Flow or Message Flow of the Process.interfaceBPArtifactContainerAbleSuper class for all elements that can own a BPMN artifact.interfaceBPAssociationArtifactNote that directional Associations were used in BPMN 1.2 to show how Data Objects were inputs or outputs to Activities.interfaceBPCallAbleThis is a utility class for BPCallAble that provides static methods for creation or other purposes.interfaceBPCallAbleChoreographyElementThis is a utility class for BPCallAbleChoreographyElement that provides static methods for creation or other purposes.interfaceBPCallAbleProcessElementThis is a utility class for BPCallAbleProcessElement that provides static methods for creation or other purposes.interfaceBPChoreographyinterfaceBPChoreographyActivityThis is a utility class for BPChoreographyActivity that provides static methods for creation or other purposes.interfaceBPChoreographySubProcessinterfaceBPChoreographyTaskinterfaceBPCollaborationinterfaceBPConditionalEventDefinitioninterfaceBPDataIOAssociationinterfaceBPDataObjectinterfaceBPDataStoreinterfaceBPElementAtPathinterfaceBPEndPointThe end points element may be extended with endpoint reference definitions introduced in other specifications (e.g., WS-Addressing).interfaceBPErrorinterfaceBPEscalationAnBPEscalationidentifies a business situation that a process might need to react to.interfaceBPEventDefinitioninterfaceBPEventNodeinterfaceBPFlowChoreographyContainerThis is a utility class for BPFlowChoreographyContainer that provides static methods for creation or other purposes.interfaceBPFlowElementThis is a utility class for BPFlowElement that provides static methods for creation or other purposes.interfaceBPFlowElementContainerThis is a utility class for BPFlowElementContainer that provides static methods for creation or other purposes.interfaceBPFlowProcessContainerThis is a utility class for BPFlowProcessContainer that provides static methods for creation or other purposes.interfaceBPGatewayinterfaceBPGlobalChoreographyTaskinterfaceBPGlobalMaskTaskinterfaceBPGlobalTaskinterfaceBPGlobalTaskResourceinterfaceBPGroupArtifactinterfaceBPGroupAssigninterfaceBPInputOutputSpecifyAbleThis is a utility class for BPInputOutputSpecifyAble that provides static methods for creation or other purposes.interfaceBPInputSetinterfaceBPInteractionSpecificationThis is a utility class for BPInteractionSpecification that provides static methods for creation or other purposes.interfaceBPInterfaceAn interface defines a set of operations that are implemented by services.interfaceBPItemAwareElementThis is a utility class for BPItemAwareElement that provides static methods for creation or other purposes.interfaceBPItemDefinitionThe Business Object defines an object important for the definition of business processes or concepts.interfaceBPItemDefinitionRelinterfaceBPLaneLanes are used to organize and categorize activities within a Pool.interfaceBPLaneSetinterfaceBPLinkEventDefinitioninterfaceBPLoopCharxThis is a utility class for BPLoopCharx that provides static methods for creation or other purposes.interfaceBPMappingAssociationThis is a utility class for BPMappingAssociation that provides static methods for creation or other purposes.interfaceBPMaskDefinitioninterfaceBPMaskFieldinterfaceBPMaskTaskinterfaceBPMessageinterfaceBPMessageFlowOn message modification try to set the message on the source and target node of the message flow as well as on message flow itself.interfaceBPMessageFlowMappinginterfaceBPMessageFlowNodeThis is a utility class for BPMessageFlowNode that provides static methods for creation or other purposes.interfaceBPMessageReferencingElementThis is a utility class for BPMessageReferencingElement that provides static methods for creation or other purposes.interfaceBPMessageSequenceFlowNodeThis is a utility class for BPMessageSequenceFlowNode that provides static methods for creation or other purposes.interfaceBPMultiInstLoopCharxinterfaceBPObjInputSetRefinterfaceBPObjOutputSetRefinterfaceBPOperationinterfaceBPOutputSetinterfaceBPParticipantinterfaceBPParticipantAtActivityinterfaceBPParticipantEntityinterfaceBPParticipantMappinginterfaceBPParticipantRoleinterfaceBPPathA path in a process.interfaceBPPathAbleThis is a utility class for BPPathAble that provides static methods for creation or other purposes.interfaceBPPathContextAbleThis is a utility class for BPPathContextAble that provides static methods for creation or other purposes.interfaceBPProcessinterfaceBPPropertyinterfaceBPResourceAtLaneinterfaceBPResourceAtProcessinterfaceBPSequenceFlowinterfaceBPSequenceFlowNodeThis is a utility class for BPSequenceFlowNode that provides static methods for creation or other purposes.interfaceBPSignalSignal to trigger e.g a signal event.interfaceBPStdLoopCharxinterfaceBPSubProcessinterfaceBPSupportsRelinterfaceBPTaskNodeinterfaceBPTaskNodeCallinterfaceBPTimerEventDefinitioninterfaceBPUseCaseInteractionRelinterfaceBPUseCasePathRelMethods in de.mid.innovator.srv2api.icw2bp with parameters of type ELElement Modifier and Type Method Description 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 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 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 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 ELElement Modifier and Type Method Description java.util.List<BPObjInputSetRef>BPInputSet. assignDataInput(java.util.List<? extends ELElement> seq)Assigns a list of data inputs to this input set.java.util.List<BPObjOutputSetRef>BPOutputSet. assignDataOutput(java.util.List<? extends ELElement> seq)Assigns a list of data outputs to this output set.java.util.List<BPObjInputSetRef>BPDataObject. assignInputSet(java.util.List<? extends ELElement> seq)Assigns a list of elements to this input data.java.util.List<BPObjOutputSetRef>BPDataObject. assignOutputSet(java.util.List<? extends ELElement> seq)Assigns a list of elements to this output data.static BPDataIOAssociationBPDataIOAssociationHelper. createByOwnerAndObject(SrvContext srvCtx, java.util.List<? extends ELElement> seq)Create aBPDataIOAssociation.
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.icw2bpdia Modifier and Type Interface Description interfaceBPDiainterfaceBPDiaArtifactNodeinterfaceBPDiaAssocEdgeinterfaceBPDiaChoreographySubProcessNodeinterfaceBPDiaChoreographyTaskNodeinterfaceBPDiaChoreographyViewNodeinterfaceBPDiaCollaborationViewNodeinterfaceBPDiaDataAssocEdgeinterfaceBPDiaDataNodeThe node representing an item definition which in this context is seen as a data object.interfaceBPDiaErrorNodeRepresents an error.interfaceBPDiaEventNodeinterfaceBPDiaFlowEdgeThis is a utility class for BPDiaFlowEdge that provides static methods for creation or other purposes.interfaceBPDiaFlowNodeThis is a utility class for BPDiaFlowNode that provides static methods for creation or other purposes.interfaceBPDiaGatewayNodeinterfaceBPDiaGroupAssignmentinterfaceBPDiaGroupNodeinterfaceBPDiaItemDefinitionNodeinterfaceBPDiaItemNodeinterfaceBPDiaLaneNodeinterfaceBPDiaMappingAssocinterfaceBPDiaMaskCompartmentEntryinterfaceBPDiaMaskCompartmentNodeinterfaceBPDiaMaskNodeinterfaceBPDiaMaskTaskNodeinterfaceBPDiaMessageFlow[Prim2For] AllBPDiaMessageFlowof theBPDia.interfaceBPDiaMessageFlowNodeThis is a utility class for BPDiaMessageFlowNode that provides static methods for creation or other purposes.interfaceBPDiaMessageNodeThe node representing aBPMessage.interfaceBPDiaParticipantCompartmentNodeinterfaceBPDiaParticipantNodeinterfaceBPDiaProcessViewNodeinterfaceBPDiaRedundantEdgeinterfaceBPDiaRenderingNodeinterfaceBPDiaSequenceFlowinterfaceBPDiaSequenceFlowNodeThis is a utility class for BPDiaSequenceFlowNode that provides static methods for creation or other purposes.interfaceBPDiaStructureEdgeinterfaceBPDiaSubProcessNodeinterfaceBPDiaSupportEdgeinterfaceBPDiaTaskNodeinterfaceBPDiaTermEdgeinterfaceBPDiaTermNodeinterfaceBPDiaTextNodeinterfaceBPDiaViewContentEdgeinterfaceBPDiaViewNodeThis is a utility class for BPDiaViewNode that provides static methods for creation or other purposes. -
Uses of ELElement in de.mid.innovator.srv2api.icw2br
Subinterfaces of ELElement in de.mid.innovator.srv2api.icw2br Modifier and Type Interface Description interfaceBRCostCenterinterfaceBRCostCenterAbleThis is a utility class for BRCostCenterAble that provides static methods for creation or other purposes.interfaceBRLocationinterfaceBROrgUnitinterfaceBROrgUnitMemberRelinterfaceBROrgUnitPersonRelinterfaceBROrgUnitRequiresRoleinterfaceBRPersoninterfaceBRPersonContactDatainterfaceBRPersonInRoleinterfaceBRResourceinterfaceBRResourceAtLocationinterfaceBRResourceCLAn actor specifies a role played by a user or any other system that interacts with the subject.interfaceBRResourceHierRelinterfaceBRResourceNamedRelinterfaceBRResourceNonHierRelThis is a utility class for BRResourceNonHierRel that provides static methods for creation or other purposes.interfaceBRResourceRelThis is a utility class for BRResourceRel that provides static methods for creation or other purposes.interfaceBRRoleinterfaceBRTechnicalMethods in de.mid.innovator.srv2api.icw2br with parameters of type ELElement Modifier and Type Method Description static BROrgUnitMemberRelBROrgUnitMemberRelHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)Create a new Membership with template from source to target element.static BROrgUnitMemberRelBROrgUnitMemberRelHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)Create a new Membership with stereotype from source to target element.static BROrgUnitPersonRelBROrgUnitPersonRelHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)Create a new Person Assignment with template from source to target element.static BROrgUnitPersonRelBROrgUnitPersonRelHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)Create a new Person Assignment with stereotype from source to target element.static BROrgUnitRequiresRoleBROrgUnitRequiresRoleHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)Create a new Required Role with template from source to target element.static BROrgUnitRequiresRoleBROrgUnitRequiresRoleHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)Create a new Required Role with stereotype from source to target element.static 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.icw2brdia Modifier and Type Interface Description interfaceBRDiainterfaceBRDiaExprNodeinterfaceBRDiaResourceEdgeThis is a utility class for BRDiaResourceEdge that provides static methods for creation or other purposes.interfaceBRDiaResourceHierEdgeinterfaceBRDiaResourceNodeinterfaceBRDiaResourceNonHierEdgeinterfaceBRDiaTextNode -
Uses of ELElement in de.mid.innovator.srv2api.icw2bs
Subinterfaces of ELElement in de.mid.innovator.srv2api.icw2bs Modifier and Type Interface Description interfaceBSFinalStateinterfaceBSInitStateinterfaceBSPseudoStateThis is a utility class for BSPseudoState that provides static methods for creation or other purposes.interfaceBSRegularStateinterfaceBSStateThis is a utility class for BSState that provides static methods for creation or other purposes.interfaceBSTransitioninterfaceBSVertexThis 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 ELElement Modifier and Type Method Description static BSTransitionBSTransitionHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)Create a new State Transition with template from source to target element.static BSTransitionBSTransitionHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)Create a new State Transition with stereotype from source to target element.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.icw2bsdia Modifier and Type Interface Description interfaceBSDiainterfaceBSDiaNodeThis is a utility class for BSDiaNode that provides static methods for creation or other purposes.interfaceBSDiaPseudoStateNodeinterfaceBSDiaStateMachineNodeinterfaceBSDiaStateNodeinterfaceBSDiaTransitionEdgeinterfaceBSDiaVertexNodeThis 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.icw2class Modifier and Type Interface Description interfaceCLActorAn actor specifies a role played by a user or any other system that interacts with the subject.interfaceCLArtifactAn 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.interfaceCLAssocClassA model element that has both association and class properties.interfaceCLAssociationAn association describes a set of tuples whose values refer to typed instances.interfaceCLBehavioralFeatureA behavioral feature is a feature of a classifier that specifies an aspect of the behavior of its instances.interfaceCLBehavioredClassifierA classifier can have behavior specifications defined in its namespace.interfaceCLClassThe 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.interfaceCLClassifierA classifier is a classification of instances — it describes a set of instances that have features in common.interfaceCLClassifierTemplateParameterA classifier template parameter exposes a classifier as a formal template parameter.interfaceCLCollaborationA collaboration describes a structure of collaborating elements (roles), each performing a specialized function, which collectively accomplish some desired functionality.interfaceCLCollaborationUseA 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.interfaceCLCommunicationPathA communication path is an association between two deployment targets which they are able to exchange signals and messages through.interfaceCLComponentA component represents a modular part of a system that encapsulates its contents and whose manifestation is replaceable within its environment.interfaceCLComponentRealizationThe 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.interfaceCLConnectAbleElementA ConnectAbleElement is an abstract metaclass representing a set of instances that plays the role of a classifier.interfaceCLConnectorSpecifies a link that enables communication between two or more instances.interfaceCLConnectorEndA connector end is an endpoint of a connector which attaches the connector to a connectable element.interfaceCLDataTypeA data type is a type whose instances are only identified by their value.interfaceCLDeclarationAbleThe declaration of this element.interfaceCLDeclarationAbleClassifierThis is a utility class for CLDeclarationAbleClassifier that provides static methods for creation or other purposes.interfaceCLDeployedArtifactA deployed artifact is an artifact or artifact instance that has been deployed to a deployment target.interfaceCLDeploymentA deployment is the allocation of an artifact or artifact instance to a deployment target.interfaceCLDeploymentSpecA deployment specification specifies a set of properties that determine execution parameters of a component artifact that is deployed on a node.interfaceCLDeploymentTargetA deployment target is the location for a deployed artifact.interfaceCLDeviceA device is a physical computational resource with processing capability which artifacts may be deployed for execution on.interfaceCLEncapsulatedClassifierThis is a utility class for CLEncapsulatedClassifier that provides static methods for creation or other purposes.interfaceCLEnumerationAn enumeration is a data type whose values are enumerated in the model as enumeration literals.interfaceCLEnumLiteralAn enumeration literal is a user-defined data value for an enumeration.interfaceCLExecEnvAn 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.interfaceCLExtendinterfaceCLExtensionPointAn 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.interfaceCLFeatureA feature declares a behavioral or structural characteristic of instances of classifiers.interfaceCLGeneralizationA generalization relates a specific classifier to a more general classifier and is owned by the specific classifier.interfaceCLIncludeinterfaceCLInstanceSpecificationAn instance specification is a model element that represents an instance in a modeled system.interfaceCLInstSpecThis is a utility class for CLInstSpec that provides static methods for creation or other purposes.interfaceCLInterfaceAn interface is a kind of classifier that represents a declaration of a set of coherent public features and obligations.interfaceCLInterfaceRealizationAn interface realization is a specialized realization relationship between a classifier and an interface.interfaceCLManifestationA manifestation is the concrete physical rendering of one or more model elements by an artifact.interfaceCLNodeA node is a computational resource which artifacts may be deployed for execution on.interfaceCLOperationAn operation is a behavioral feature of a classifier that specifies the name, type, parameters and constraints for invoking an associated behavior.interfaceCLParameterA parameter is a specification of an argument used to pass information into or out of an invocation of a behavioral feature.interfaceCLParameterAbleThis is a utility class for CLParameterAble that provides static methods for creation or other purposes.interfaceCLParameterSetA 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.interfaceCLPortA 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.interfaceCLPrimitiveTypeA primitive type defines a predefined data type, without any relevant substructure (it has no parts).interfaceCLPropertyA property is a structural feature.interfaceCLReceptionA reception is a declaration stating that a classifier is prepared to react to the receipt of a signal.interfaceCLRoleBindinginterfaceCLSignalA signal is a specification of send request instances communicated between objects.interfaceCLSlotA slot specifies that an entity modeled by an instance specification has a value or values for a specific structural feature.interfaceCLStructuredClassifierThis is a utility class for CLStructuredClassifier that provides static methods for creation or other purposes.interfaceCLStructureDefinitioninterfaceCLStructureElementThis is a utility class for CLStructureElement that provides static methods for creation or other purposes.interfaceCLStructureEntryinterfaceCLStructureGroupinterfaceCLSubstitutionA substitution is a relationship between two classifiers and signifies that the substituting classifier complies with the contract specified by the contract classifier.interfaceCLTemplateAbleElementACLTemplateAbleElementis an element that can optionally be defined as template and bound to other templates.interfaceCLTemplateBindinginterfaceCLTemplateParameterA template parameter exposes a parameter able element as as formal template parameter of a template.interfaceCLTemplateParameterAbleClassinterfaceCLTemplateParameterAbleElementACLTemplateParameterAbleElementis 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.interfaceCLTemplateParameterSubstitutionA template parameter substitution relates the actual parameter to a formal template parameter as a part of a template.interfaceCLUseCaseA use case is the specification of a set of actions performed by a system.interfaceCLValueRangeAbleThis 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 ELElement Modifier and Type Method Description static CLAssocClassCLAssocClassHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)Create a new Association Class with template from source to target element.static CLAssocClassCLAssocClassHelper. create(SrvContext srvCtx, 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, java.util.List<? extends ELElement> seqSel, ELElement ohRequirement)Create a new Instance Specification with template, container and a sequence of elements with requirement.static CLInstanceSpecificationCLInstanceSpecificationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, java.util.List<? extends ELElement> seqSel, ELElement ohRequirement)Create a new Instance Specification with template and a sequence of elements with requirement.static 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, java.util.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, java.util.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.voidCLValueRangeAble. deleteRangeValue(ELElement item)Deletes the specified value owned by thisCLValueRangeAble.static ARG_CreateByWorkingDirectoryOclReqCLArtifactHelper. getCreateByWorkingDirectory(SrvContext srvCtx, ELElement item)Returns the working directory and the configured extensions for the selected package.static ARG_VisibleTemplateParameterTypesCLTemplateAbleElementHelper. 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 ELElement Modifier and Type Method Description static CLAssocClassCLAssocClassHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, java.util.List<? extends ELElement> seqSel)Create a new Association Class with template, container and a sequence of elements.static CLAssocClassCLAssocClassHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, java.util.List<? extends ELElement> seqSel)Create a new Association Class with template and a sequence of elements.static CLAssocClassCLAssocClassHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, java.util.List<? extends ELElement> seqSel)Create a new Association Class with stereotype, container and a sequence of elements.static CLAssocClassCLAssocClassHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, java.util.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, java.util.List<? extends ELElement> seqSel)Create a new Association with template, container and a sequence of elements.static CLAssociationCLAssociationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, java.util.List<? extends ELElement> seqSel)Create a new Association with template and a sequence of elements.static CLAssociationCLAssociationHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, java.util.List<? extends ELElement> seqSel)Create a new Association with stereotype, container and a sequence of elements.static CLAssociationCLAssociationHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, java.util.List<? extends ELElement> seqSel)Create a new Association with stereotype and a sequence of elements.static CLCommunicationPathCLCommunicationPathHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, java.util.List<? extends ELElement> seqSel)Create a new Communication Path with template, container and a sequence of elements.static CLCommunicationPathCLCommunicationPathHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, java.util.List<? extends ELElement> seqSel)Create a new Communication Path with stereotype, container and a sequence of elements.static CLInstanceSpecificationCLInstanceSpecificationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, java.util.List<? extends ELElement> seqSel, ELElement ohRequirement)Create a new Instance Specification with template, container and a sequence of elements with requirement.static CLInstanceSpecificationCLInstanceSpecificationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, java.util.List<? extends ELElement> seqSel, ELElement ohRequirement)Create a new Instance Specification with template and a sequence of elements with requirement.static CLInstanceSpecificationCLInstanceSpecificationHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, java.util.List<? extends ELElement> seqSel, ELElement ohRequirement)Create a new Instance Specification with stereotype, container and a sequence of elements with requirement.static CLInstanceSpecificationCLInstanceSpecificationHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, java.util.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, java.util.List<? extends ELElement> seqSel)Create a new Parameter Set with template and a sequence of elements.static CLParameterSetCLParameterSetHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, java.util.List<? extends ELElement> seqSel)Create a new Parameter Set with stereotype and a sequence of elements.java.util.List<ELRedefAble>CLClassifier. dialogFolderRedefine(java.util.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.icw2cldia Modifier and Type Interface Description interfaceCLClassDiaThe following nodes and edges are typically drawn in a class diagram: Association Aggregation Class Composition Dependency Generalization Interface InterfaceRealization RealizationinterfaceCLComponentDiaThe following nodes and edges are typically drawn in a component diagram: Component Interface ComponentRealization, InterfaceRealization, Usage Dependencies Class Artifact PortinterfaceCLCompositeStructureDiaA composite structure diagram depicts the internal structure of a classifier, as well as the use of a collaboration in a collaboration use.interfaceCLDeploymentDiainterfaceCLDiaThis is a utility class for CLDia that provides static methods for creation or other purposes.interfaceCLDiaActorNodeinterfaceCLDiaAssocEndEdgeinterfaceCLDiaAssocNodeinterfaceCLDiaCLNodeinterfaceCLDiaCnstrLinkEdgeinterfaceCLDiaCnstrNodeinterfaceCLDiaCollaborationNodeinterfaceCLDiaCommPathEdgeinterfaceCLDiaCompartmentAbleNodeThis is a utility class for CLDiaCompartmentAbleNode that provides static methods for creation or other purposes.interfaceCLDiaCompartmentContentNodeinterfaceCLDiaCompartmentNodeinterfaceCLDiaConnectorEdgeinterfaceCLDiaConnectorNodeinterfaceCLDiaElemNodeThis is a utility class for CLDiaElemNode that provides static methods for creation or other purposes.interfaceCLDiaHierCollaborationNodeinterfaceCLDiaHierCollaborationUseNodeinterfaceCLDiaHierCompNodeThis is a utility class for CLDiaHierCompNode that provides static methods for creation or other purposes.interfaceCLDiaHierCompStructNodeinterfaceCLDiaHierDeployNodeinterfaceCLDiaHierNodeThis is a utility class for CLDiaHierNode that provides static methods for creation or other purposes.interfaceCLDiaHierPartNodeinterfaceCLDiaHierStructDefinitionNodeinterfaceCLDiaHierStructEntryNodeinterfaceCLDiaHierStructGroupNodeinterfaceCLDiaHierStructNodeThis is a utility class for CLDiaHierStructNode that provides static methods for creation or other purposes.interfaceCLDiaInstLinkEdgeinterfaceCLDiaInstLinkNodeinterfaceCLDiaInstNodeinterfaceCLDiaMergeAbleEdgeThis is a utility class for CLDiaMergeAbleEdge that provides static methods for creation or other purposes.interfaceCLDiaMergeAbleNodeThis is a utility class for CLDiaMergeAbleNode that provides static methods for creation or other purposes.interfaceCLDiaOwnershipEdgeinterfaceCLDiaOwnershipNodeinterfaceCLDiaPartEdgeinterfaceCLDiaPkgNodeinterfaceCLDiaPortBehaviorEdgeinterfaceCLDiaPortBehaviorNodeinterfaceCLDiaPortNodeinterfaceCLDiaReferenceEdgeinterfaceCLDiaRelshipLinkEdgeinterfaceCLDiaRelshipNodeinterfaceCLDiaReqNodeinterfaceCLDiaSocketBallEdgeinterfaceCLDiaSocketBallNodeinterfaceCLDiaSubjectNodeinterfaceCLDiaUseCaseNodeinterfaceCLHierarchyAbleDiaThis is a utility class for CLHierarchyAbleDia that provides static methods for creation or other purposes.interfaceCLRequirementDiainterfaceCLStructureDefinitionDiainterfaceCLUseCaseDiaUse case diagrams are a specialization of class diagrams; the classifiers shown are restricted to being either actors or use cases.Methods in de.mid.innovator.srv2api.icw2cldia with parameters of type ELElement Modifier and Type Method Description voidCLDiaMergeAbleEdge. 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 ELElement Modifier and Type Method Description java.util.List<CLDiaPortNode>CLDiaHierCompNode. addPortNode(java.util.List<? extends ELElement> seq)static java.util.List<CLDiaRelshipLinkEdge>CLDiaSocketBallNodeHelper. convertSocketBallNotation(SrvContext srvCtx, java.util.List<? extends ELElement> seq)Converts the notation of all specified edges between socket ball edge and relationship edge.java.util.List<ARG_CompartmentVisibilityOut>CLDia. getVisibleCompartmentDlgInit(java.util.List<? extends ELElement> seq)Fills the dialog for the modification of visibility and maintenance of compartments.static CLDiaMergeAbleNodeCLDiaMergeAbleNodeHelper. mergeRelationship(SrvContext srvCtx, java.util.List<? extends ELElement> seq)Merges a list of relationship nodes or edges together into a multiple relationship node.static CLDiaSocketBallNodeCLDiaSocketBallNodeHelper. mergeSocketBall(SrvContext srvCtx, java.util.List<? extends ELElement> seq)Merges a list of socket ball nodes together into a multiple socket ball node.static voidCLDiaMergeAbleNodeHelper. splitRelationship(SrvContext srvCtx, java.util.List<? extends ELElement> seq)Splits a multiple relationship node into two relationship nodes or edges.static voidCLDiaSocketBallNodeHelper. splitSocketBall(SrvContext srvCtx, java.util.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.icw2db Modifier and Type Interface Description interfaceDBAuthorizationThis is a utility class for DBAuthorization that provides static methods for creation or other purposes.interfaceDBAuthorizationIdentifierThis is a utility class for DBAuthorizationIdentifier that provides static methods for creation or other purposes.interfaceDBCheckConstraintinterfaceDBColumnThis is a utility class for DBColumn that provides static methods for creation or other purposes.interfaceDBColumnSetinterfaceDBConnectionADBConnectionholds all data needed to connect a real Database System.interfaceDBForeignKeyinterfaceDBGroupinterfaceDBIndexinterfaceDBIndexedColumninterfaceDBMergedInstanceThe merge methods ofDBTableare creating aDBMergedTableto keep information which was the assimilated table.interfaceDBMergedTableThe merge methods ofDBTableare creating aDBMergedTableto keep information which was the assimilated table.interfaceDBPackageADBPackageis both aMEPackagefor organizing elements in a tree and aDBSQLObjectfor modeling privileges or relationships to other SQL objects.interfaceDBPrivilegeinterfaceDBProcedureExpressioninterfaceDBRoleinterfaceDBRoleAuthorizationinterfaceDBSiblingConstraintinterfaceDBSQLGenericinterfaceDBSQLObjectDBSQLObjectis the superclass of all database elements, which can be assigned by aDBPrivilegeto grant or revoke user access.interfaceDBStoredProcedureinterfaceDBTableinterfaceDBTableColumninterfaceDBTriggerinterfaceDBUniqueKeyinterfaceDBUserinterfaceDBViewinterfaceDBViewColumninterfaceDBViewElementThis is a utility class for DBViewElement that provides static methods for creation or other purposes.interfaceDBViewFrominterfaceDBViewSubselectFromADBViewSubselectFromof aDBViewpoints to anDBColumnSetto use its columns in subselects wihtin expressions.Methods in de.mid.innovator.srv2api.icw2db with parameters of type ELElement Modifier and Type Method Description static DBForeignKeyDBForeignKeyHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Foreign Key (of Table) with template and container with requirement.static DBForeignKeyDBForeignKeyHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Foreign Key (of Table) with stereotype and container with requirement.static 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 ELElement Modifier and Type Method Description static DBTableDBForeignKeyHelper. mergeSiblingTables(SrvContext srvCtx, java.util.List<? extends ELElement> seq)Merges two or more sibling database tables of the given foreign keys.static java.util.List<DBTable>DBForeignKeyHelper. mergeToForeign(SrvContext srvCtx, java.util.List<? extends ELElement> seq)Merges theDBTablewhich contains theDBUniqueKeycorresponding to the selectedDBForeignKeyinto theDBTablewhich contains the foreign key.
This action creates aDBMergedTablein the modified table.DBTableDBMergedTable. split(java.util.List<? extends ELElement> seq)This inverse operation of the merge command documented by thisDBMergedTablesplits theDBTableinto two tables.static DBTableDBTableHelper. splitV(SrvContext srvCtx, java.util.List<? extends ELElement> seq)Splits the selectedDBTableColumns into a newDBTable. -
Uses of ELElement in de.mid.innovator.srv2api.icw2dbdia
Subinterfaces of ELElement in de.mid.innovator.srv2api.icw2dbdia Modifier and Type Interface Description interfaceDBDiainterfaceDBDiaCnstrLinkEdgeinterfaceDBDiaCnstrNodeinterfaceDBDiaCompartmentContentNodeinterfaceDBDiaCompartmentNodeinterfaceDBDiaReferenceEdgeinterfaceDBDiaTableNodeinterfaceDBDiaViewNodeMethod parameters in de.mid.innovator.srv2api.icw2dbdia with type arguments of type ELElement Modifier and Type Method Description static DBDiaTableNodeDBDiaReferenceEdgeHelper. mergeSiblingTables(SrvContext srvCtx, java.util.List<? extends ELElement> seq)Merges two or more child database table nodes of the selected foreign key edges.static DBDiaTableNodeDBDiaTableNodeHelper. mergeSiblingTables(SrvContext srvCtx, java.util.List<? extends ELElement> seq)Merges two or more selected child database table nodes.static java.util.List<DBDiaTableNode>DBDiaReferenceEdgeHelper. mergeToForeign(SrvContext srvCtx, java.util.List<? extends ELElement> seq)Merges theDBDiaTableNodewhich contains theDBUniqueKeycorresponding to the selectedDBForeignKeyinto theDBTablewhich contains the foreign key.static DBDiaTableNodeDBDiaTableNodeHelper. splitV(SrvContext srvCtx, java.util.List<? extends ELElement> seq)Splits the selectedDBTableColumns into a newDBDiaTableNode. -
Uses of ELElement in de.mid.innovator.srv2api.icw2dg
Subinterfaces of ELElement in de.mid.innovator.srv2api.icw2dg Modifier and Type Interface Description interfaceDGAdditionalHeadingAn additional structuring chapter in the documentation structure.interfaceDGAttachmentChapterA DGAttachmentChapter is a specialization of a documentation standard chapter.interfaceDGChapterRepresents a chapter in a documentation.interfaceDGChapterAttributeLinks a documentation chapter to a meta attribute .interfaceDGCommandRepresents a documentation command.interfaceDGConfigContains the index information for a documentation selection.interfaceDGDocuStructureRootThe root of a documentation structure.interfaceDGFooterRepresents the footer of a documentation's section.interfaceDGHeaderRepresents the header of a documentation's section.interfaceDGLinkRepresents a usage of a documentation template in a documentation structure.interfaceDGPictureDGPictures are specializations of documentation standard chapters.interfaceDGRootRepresents the root of a documentation.interfaceDGSelectionA documentation selection links a documentation structure to layout information such as title page, header information, footer information and documentation configuration.interfaceDGStandardChapterRepresents a chapter in the documentation containing information about a model element.interfaceDGTableColumnReresents a column in a Documentation table.interfaceDGTablePropertiesThe properties of a table in the documentation.interfaceDGTemplateA template of documentation standard chapters for common usage in documentation structures.interfaceDGTitleRepresents the title page of a documentation.interfaceDGTreeLinkRepresents a usage of a model browser template in a model browser tree.interfaceDGTreeStructureRootRepresents the root of the innovator model browser's detail view window's root.interfaceDGTreeTemplateA template of documentation standard chapters for common usage in model browsers.interfaceDGVerifyChapterA chapter in the documentation containing verification information about a model element.interfaceDGViewChapterDGViewChapters 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 ELElement Modifier and Type Field Description ELElementARG_DocuContent. ohElemthe OH of the referenced elementELElementARG_DocuNode. ohElemthe OH of the referenced elementELElementARG_DocuNode. ohThisthe element of this nodeFields in de.mid.innovator.srv2api.icw2dg with type parameters of type ELElement Modifier and Type Field Description java.util.List<ELElement>ARG_DocuNode. seqVWDocuList of docu referenc elementsMethod parameters in de.mid.innovator.srv2api.icw2dg with type arguments of type ELElement Modifier and Type Method Description ARG_DocuOutDGCommand. executeDocu(java.util.List<? extends ELElement> seq)Execute a Documentation Command on the server.booleanDGCommand. getCheckInput(java.util.List<? extends ELElement> seq)Checks wether this documentation command can produces output with the current selection.static voidDGChapterHelper. setNumber(SrvContext srvCtx, java.util.List<? extends ELElement> seq)Set the number state of the specified chapters.Constructors in de.mid.innovator.srv2api.icw2dg with parameters of type ELElement Constructor Description ARG_DocuContent(ELElement ohElem, java.lang.String content, boolean bold, boolean isImage)ARG_DocuNode(java.lang.String name, java.lang.String typeName, java.lang.String stereo, java.lang.String uuid, java.lang.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, java.lang.String content, java.lang.String paragraphFormat, java.lang.String contentFormat, int cellWidth, java.util.List<java.lang.String> data, java.util.List<ARG_DocuContent> seqContent, java.util.List<ARG_DocuNode> seqChildNode, java.util.List<ARG_DocuTableData> seqTableData, java.util.List<ELElement> seqVWDocu) -
Uses of ELElement in de.mid.innovator.srv2api.icw2dm
Subinterfaces of ELElement in de.mid.innovator.srv2api.icw2dm Modifier and Type Interface Description interfaceDMBindingThe classDMBindingis used to model, in anDMInvocationelement, the binding of the called function's formal parameters to values.interfaceDMContextADMContextis composed of any number of context entries, which are instances ofDMContextEntry.interfaceDMContextEntryThe classDMContextEntryis used to model FEEL context entries when a context is modeled as aDMContextelement.interfaceDMDecisionRuleThe classDMDecisionRuleis used to model the rules in aDMDecisionTable.interfaceDMDecisionTableThe classDMDecisionTableis used to model a decision table.interfaceDMExpressionAn 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.interfaceDMFunctionDefinitionTheDMFunctionDefinitionthat is contained in aDRBusinessKnowledgeModelelement is the reusable module of decision logic that is represented by theDRBusinessKnowledgeModelelement.interfaceDMInformationItemThe classDMInformationItemis used to model variables at the decision logic level in decision models.interfaceDMInputClauseThe classDMInputClauseis used to model aDMDecisionTableinput.interfaceDMInvocationThe classDMInvocationis used to model invocations as a kind ofDMExpression.interfaceDMListADMListis simply a list of element, which are instances ofDMExpression.interfaceDMLiteralExpressionThe classDMLiteralExpressionis used to model a value expression whose value is specified by text in some specified expression language.interfaceDMNElementDMNElementis the abstract superclass for the decision model elements.interfaceDMOutputClauseThe classDMOutputClauseis used to model aDMDecisionTableoutput.interfaceDMRelationADMRelationis convenient shorthand for a list of similar contexts.interfaceDMRuleAnnotationThe classDMRuleAnnotationis used to model the annotations of aDMDecisionRule.interfaceDMRuleAnnotationClauseThe classDMRuleAnnotationClauseis used to model aDMDecisionTableannotation.interfaceDMValueRangeRefAbleThis is a utility class for DMValueRangeRefAble that provides static methods for creation or other purposes.interfaceDRAuthorityRequirementThe 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.interfaceDRBusinessKnowledgeModelThe classDRBusinessKnowledgeModelis used to model a business knowledge model.interfaceDRDecisionThe classDRDecisionis used to model a decision.interfaceDRDecisionAbleThis is a utility class for DRDecisionAble that provides static methods for creation or other purposes.interfaceDRDecisionOutputAbleThis is a utility class for DRDecisionOutputAble that provides static methods for creation or other purposes.interfaceDRDecisionServiceinterfaceDRGElementDRGElementis the abstract superclass for all DMN elements that are graphical represented in aDRDecisionRequirementDia.interfaceDRInformationRequirementThe classDRInformationRequirementis used to model an information requirement, as represented by a plain arrow in a DRD byDRDiaRequirementEdge.interfaceDRInputDataDMN uses the classDRInputDatato model the inputs of aDRDecisionwhose values are defined outside of the decision model.interfaceDRInvocableThis is a utility class for DRInvocable that provides static methods for creation or other purposes.interfaceDRKnowledgeRequirementThe classDRKnowledgeRequirementis used to model a knowledge requirement, as represented by a dashed arrow in a DRD byDRDiaRequirementEdge.interfaceDRKnowledgeSourceThe classDRKnowledgeSourceis used to model authoritative knowledge sources in a decision model.interfaceDRRequirementDRRequirementis the abstract superclass for all requirements that are graphical represented in aDRDecisionRequirementDia.Methods in de.mid.innovator.srv2api.icw2dm with parameters of type ELElement Modifier and Type Method Description static DRAuthorityRequirementDRAuthorityRequirementHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)Create a new Authority Requirement with template from source to target element.static 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.icw2drdia Modifier and Type Interface Description interfaceDRDecisionRequirementDiaTheDRDecisionRequirementDiadisplays a Decision Requirement Graph.interfaceDRDiaCompartmentContentNodeinterfaceDRDiaCompartmentNodeinterfaceDRDiaDecisionNodeADRDiaDecisionNodeis the graphical representation of aDRDecision.interfaceDRDiaHierServiceNodeinterfaceDRDiaHierServicePartNodeinterfaceDRDiaInputDataNodeADRDiaInputDataNodeis the graphical representation of aDRInputData.interfaceDRDiaKnowledgeNodeADRDiaKnowledgeNodeis the graphical representation of aDRBusinessKnowledgeModel.interfaceDRDiaKnowledgeSourceNodeADRDiaKnowledgeSourceNodeis the graphical representation of aDRKnowledgeSource.interfaceDRDiaNodeThis is a utility class for DRDiaNode that provides static methods for creation or other purposes.interfaceDRDiaRequirementEdgeADRDiaRequirementEdgeis the graphical representation of aDRAuthorityRequirement,DRInformationRequirementorDRKnowledgeRequirement.interfaceDRDiaServiceNodeinterfaceDRPrintContextMethods in de.mid.innovator.srv2api.icw2drdia with parameters of type ELElement Modifier and Type Method Description static 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.icw2elem Modifier and Type Interface Description interfaceELAssociationThis is a utility class for ELAssociation that provides static methods for creation or other purposes.interfaceELClassifierThis is a utility class for ELClassifier that provides static methods for creation or other purposes.interfaceELCommentRepresents a common comment.interfaceELConstraintThis is a utility class for ELConstraint that provides static methods for creation or other purposes.interfaceELContainerAbleA ContainerAble instance may have owned instances.interfaceELContAsgnAbleA ContAsgnAble instance is owned by a ContainerAble instance.interfaceELDeleteAbleA DeleteAble instance provides a preview of instances which are deleted as a side effect of the deletion of this instance.interfaceELDependencyThis is a utility class for ELDependency that provides static methods for creation or other purposes.interfaceELElementImportinterfaceELFeatureThis is a utility class for ELFeature that provides static methods for creation or other purposes.interfaceELFileAbleElement which uses an additional external file.interfaceELGeneralizationinterfaceELGeneralizationSetThis is a utility class for ELGeneralizationSet that provides static methods for creation or other purposes.interfaceELLanguageThis is a utility class for ELLanguage that provides static methods for creation or other purposes.interfaceELLanguageOCLinterfaceELLanguageUMLinterfaceELM2AssociationThis is a utility class for ELM2Association that provides static methods for creation or other purposes.interfaceELM2AttributeThis is a utility class for ELM2Attribute that provides static methods for creation or other purposes.interfaceELM2ClassThis is a utility class for ELM2Class that provides static methods for creation or other purposes.interfaceELM2CLCompartmentThis is a utility class for ELM2CLCompartment that provides static methods for creation or other purposes.interfaceELM2LocaleThis is a utility class for ELM2Locale that provides static methods for creation or other purposes.interfaceELM2PackageThis is a utility class for ELM2Package that provides static methods for creation or other purposes.interfaceELM2SchemaThis is a utility class for ELM2Schema that provides static methods for creation or other purposes.interfaceELM2TypeThis is a utility class for ELM2Type that provides static methods for creation or other purposes.interfaceELM2TypeBooleanThis is a utility class for ELM2TypeBoolean that provides static methods for creation or other purposes.interfaceELM2TypeDateTimeThis is a utility class for ELM2TypeDateTime that provides static methods for creation or other purposes.interfaceELM2TypedElementCnstrinterfaceELM2TypeEnumThis is a utility class for ELM2TypeEnum that provides static methods for creation or other purposes.interfaceELM2TypeEnumMemberThis is a utility class for ELM2TypeEnumMember that provides static methods for creation or other purposes.interfaceELM2TypeIntegerThis is a utility class for ELM2TypeInteger that provides static methods for creation or other purposes.interfaceELM2TypeLongThis is a utility class for ELM2TypeLong that provides static methods for creation or other purposes.interfaceELM2TypeRangeThis is a utility class for ELM2TypeRange that provides static methods for creation or other purposes.interfaceELM2TypeStringThis is a utility class for ELM2TypeString that provides static methods for creation or other purposes.interfaceELM2TypeVoidThis is a utility class for ELM2TypeVoid that provides static methods for creation or other purposes.interfaceELM2VerifyThis is a utility class for ELM2Verify that provides static methods for creation or other purposes.interfaceELMultiplicityAbleThis is a utility class for ELMultiplicityAble that provides static methods for creation or other purposes.interfaceELMultiplicityAbleTypedElementThis is a utility class for ELMultiplicityAbleTypedElement that provides static methods for creation or other purposes.interfaceELNamedElementA named element is an element in a model that may have a nameinterfaceELNamespaceAbleThis is a utility class for ELNamespaceAble that provides static methods for creation or other purposes.interfaceELNamespaceAsgnAbleA named element owned by a namespace.interfaceELPackageA package is a namespace for its members and may contain other packages.interfaceELPackageAbleA PackageAble instance is typically owned by a Package instance.interfaceELPackageImportinterfaceELPictureA Picture instance owned by a PictureAble instance.interfaceELPictureAbleA PictureAble instance may contain a picture.interfaceELPresOptinterfaceELPresOptAbleThis is a utility class for ELPresOptAble that provides static methods for creation or other purposes.interfaceELPropertyThis is a utility class for ELProperty that provides static methods for creation or other purposes.interfaceELProxyThis is a utility class for ELProxy that provides static methods for creation or other purposes.interfaceELRedefAbleThis is a utility class for ELRedefAble that provides static methods for creation or other purposes.interfaceELRelshipBinDirThis is a utility class for ELRelshipBinDir that provides static methods for creation or other purposes.interfaceELShortNameAbleThis is a utility class for ELShortNameAble that provides static methods for creation or other purposes.interfaceELStructFeatureThis is a utility class for ELStructFeature that provides static methods for creation or other purposes.interfaceELTranslatedValueinterfaceELTranslationAbleThis is a utility class for ELTranslationAble that provides static methods for creation or other purposes.interfaceELTypeThis is a utility class for ELType that provides static methods for creation or other purposes.interfaceELTypedElementThis is a utility class for ELTypedElement that provides static methods for creation or other purposes.interfaceELUUIDAblea element that provides an uuid.interfaceELValSpecThis is a utility class for ELValSpec that provides static methods for creation or other purposes.interfaceELValSpecDateTimeinterfaceELValSpecELElementinterfaceELValSpecELM2EnumMemberinterfaceELValSpecExpressionthe specification of an expression.interfaceELValSpecInstValinterfaceELValSpecIntegerinterfaceELValSpecNullinterfaceELValSpecNullValueinterfaceELValSpecOpaqueExprinterfaceELValSpecStringinterfaceELValSpecUnlimNatinterfaceELValSpecUnlimNatValueinterfaceELValueContainerAbleThis is a utility class for ELValueContainerAble that provides static methods for creation or other purposes.interfaceELValueReUseAbleThis is a utility class for ELValueReUseAble that provides static methods for creation or other purposes.interfaceELViewThis is a utility class for ELView that provides static methods for creation or other purposes.interfaceELViewElementThis is a utility class for ELViewElement that provides static methods for creation or other purposes.interfaceELViewEntryThis is a utility class for ELViewEntry that provides static methods for creation or other purposes.interfaceELViewGroupThis is a utility class for ELViewGroup that provides static methods for creation or other purposes.interfaceELViewGroupAbleThis is a utility class for ELViewGroupAble that provides static methods for creation or other purposes.interfaceELViewNavigAbleThis is a utility class for ELViewNavigAble that provides static methods for creation or other purposes.Fields in de.mid.innovator.srv2api.icw2elem declared as ELElement Modifier and Type Field Description ELElementARG_TransformPreView. adClientAblepreviewed instanceELElementARG_XFindViewTerm. itemOutStereotypeserver element of restriction stereotype (MMStereotype)ELElementARG_ELPackageProperty. objStereotypeStereotype of packageELElementARG_InfoBulkResultMap. ohElemstart instance of infoELElementARG_TranslatableElement. ohElemelement with translatable propertiesELElementARG_TranslatableProperty. ohElemelement with translated propertyELElementARG_UpdateTranslationProperty. ohElemelement with translated propertyELElementARG_ViewBulkResultMap. ohElemstart instance of viewELElementARG_ELReconnect. ohNewthe element to which the relationship is redirectedELElementARG_MemberSpecificationInstance. ohOptoptional OH of Element if used as output sequenceELElementARG_InfoIn. ohRefELElementARG_RestrictOnHasReadIn. ohRefrole used in this test, null test the role of the current loginELElementARG_View. ohRefELElementARG_View. ohStereoELElementARG_FindByUUID. optADModelOptional: Restricting ADModel casted as ELElementELElementARG_ElementCache. unitToLocklockable unit of the elementFields in de.mid.innovator.srv2api.icw2elem with type parameters of type ELElement Modifier and Type Field Description java.util.List<ELElement>ARG_ValidListIn. seqlist of elements (ignore invalid)java.util.List<ELElement>ARG_InfoBulkIn. seqElemapply info to these elements (ignore invalid)java.util.List<ELElement>ARG_ViewBulkIn. seqElemapply view to these elements (ignore invalid)java.util.List<ELElement>ARG_PropVal. seqInstancesequence of instance valuesjava.util.List<ELElement>ARG_FilterByStereotypeName. seqItemsitems to be filteredjava.util.List<ELElement>ARG_RestrictOnHasReadIn. seqRestricttested elementsjava.util.List<ELElement>ARG_ViewBulkResultMap. seqResultresult set of viewjava.util.List<ELElement>ARG_XFindIn. seqSelelements to find for or empty if allMethods in de.mid.innovator.srv2api.icw2elem with type parameters of type ELElement Modifier and Type Method Description <T extends ELElement>
java.util.List<T>ELElement. getAssignAbleToVattr(java.lang.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.<T extends ELElement>
java.util.List<T>ELElement. getAssignAbleToVattr(java.lang.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.static <T extends ELElement>
java.util.List<T>ELDeleteAbleHelper. getDeleteListAll(java.lang.Class<T> returnType, SrvContext srvCtx, java.util.List<? extends ELDeleteAble> seqSel)Evaluates the delete control list.static <T extends ELElement>
java.util.List<T>ELObjectHelper. getRestrictOnHasRead(java.lang.Class<T> returnType, SrvContext srvCtx, ELElement ohRef, java.util.List<? extends ELElement> seqRestrict)removes a element from the list if the provided user has not read access on it.static <T extends ELElement>
java.util.List<T>ELElementHelper. getValidList(java.lang.Class<T> returnType, SrvContext srvCtx, java.util.List<? extends ELElement> seq)Returns unique list of all valid elements of the argument list.static <T extends ELElement>
java.util.List<T>ELElementHelper. getXFind(java.lang.Class<T> returnType, SrvContext srvCtx, java.util.List<? extends ELElement> seqSel, boolean recursive, boolean withConfig, boolean sortIt, ARG_XFindTerm valTerm)command for search termsMethods in de.mid.innovator.srv2api.icw2elem that return ELElement Modifier and Type Method Description ELElementELElement. duplicateElement()Creates a duplicate of this element.ELElementELValSpecELElement. getElement()The element specified by this value specification.ELElementELRelshipBinDir. getTarget()Element at the target side of this directed relationship.ELElementELContAsgnAble. getVersionRoot()Returns the root instance of this element's version unit.Methods in de.mid.innovator.srv2api.icw2elem with parameters of type ELElement Modifier and Type Method Description static <T extends ELUUIDAble>
java.util.List<T>ELUUIDAbleHelper. getFindByUUID(java.lang.Class<T> returnType, SrvContext srvCtx, java.lang.String sIUUID, ELElement optADModel)Returns the model elements described by the Innovator UUID, if they exist.<T extends ELRelshipBinDir>
java.util.List<T>ELContainerAble. getOwnedRelshipBinDirWithTarget(java.lang.Class<T> returnType, ELElement refObj, K_CONTROL_OPTION... behaviourFlags)<T extends ELRelshipBinDir>
java.util.List<T>ELContainerAble. getOwnedRelshipBinDirWithTarget(java.lang.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.java.util.List<ARG_MemberSpecificationInstance>ELNamespaceAsgnAble. getPath(ELElement item)This element's path specification.static <T extends ELElement>
java.util.List<T>ELObjectHelper. getRestrictOnHasRead(java.lang.Class<T> returnType, SrvContext srvCtx, ELElement ohRef, java.util.List<? extends ELElement> seqRestrict)removes a element from the list if the provided user has not read access on it.static <T extends ELRelshipBinDir>
java.util.List<T>ELRelshipBinDirHelper. getRestrictOnTargetHasRead(java.lang.Class<T> returnType, SrvContext srvCtx, ELElement ohRef, java.util.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.voidELRelshipBinDir. setTarget(ELElement value)Set the value of Foreign Key Target.Method parameters in de.mid.innovator.srv2api.icw2elem with type arguments of type ELElement Modifier and Type Method Description static <T extends ELElement>
java.util.List<T>ELObjectHelper. getRestrictOnHasRead(java.lang.Class<T> returnType, SrvContext srvCtx, ELElement ohRef, java.util.List<? extends ELElement> seqRestrict)removes a element from the list if the provided user has not read access on it.static <T extends ELRelshipBinDir>
java.util.List<T>ELRelshipBinDirHelper. getRestrictOnTargetHasRead(java.lang.Class<T> returnType, SrvContext srvCtx, ELElement ohRef, java.util.List<? extends ELElement> seqRestrict)removes a directed relationship from the list if the provided user has not read access on the target element.static java.util.List<ARG_ElementUUID>ELUUIDAbleHelper. getUUIDOfElementList(SrvContext srvCtx, java.util.List<? extends ELElement> seq)Returns a list of elements and their uuids for each element of the input list.static <T extends ELElement>
java.util.List<T>ELElementHelper. getValidList(java.lang.Class<T> returnType, SrvContext srvCtx, java.util.List<? extends ELElement> seq)Returns unique list of all valid elements of the argument list.static <T extends ELElement>
java.util.List<T>ELElementHelper. getXFind(java.lang.Class<T> returnType, SrvContext srvCtx, java.util.List<? extends ELElement> seqSel, boolean recursive, boolean withConfig, boolean sortIt, ARG_XFindTerm valTerm)command for search termsstatic voidELElementHelper. lockUnit(SrvContext srvCtx, java.util.List<? extends ELElement> sel)Creates a lock for the lock unit of the current object.voidELContainerAble. sortContents(java.util.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, java.util.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 ELElement Constructor Description ARG_ElementCache(ELElement unitToLock, ARG_LockableCache valLockable, java.lang.String displayName, java.lang.String displayBitmap, java.lang.String displayColor, java.lang.String displayFont, java.lang.String namespaceName)ARG_ELPackageProperty(ELContainerAble objParent, java.lang.String name, K_VISIBILITY visibility, ELElement objStereotype, java.util.List<ELProxy> seqContainedProxies, java.util.List<ELPackage> seqContainedPackages)ARG_ELReconnect(ELElement ohNew, K_SIDE kSide)ARG_FindByUUID(java.lang.String sIUUID, ELElement optADModel)ARG_InfoBulkResultMap(ELElement ohElem, ARG_Info valResult)ARG_InfoIn(ELElement ohRef, K_CW2 cWhat, java.lang.String pattern, int kind, int mode, int selLimit, int useTranslation)ARG_MemberSpecificationInstance(java.lang.String name, java.lang.Class<? extends ELObject> vocl, ELElement ohOpt)ARG_RestrictOnHasReadIn(ELElement ohRef, java.util.List<ELElement> seqRestrict)ARG_TransformPreView(java.lang.String strType, java.lang.String strNamespace, java.lang.String strElement, K_TRANSFORM_ACTION action, java.lang.String strNewType, java.lang.String strNewTemplate, java.lang.String strRelationship, ELElement adClientAble)ARG_TranslatableElement(ELElement ohElem, java.lang.String strName, java.lang.String strBmp, java.lang.String strUUID, java.lang.String strNsp, java.util.List<ARG_TranslatableProperty> seqProp)ARG_TranslatableProperty(ELElement ohElem, ELM2Attribute ohM2Attr, java.lang.String strValue, boolean isNotToTranslate, java.lang.String strName, java.lang.String strUUID, java.lang.Class<? extends ELObject> kVOclProp, K_VATTR kVAttr, ARG_TranslatableElement valElem)ARG_UpdateTranslationProperty(ELElement ohElem, ELM2Attribute ohM2Attr, java.lang.String strTranslation, boolean isOutdated)ARG_View(ELElement ohRef, java.lang.Class<? extends ELObject> voclTrg, K_VW2 vWhat, java.lang.String pattern, int kind, int mode, int selLimit, boolean isExact, boolean sortIt, int cmp, ELElement ohStereo, boolean isExactStereotype)ARG_ViewBulkResultMap(ELElement ohElem, java.util.List<ELElement> seqResult)ARG_XFindViewTerm(boolean isNot, K_VATTR vattr, K_OPERATOR op, int value, java.lang.Class<? extends ELObject> voclOutType, ELElement itemOutStereotype, ARG_XFindTerm term)Constructor parameters in de.mid.innovator.srv2api.icw2elem with type arguments of type ELElement Constructor Description ARG_FilterByStereotypeName(java.lang.Class<? extends ELObject> voclM2Class, java.lang.String nameProfile, java.lang.String nameStereotype, boolean isExact, java.util.List<ELElement> seqItems)ARG_InfoBulkIn(java.util.List<ELElement> seqElem, ARG_InfoIn valInfoIn)ARG_RestrictOnHasReadIn(ELElement ohRef, java.util.List<ELElement> seqRestrict)ARG_ValidListIn(java.util.List<ELElement> seq)ARG_ViewBulkIn(java.util.List<ELElement> seqElem, ARG_View valView)ARG_ViewBulkResultMap(ELElement ohElem, java.util.List<ELElement> seqResult)ARG_XFindIn(java.util.List<ELElement> seqSel, boolean recursive, boolean withConfig, boolean sortIt, ARG_XFindTerm valTerm) -
Uses of ELElement in de.mid.innovator.srv2api.icw2er
Subinterfaces of ELElement in de.mid.innovator.srv2api.icw2er Modifier and Type Interface Description interfaceBI2CubeIn anBI2Cube, the data is stored redundantly in segments of a multidimensional cube.interfaceBI2CubeDimensionABI2CubeDimensionis an axis of anBI2Cubeand refers to aBI2DimensionTreeto determine the semantics of the axis labeling.interfaceBI2CubeDimensionHierarchyABI2CubeDimensionHierarchyindicates whichBI2Hierarchyis used for the axis labeling of theBI2CubeDimension.interfaceBI2DimensionAttributeABI2DimensionAttributeis a property of aBI2DimensionLeveland is also used in all hierarchy levels that belong to this dimension level.interfaceBI2DimensionIdAttributeABI2DimensionIdAttributeis a kind of aBI2DimensionAttributeused for item identification.interfaceBI2DimensionLevelABI2DimensionLeveldescribes the semantic of the unit for which the data is collected.interfaceBI2DimensionPrecedenceABI2DimensionPrecedencebetween twoBI2DimensionLeveldimensional levels means that the upper level provides the aggregated data to the lower level.interfaceBI2DimensionShowAttributeABI2DimensionIdAttributeis a kind of aBI2DimensionAttributeused for providing the data.interfaceBI2DimensionSortAttributeABI2DimensionIdAttributeis a kind of aBI2DimensionAttributeused for sorting.interfaceBI2DimensionTreeABI2DimensionTreeis a quasi-hierarchy that describes the levels in which the data is aggregated.interfaceBI2HierarchyABI2Hierarchyis a path in aBI2DimensionTreethrough which the data is collected in aggregated form.interfaceBI2HierarchyLevelABI2HierarchyLevelis the use of aBI2DimensionLevelin aBI2Hierarchyand thus indirectly the use of theERAttributeSetassigned to the dimension level.interfaceBI2MeasurementTimeABI2MeasurementTimedefines the rule, at which point of time the data is determined.interfaceBIHierarchyDeprecated: Use the BI2 classes for the 2nd generation procedure.interfaceBIHierarchyAttributeDeprecated: Use the BI2 classes for the 2nd generation procedure.interfaceBIHierarchyLevelDeprecated: Use the BI2 classes for the 2nd generation procedure.interfaceBIHierarchyRoleDeprecated: Use the BI2 classes for the 2nd generation procedure.interfaceBIHierarchySortAttributeDeprecated: Use the BI2 classes for the 2nd generation procedure.interfaceERAttributeAnERAttributeis a property of anEREntity.interfaceERAttributeSetinterfaceERCheckConstraintAERCheckConstraintdescribes the value consistency of the attributes.interfaceEREntityAnEREntityas part of the Entity Relationship Model is specified by its attributes and its relationships to other entities.interfaceERForeignKeyinterfaceERGeneralizationAERGeneralizationis a special relationship between two entities.interfaceERGeneralizationSetAERGeneralizationSetis a collection of generalization relationships to specify disjoint and covering instance sets of the specialization entities.interfaceERRelationshipinterfaceERRoleinterfaceERUniqueKeyinterfaceERUsedAttributeinterfaceERViewAERViewto the Entity Relationship Model builds a table by joining and filtering the selected attributes.interfaceERViewAttributeAnERViewAttributedescribes a column of anERView.interfaceERViewElementinterfaceERViewFromAERViewFromof aERViewpoints to anERAttributeSetto use its attributes for viewing or filtering.interfaceERViewSubselectFromAERViewSubselectFromof aERViewpoints to anERAttributeSetto use its attributes in subselects wihtin expressions.Methods in de.mid.innovator.srv2api.icw2er with parameters of type ELElement Modifier and Type Method Description static BI2CubeDimensionBI2CubeDimensionHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Cube Dimension (OLAP 2) with template and container with requirement.static 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>
java.util.List<T>EREntity. getForeignKeyAble(java.lang.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>
java.util.List<T>EREntity. getForeignKeyAble(java.lang.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.java.util.List<ERGeneralization>EREntity. getForeignKeyAbleGeneralization(ELElement refObj, K_CONTROL_OPTION... behaviourFlags)Returns the list of all generalizations which potentially lead to a foreign key in this entity.java.util.List<ERGeneralization>EREntity. getForeignKeyAbleGeneralization(MMStereotype stereotype, ELElement refObj, K_CONTROL_OPTION... behaviourFlags)The method calls getForeignKeyAbleGeneralization and filters its return values according to the given stereotype value.<T extends IMForeignKeyAble>
java.util.List<T>EREntity. getForeignKeyAbleMissed(java.lang.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>
java.util.List<T>EREntity. getForeignKeyAbleMissed(java.lang.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.java.util.List<ERRole>EREntity. getForeignKeyAbleRole(ELElement refObj, K_CONTROL_OPTION... behaviourFlags)java.util.List<ERRole>EREntity. getForeignKeyAbleRole(MMStereotype stereotype, ELElement refObj, K_CONTROL_OPTION... behaviourFlags)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 ELElement Modifier and Type Method Description static ERRelationshipERRelationshipHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, java.util.List<? extends ELElement> seqSel)Create a new Entity Relationship with template, container and a sequence of elements.static ERRelationshipERRelationshipHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, java.util.List<? extends ELElement> seqSel)Create a new Entity Relationship with stereotype, container and a sequence of elements.static ERRelationshipERRelationshipHelper. createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, java.util.List<? extends ELElement> seqSel)Create a new Entity Relationship with template, container and a sequence of elements.static ERRelationshipERRelationshipHelper. createAndMaintain(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, java.util.List<? extends ELElement> seqSel)Create a new Entity Relationship with stereotype, container and a sequence of elements. -
Uses of ELElement in de.mid.innovator.srv2api.icw2erdia
-
Uses of ELElement in de.mid.innovator.srv2api.icw2gc
Subinterfaces of ELElement in de.mid.innovator.srv2api.icw2gc Modifier and Type Interface Description interfaceGCConceptA concept is a generic modeling construct which may be realized by different model elements.interfaceGCConceptConnectionThe directed connection between two concepts.interfaceGCConceptRealizationThe realization of a concept by another model element.Methods in de.mid.innovator.srv2api.icw2gc with parameters of type ELElement Modifier and Type Method Description static GCConceptConnectionGCConceptConnectionHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)Create a new Concept Connection with template from source to target element.static 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.GCConceptConnectionGCConceptConnection. insertConcept(ELElement item)Splits up theGCConceptConnectionand inserts the givenGCConcept. -
Uses of ELElement in de.mid.innovator.srv2api.icw2gcdia
Subinterfaces of ELElement in de.mid.innovator.srv2api.icw2gcdia Modifier and Type Interface Description interfaceGCDiainterfaceGCDiaConceptEdgeinterfaceGCDiaConceptNodeMethods in de.mid.innovator.srv2api.icw2gcdia with parameters of type ELElement Modifier and Type Method Description voidGCDiaConceptEdge. reconnectEdge(ELElement ohNew, K_SIDE kSide)Assigns theGCConceptConnectionof this edge to a new source/target node. -
Uses of ELElement in de.mid.innovator.srv2api.icw2ia
Subinterfaces of ELElement in de.mid.innovator.srv2api.icw2ia Modifier and Type Interface Description interfaceIAActionExecSpecActionExecutionSpecification is a kind of ExecutionSpecification that represents the execution of an action.interfaceIAAltThe interactionOperator 'alt' designates that the CombinedFragment represents a choice of behavior.interfaceIAAssertThe interactionOperator 'assert' designates that the CombinedFragment represents an assertion.interfaceIABehaviorExecSpecBehaviorExecutionSpecification is a kind of ExecutionSpecification that represents the execution of a behavior.interfaceIABreakThe 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.interfaceIACallMessageThe message is generated by a call to an operation.interfaceIACombinedA combined fragment defines an expression of interaction fragments.interfaceIAConsiderThe interactionOperator 'consider' designates which messages should be considered within this combined fragment.interfaceIAConstraintAn InteractionConstraint is a Boolean expression that guards an operand in a CombinedFragment.interfaceIAContinuationA Continuation is a syntactic way to define continuations of different branches of an Alternative CombinedFragment.interfaceIACoveredThis is a utility class for IACovered that provides static methods for creation or other purposes.interfaceIACoveringAn element which can cover anIALifeline.interfaceIACreateMessageThe message that designates the creation of another lifeline object.interfaceIACriticalThe interactionOperator 'critical' designates that the CombinedFragment represents a critical region.interfaceIADestructMessageThe message that designates the termination of another lifeline.interfaceIAExecOccSpecinterfaceIAExecSpecAn ExecutionSpecification is a specification of the execution of a unit of behavior or action within the lifeline.interfaceIAFragmentInteractionFragment is an abstract notion of the most general interaction unit.interfaceIAGateA gate is a connection point for relating a message outside an InteractionFragment with a message inside an InteractionFragment.interfaceIAIgnoreThe interacionOperator 'ignore' designates that there are some message types that are not shown within this combined fragment.interfaceIAInteractionAn interaction is a unit of behavior that focuses on the observable exchange of information between ConnectAbleElements.interfaceIALifelineA lifeline represents an individual participant in the iteraction.interfaceIALoopThe interactionOperator 'loop' designates that the CombinedFragment represents a loop.interfaceIALostAndFoundinterfaceIAMessageA message is a NamedElement that defines one specific kind of communication in an interaction.interfaceIAMessageEndA MessageEnd is an abstract NamedElement that represents what can occur at the end of a message.interfaceIAMessageOccSpecSpecifies the occurrence of message events, such as sending and receiving of signals or invoking or receiving of operation calls.interfaceIANegThe interactionOperator 'neg' designates that the CombinedFragment represents traces that are defined to be invalid.interfaceIAOccSpecAn OccurrenceSpecification is the basic semantic unit of interactions.interfaceIAOperandAn InteractionOperand is contained in a CombinedFragment.interfaceIAOptThe interactionOperator 'opt' designates that the CombinedFragment represents a choice of behavior where either the (sole) operand happens or nothing happens.interfaceIAOrderingA GeneralOrdering represents a binary relation between two OccurrenceSpecifications to describe that one OccurrenceSpecification must occur before the other in a valid trace.interfaceIAParThe interactionOperator 'par' designates that the CombinedFragment represents a parallel merge between the behaviors of the operands.interfaceIAReplyMessageThe message is a reply message to an operation call.interfaceIASeqThe interactionOperator 'seq' designates that the CombinedFragment represents a weak sequencing between the behaviors of the operands.interfaceIASignalMessageThe message was generated by the asynchronous sending of a signal.interfaceIAStateInvariantA StateInvariant is a runtime constraint on the participants of the interaction.interfaceIAStrictThe interactionOperator 'strict' designates that the CombinedFragment represents a strict sequencing between the behaviors of the operands.interfaceIAUseAn InteractionUse refers to an interaction.Methods in de.mid.innovator.srv2api.icw2ia with parameters of type ELElement Modifier and Type Method Description static IAActionExecSpecIAActionExecSpecHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Action Execution Specification with template and container with requirement.static 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.icw2im Modifier and Type Interface Description interfaceIMAssociationAssociation between two classifiers.interfaceIMClassifierClassifier within an Information Management Model.interfaceIMCLDataTypeThis abstract type combines the behavior ofIMSemanticDataTypeandCLDataType.interfaceIMConstraintThis is a utility class for IMConstraint that provides static methods for creation or other purposes.interfaceIMConstraintAssigninterfaceIMDataTypeThis is a utility class for IMDataType that provides static methods for creation or other purposes.interfaceIMDataTypeDefinitionA type which describes the concrete storage characteristic within a type system.interfaceIMFeatureThis is a utility class for IMFeature that provides static methods for creation or other purposes.interfaceIMForeignKeyAbleThis is a utility class for IMForeignKeyAble that provides static methods for creation or other purposes.interfaceIMGeneralizationThis is a utility class for IMGeneralization that provides static methods for creation or other purposes.interfaceIMGeneralizationSetThis is a utility class for IMGeneralizationSet that provides static methods for creation or other purposes.interfaceIMIndexThis is a utility class for IMIndex that provides static methods for creation or other purposes.interfaceIMIndexedFeatureThis is a utility class for IMIndexedFeature that provides static methods for creation or other purposes.interfaceIMKeyThis is a utility class for IMKey that provides static methods for creation or other purposes.interfaceIMKeyFeatureThis is a utility class for IMKeyFeature that provides static methods for creation or other purposes.interfaceIMKeyRelationshipThis is a utility class for IMKeyRelationship that provides static methods for creation or other purposes.interfaceIMKeyRelationshipFeatureinterfaceIMProcedureThis is a utility class for IMProcedure that provides static methods for creation or other purposes.interfaceIMProcedureExpressionThis is a utility class for IMProcedureExpression that provides static methods for creation or other purposes.interfaceIMProcedureExpressionAbleThis is a utility class for IMProcedureExpressionAble that provides static methods for creation or other purposes.interfaceIMPropertyThis is a utility class for IMProperty that provides static methods for creation or other purposes.interfaceIMSemanticDataTypeA type which describes the semantic of its stored value.interfaceIMSequenceSubclass ofIMSemanticDataTypewith automatic unique value.interfaceIMStructuralFeatureThis is a utility class for IMStructuralFeature that provides static methods for creation or other purposes.interfaceIMTriggerThis is a utility class for IMTrigger that provides static methods for creation or other purposes.interfaceIMUniqueKeyThis is a utility class for IMUniqueKey that provides static methods for creation or other purposes.interfaceIMUniqueKeyFeatureinterfaceIMViewThis is a utility class for IMView that provides static methods for creation or other purposes.interfaceIMViewElementThe common behavier of view elements is the assignment of used features.interfaceIMViewFeatureThis is a utility class for IMViewFeature that provides static methods for creation or other purposes.interfaceIMViewFromThis is a utility class for IMViewFrom that provides static methods for creation or other purposes.interfaceIMViewSubselectFromThis 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 ELElement Modifier and Type Method Description static IMUniqueKeyFeatureIMUniqueKeyFeatureHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Unique Key Feature with template and container with requirement.static IMUniqueKeyFeatureIMUniqueKeyFeatureHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Unique Key Feature with stereotype and container with requirement.static IMUniqueKeyFeatureIMUniqueKeyFeatureHelper. createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Unique Key Feature with template and container with requirement.static IMUniqueKeyFeatureIMUniqueKeyFeatureHelper. createAndMaintain(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Unique Key Feature with stereotype and container with requirement.static voidIMDataTypeDefinitionHelper. typeMapping(SrvContext srvCtx, ELElement item)Method parameters in de.mid.innovator.srv2api.icw2im with type arguments of type ELElement Modifier and Type Method Description static voidIMViewHelper. addParentheses(SrvContext srvCtx, java.util.List<? extends ELElement> seq)Put the views in parentheses.static IMKeyRelationshipFeatureIMKeyRelationshipFeatureHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, java.util.List<? extends ELElement> seqSel)Create a new Key Relationship Feature with template and a sequence of elements.
Sequence of elements:
Element 0:IMKeyRelationship(ERForeignKeyorDBForeignKey) as owner Element 1:IMStructuralFeature(ERAttributeorDBTableColumn) Element 2:IMUniqueKeyFeaturereferenced by the newIMKeyRelationshipFeaturestatic IMKeyRelationshipFeatureIMKeyRelationshipFeatureHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, java.util.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, java.util.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.icw2imdia Modifier and Type Interface Description interfaceIMDiainterfaceIMDiaAssocNodeAssociation node in anIMDiaif the association is represented by three grafical elements, one node and two edges for their association ends.interfaceIMDiaClassifierNodeClassifier node in anIMDia.interfaceIMDiaCnstrLinkEdgeEdge in anIMDiabetween anIMDiaCnstrNodeand the constrained element.interfaceIMDiaCnstrNodeConstraint Node in anIMDia.interfaceIMDiaCompartmentContentNodeCompartement entry in aIMDiaCompartmentNode.interfaceIMDiaCompartmentNodeCompartement in aIMDiaClassifierNode.interfaceIMDiaEdgeEdge in anIMDia.interfaceIMDiaGeneralizationSetNodeNode of aIMGeneralizationSetin anIMDia.interfaceIMDiaHierNodeThis 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.icw2meta Modifier and Type Interface Description interfaceADAccessAbleElements which can be set an access tointerfaceADAliasA list of aliases can be assigned to a model version.interfaceADAnnotationinterfaceADApplicationConfigurationinterfaceADBranchinterfaceADBranchLogThis is a utility class for ADBranchLog that provides static methods for creation or other purposes.interfaceADBranchLogBackupinterfaceADBranchLogLocalinterfaceADBranchLogMergeinterfaceADBranchLogRemoteModelinterfaceADBranchLogSplitinterfaceADChangeSetThe currently active change set of the assigned users.interfaceADChangeSetFragmentThe time interval in which a user contributed to a change set.interfaceADClientAbleThis is a utility class for ADClientAble that provides static methods for creation or other purposes.interfaceADConfigTranslationinterfaceADCSInstanceRepresents a instance in the context of a change set log.interfaceADCSInstLocalizedNameinterfaceADCSMM2TypedEnumValueThe reference to an enum member of an mm2typed element in a change set.interfaceADCSMM2TypedStringValuethe string value of an mm2typed element in a change set.interfaceADCSMM2TypedValuethe value of an mm2typed element in a change set.interfaceADCSOperationinterfaceADCSPropertyValuea property an its value.interfaceADCSPropertyValueLongA long valued property value.interfaceADCSPropertyValueRefA instance valued property value.interfaceADCSPropertyValueStringA string valued property value.interfaceADEventLogEntryinterfaceADEventLogEntryModelinterfaceADEventLogEntryRemoteModelinterfaceADExecuteAbleElements which an execution permission may be set for.interfaceADFindAbleElements which can be found by the find dialog.interfaceADHistoryAbleElement which owns history information.interfaceADInoHostRepresents a single host entry.interfaceADLockRepresents the lock for an elementinterfaceADLockAbleElements which can be locked by a user.interfaceADLoginRepresents a single login for a user.interfaceADLoginAbleElements which can create a login.interfaceADLogOptionSpecial options for logging-in.interfaceADM2AttrModifyAbleThis is a utility class for ADM2AttrModifyAble that provides static methods for creation or other purposes.interfaceADMdlAdminRepresents the model administrator.interfaceADMdlGuestRepresents a guest for login to a model.interfaceADMdlLogOptionRepresents an option for a model login.interfaceADMdlUserRepresents a common model user which is used for connecting to a model.interfaceADModelRepresents a common model.interfaceADModelTranslationinterfaceADOptionRepresents a common option.interfaceADOptionAbleElements which can own an option.interfaceADReferenceAbleElement which may be referenced.interfaceADRepAdminRepresents the repository administrator.interfaceADRepLogOptionRepresents an option for the purpose of repository login.interfaceADRepositoryRepresents the repository.interfaceADSyncedElementA synchronized element represents a conceptual element that occurs in different method contexts through synchronized stereotypes.interfaceADTimeAbleElements which contain a time stamp.interfaceADTranslationAbleThis is a utility class for ADTranslationAble that provides static methods for creation or other purposes.interfaceADUpdateOptionOptions for update purpose.interfaceADUpdIntervalRepresents an interval update option.interfaceADUpdTimeRepresents a time update option.interfaceADUserHostOptionRepresents a user option for a host.interfaceADUserOptionRepresents an option for a user.interfaceADUsrRoleRoles are used for access and execution right.interfaceADVersionAbleElements which are versionable.interfaceADXModelRepresents an InoX model.interfaceMM2AssociationinterfaceMM2AttributeinterfaceMM2ClassinterfaceMM2ClassificationThis is a utility class for MM2Classification that provides static methods for creation or other purposes.interfaceMM2ClassificationConstraintinterfaceMM2CLCompartmentinterfaceMM2FontColorinterfaceMM2FormatRuleParameterinterfaceMM2LocaleinterfaceMM2PackageinterfaceMM2PresentationinterfaceMM2PropertyThis is a utility class for MM2Property that provides static methods for creation or other purposes.interfaceMM2SchemainterfaceMM2SchemaTranslationinterfaceMM2TypeThis is a utility class for MM2Type that provides static methods for creation or other purposes.interfaceMM2TypeBooleaninterfaceMM2TypeDateTimeinterfaceMM2TypedElementThis is a utility class for MM2TypedElement that provides static methods for creation or other purposes.interfaceMM2TypedPropertyThis is a utility class for MM2TypedProperty that provides static methods for creation or other purposes.interfaceMM2TypedTSOptionThis is a utility class for MM2TypedTSOption that provides static methods for creation or other purposes.interfaceMM2TypeEnuminterfaceMM2TypeEnumMemberinterfaceMM2TypeIntegerinterfaceMM2TypeLonginterfaceMM2TypeRangeinterfaceMM2TypeStringinterfaceMM2TypeVoidinterfaceMM2VerifyinterfaceMMAddIteminterfaceMMAttachmentAbleThis is a utility class for MMAttachmentAble that provides static methods for creation or other purposes.interfaceMMColorValueinterfaceMMCommentContainerAbleThis is a utility class for MMCommentContainerAble that provides static methods for creation or other purposes.interfaceMMCreateCLInstinterfaceMMCreateELInstinterfaceMMCreateTemplateinterfaceMMEngineeringActioninterfaceMMEngineeringSequenceinterfaceMMFCValueThis is a utility class for MMFCValue that provides static methods for creation or other purposes.interfaceMMFilterinterfaceMMFilterPropertyinterfaceMMFontColorinterfaceMMFontValueinterfaceMMFormatinterfaceMMFormatAbleThis is a utility class for MMFormatAble that provides static methods for creation or other purposes.interfaceMMFormatRuleinterfaceMMFormatRuleParameterinterfaceMMFormatRuleSetThis is a utility class for MMFormatRuleSet that provides static methods for creation or other purposes.interfaceMMFormatRuleSetOfClassinterfaceMMFormatRuleSetOfRoleinterfaceMMGeneralThis element is only used as meta class for the configuration of general labels and texts.interfaceMMLabelRepresents a label definition.interfaceMMLabelAbleElements which are allowed to own labels.interfaceMMLabelTextAttachmentAbleThis is a utility class for MMLabelTextAttachmentAble that provides static methods for creation or other purposes.interfaceMMLocalizAbleThis is a utility class for MMLocalizAble that provides static methods for creation or other purposes.interfaceMMMenuinterfaceMMMenuAbleThis is a utility class for MMMenuAble that provides static methods for creation or other purposes.interfaceMMMenuIteminterfaceMMMenuItemAbleThis is a utility class for MMMenuItemAble that provides static methods for creation or other purposes.interfaceMMMetaCommentAbleThis is a utility class for MMMetaCommentAble that provides static methods for creation or other purposes.interfaceMMMetamodelElementAbstract meta class of elements contained in profiles.interfaceMMPresEntryinterfaceMMProfileA profile is a kind of package that extends a reference metamodel.interfaceMMProfileApplicationinterfaceMMProfileTranslationinterfaceMMRecipeinterfaceMMRoleExecutionAn execution right is owned my a profile.interfaceMMStereotypeA 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.interfaceMMStereotypeAbleElements which are allowed to have stereotypes.interfaceMMStereotypeBuildingBlockBuilding block to create an element.interfaceMMStereotypeExtensioninterfaceMMStereotypeFileAbleThis is a utility class for MMStereotypeFileAble that provides static methods for creation or other purposes.interfaceMMStereotypePropertyinterfaceMMStereotypeRelatedElementThis is a utility class for MMStereotypeRelatedElement that provides static methods for creation or other purposes.interfaceMMStereotypeRelPropertyinterfaceMMStereotypeRelTSOptioninterfaceMMStereotypeTSOptioninterfaceMMSyncedPropertyA 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.interfaceMMSyncedStereotypeA synchronized stereotype is the use of a stereotype in aMMSyncSet.interfaceMMSyncProfileinterfaceMMSyncSetA 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.interfaceMMSyncSetPropertyA synchronization property is a property that keeps the values in redundant properties of their stereotypes synchronized.interfaceMMTextRepresents a text definition.interfaceMMTextAbleElements which texts can be assigned to.interfaceMMTextValueRepresents an existing text.interfaceMMTSDefaultValueinterfaceMMTSTypeinterfaceMMTSTypeClassinterfaceMMTSTypeMappinginterfaceMMTypeSysteminterfaceMMVerifyinterfaceMMVerifyClassificationinterfaceMMVerifyMsginterfaceMMVerifyPackageinterfaceMMXProfileFields in de.mid.innovator.srv2api.icw2meta declared as ELElement Modifier and Type Field Description ELElementARG_DUCInstanceResultRef. elemelement created or modifiedELElementARG_ElemInfoProps. ohElemelement or meta classificationELElementARG_NameInChangeSetLog. ohEleminstance if found in modelELElementARG_VerifyElementMessageList. ohElemelement which produces verify messagesELElementARG_ChangeSetInstanceOverview. ohInstinstance of this operation, 0 if it does not exist in modelELElementARG_ChangeSetOperationValue. ohInstinstance of this operation, 0 if it does not exist in modelELElementARG_DiffNode. ohInstinstance of base model of this nodeELElementARG_InstNode. ohInstan empty instance will be createdELElementARG_ElemProp. ohItemproperty or valueELElementARG_NewByStereotypeAndContainerSequenceWithRequirement. ohRequirementAdditional required elementELElementARG_NewByStereotypeAndContainerWithRequirement. ohRequirementAdditional required elementELElementARG_NewByStereotypeAndSequenceWithRequirement. ohRequirementAdditional required elementELElementARG_NewByStereotypeAndSourceTargetWithRequirement. ohRequirementAdditional required elementELElementARG_NewByTemplateAndContainerSequenceWithRequirement. ohRequirementAdditional required elementELElementARG_NewByTemplateAndContainerWithRequirement. ohRequirementAdditional required elementELElementARG_NewByTemplateAndSequenceWithRequirement. ohRequirementAdditional required elementELElementARG_NewByTemplateAndSourceTargetWithRequirement. ohRequirementAdditional required elementELElementARG_NewByStereotypeAndSourceTarget. ohTargetTarget for the new elementELElementARG_NewByStereotypeAndSourceTargetWithRequirement. ohTargetTarget for the new elementELElementARG_NewByTemplateAndSourceTarget. ohTargetTarget for the new elementELElementARG_NewByTemplateAndSourceTargetWithRequirement. ohTargetTarget for the new elementELElementARG_IRefViewSpecification. refEloptional ReferenzelementFields in de.mid.innovator.srv2api.icw2meta with type parameters of type ELElement Modifier and Type Field Description java.util.List<ELElement>ARG_FilterTranslationState. containsNoTranslationselements or version units without any translationjava.util.List<ELElement>ARG_FilterTranslationState. obsoleteTranslationselements or version units with at least one outdated translationjava.util.List<ELElement>ARG_FilterTranslationState. partialTranslatedelements or version units with translated and not translated propertiesjava.util.List<ELElement>ARG_DucInCmd. seqDeletedelete these instancesjava.util.List<ELElement>ARG_ChangeSetInstanceProtocolIn. seqElemlist of selected elementsjava.util.List<ELElement>ARG_DiffRelationshipsAndPropertiesIn. seqElemselected elementsjava.util.List<ELElement>ARG_FilterTranslationStateIn. seqElemelements to be filtered by translation state or empty to filter all version able elementsjava.util.List<ELElement>ARG_GetInfoPropertiesForImpactAnalysisIn. seqElemlist of elements or meta classificationsjava.util.List<ELElement>ARG_FirstCreationDateIn. seqFlatconsider only this elements but omit transitifly owned elementsjava.util.List<ELElement>ARG_FilterByStereotype. seqItemsitems to be filteredjava.util.List<ELElement>ARG_TabCellObjectList. seqObjectlist of valid objectsjava.util.List<ELElement>ARG_Copy. seqSelsequence of elements to copyjava.util.List<ELElement>ARG_FindHistoryDlgOclReqIn. seqSelselected elementsjava.util.List<ELElement>ARG_IRef. seqSelsequence of selected elementsjava.util.List<ELElement>ARG_MultiVersion. seqSelsequence of elements to usejava.util.List<ELElement>ARG_NewByStereotypeAndContainerSequence. seqSelSequence of selected elementsjava.util.List<ELElement>ARG_NewByStereotypeAndContainerSequenceWithRequirement. seqSelSequence of selected elementsjava.util.List<ELElement>ARG_NewByStereotypeAndSequence. seqSelSequence of selected elementsjava.util.List<ELElement>ARG_NewByStereotypeAndSequenceWithRequirement. seqSelSequence of selected elementsjava.util.List<ELElement>ARG_NewByTemplateAndContainerSequence. seqSelSequence of selected elementsjava.util.List<ELElement>ARG_NewByTemplateAndContainerSequenceWithRequirement. seqSelSequence of selected elementsjava.util.List<ELElement>ARG_NewByTemplateAndSequence. seqSelSequence of selected elementsjava.util.List<ELElement>ARG_NewByTemplateAndSequenceWithRequirement. seqSelSequence of selected elementsjava.util.List<ELElement>ARG_Paste. seqSelselected elementsjava.util.List<ELElement>ARG_PasteFromFile. seqSelselected elementsjava.util.List<ELElement>ARG_PasteFromFilePRContext. seqSelListe der markierten Elementejava.util.List<ELElement>ARG_PastePRContext. seqSelListe der markierten Elementejava.util.List<ELElement>ARG_FilterTranslationState. upToDateTranslationselements or version units where all properties are translated and uptodateMethods in de.mid.innovator.srv2api.icw2meta that return ELElement Modifier and Type Method Description static ELElementADModelHelper. getFindElementById(SrvContext srvCtx, java.lang.Class<? extends ELObject> kVOcl, int id)If it exists, returns the model element described by the ARG_FindElementByIdOclReq structure.ELElementMMCreateTemplate. getInstanceOfCreateTemplate()The element of this create template.ELElementMMCreateTemplate. getOwnInstance()The instance of this create template.ELElementADRepository. 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 ELElement Modifier and Type Method Description java.util.List<ELElement>ADModel. paste(java.util.List<? extends ELElement> seqSel, java.util.List<java.lang.String> seqVList, boolean checkConstraint)Pastes the element copy buffer into the current object.java.util.List<ELElement>MMProfile. paste(java.util.List<? extends ELElement> seqSel, java.util.List<java.lang.String> seqVList, boolean checkConstraint)Pastes the element copy buffer into thisMMProfile.java.util.List<ELElement>ADModel. pasteFromFile(java.util.List<? extends ELElement> seqSel, byte[] file, boolean checkConstraint)Pastes the element copy file buffer into the current object.java.util.List<ELElement>MMProfile. pasteFromFile(java.util.List<? extends ELElement> seqSel, byte[] file, boolean checkConstraint)Pastes the element copy file buffer into the current object.Methods in de.mid.innovator.srv2api.icw2meta with parameters of type ELElement Modifier and Type Method Description MMSyncedStereotypeMMSyncSet. addSyncedStereotype(ELElement item)voidMMStereotypeAble. assignStereotypeDlg(ELElement item)Assigns a new stereotype to this element.static voidMMStereotypeAbleHelper. assignStereotypeDlg(SrvContext srvCtx, java.util.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.ARG_ModifyTypedElementOrderDlgInitOutMMStereotype. 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.ARG_ModifyTypedElementOrderDlgInitOutMMStereotype. 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.ARG_TabCellADM2AttrModifyAble. getTabCell(ELElement item)Returns the specified property of this element.ARG_GetTextTranslationADTranslationAble. getTextTranslation(ELElement item)Returns the flow and plain text of the specified text value including the translation value.voidADLogin. setDisplayLocale(ELElement item)Defines theMM2Localewhich is used to display properties and string values in read only mode.voidMMSyncedProperty. synchronizeThis(ELElement item)Method parameters in de.mid.innovator.srv2api.icw2meta with type arguments of type ELElement Modifier and Type Method Description ARG_DucInstancesResultADModel. deleteUpdateCreateInstances(java.util.List<? extends ELElement> seqDelete, java.util.List<ARG_InstNode> seqNode)modifies this model according to the provided instance specifications.static <T extends MMStereotypeAble>
java.util.List<T>MMStereotypeAbleHelper. filterByStereotype(java.lang.Class<T> returnType, SrvContext srvCtx, java.util.List<? extends ELElement> seqItems, java.util.List<ARG_StereotypeFilterItem> seqFilter)Returns elements whose stereotype conforms to/ is exactly the same as the provided stereotype.static <T extends MMStereotypeAble>
java.util.List<T>MMStereotypeAbleHelper. filterByStereotypeName(java.lang.Class<T> returnType, SrvContext srvCtx, java.lang.Class<? extends ELObject> voclM2Class, java.lang.String nameProfile, java.lang.String nameStereotype, boolean isExact, java.util.List<? extends ELElement> seqItems)Returns elements whose stereotype conforms to/ is exactly the same as the provided stereotype.ARG_FilterTranslationStateADTranslationAble. filterByTranslationState(java.util.List<? extends ELElement> seqElem, boolean filterUnit)Categorizes the provided elements by the state of the translatable properties.static ARG_ChangeSetOperationValuesADCSInstanceHelper. getChangeSetInstanceProtocol(SrvContext srvCtx, java.util.List<? extends ELElement> seqElem, ARG_ChangeSetPeriod valPeriod)Returns the protocol of model changes for a set of elements.java.util.List<java.lang.String>ADModel. getCopy(java.util.List<? extends ELElement> seqSel, boolean ownedElementTransitive)Returns a complete copy buffer for the selected elements.java.util.List<java.lang.String>MMProfile. getCopy(java.util.List<? extends ELElement> seqSel, boolean ownedElementTransitive)Returns a complete copy buffer for the selected elements contained in this profile.byte[]ADModel. getCopyToFile(java.util.List<? extends ELElement> seqSel, boolean ownedElementTransitive)Returns a complete copy buffer for the selected elements as file.byte[]MMProfile. getCopyToFile(java.util.List<? extends ELElement> seqSel, boolean ownedElementTransitive)Returns a complete copy buffer for the selected elements contained in this profile as file.ARG_DiffADModel. getDiffRelationshipsAndProperties(java.util.List<? extends ELElement> seqElem)Returns the selected elements as DiffNodes.static ARG_FilterOclReqADVersionAbleHelper. getFilter(SrvContext srvCtx, java.util.List<? extends ELElement> seq)Without a selection, it returns allADVersionAbleelements.static ARG_FindHistoryDlgOclReqOutADHistoryAbleHelper. getFindHistoryDlg(SrvContext srvCtx, K_FINDMODE mode, java.util.List<? extends ELElement> seqSel, boolean useSel, boolean isNot, boolean isCreator, java.lang.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, java.util.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.static ARG_GetInfoPropertiesForImpactAnalysisOutMM2ClassificationHelper. getInfoPropertiesForImpactAnalysis(SrvContext srvCtx, java.util.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.ARG_AskADLogin. getLockMessage(java.util.List<? extends ELElement> seq)Returns the lock messages of all specified elements.static ARG_ModifyChangeableFontDlgInitOutMMTextHelper. getModifyChangeableFontDlgInit(SrvContext srvCtx, java.util.List<? extends ELElement> seq)Fills the dialog to modify the font and the changeable flag for a list of text definitions or stereotypes.byte[]ADModel. getMultiVersionFile(K_INSTPURPOSE purpose, boolean ownedElementTransitive, java.util.List<? extends ELElement> seqSel)Returns the the current object's complete version ASCII representation and the incoming selection as a file.java.util.List<java.lang.String>ADModel. getMultiVersionList(K_INSTPURPOSE purpose, boolean ownedElementTransitive, java.util.List<? extends ELElement> seqSel)Returns the the current object's complete version ASCII representation and the incoming selection as a string array.static <T extends ADClientAble>
java.util.List<T>ADClientAbleHelper. getReferences(java.lang.Class<T> returnType, SrvContext srvCtx, java.util.List<? extends ELElement> seqSel, ARG_IRefRestriction valRestrictOut, java.util.List<ARG_IRefViewSpecification> seqViewSpec)Internal request used by de.mid.innovator.ref.ReferencesCollector.static <T extends ADVersionAble>
java.util.List<T>ADVersionAbleHelper. getSortByExistenceDependency(java.lang.Class<T> returnType, SrvContext srvCtx, java.util.List<? extends ELElement> seq)Sorts the provided version objects by their existence dependencies.voidADLogin. lock(java.util.List<? extends ELElement> seq)If no selection is made, it locks all elements possible for the login.java.util.List<ELElement>ADModel. paste(java.util.List<? extends ELElement> seqSel, java.util.List<java.lang.String> seqVList, boolean checkConstraint)Pastes the element copy buffer into the current object.java.util.List<ELElement>MMProfile. paste(java.util.List<? extends ELElement> seqSel, java.util.List<java.lang.String> seqVList, boolean checkConstraint)Pastes the element copy buffer into thisMMProfile.java.util.List<ELElement>ADModel. pasteFromFile(java.util.List<? extends ELElement> seqSel, byte[] file, boolean checkConstraint)Pastes the element copy file buffer into the current object.java.util.List<ELElement>MMProfile. pasteFromFile(java.util.List<? extends ELElement> seqSel, byte[] file, boolean checkConstraint)Pastes the element copy file buffer into the current object.voidMMCommentContainerAble. replaceRealizedConcepts(java.util.List<? extends ELElement> seq)Replaces the current set of concepts with the set passed and creates and deletes concept realizations accordingly.voidMMProfile. setProfileApplication(java.util.List<? extends ELElement> seq)Creates a profile application for each specified profile.voidMMStereotype. stereotypeParents(java.util.List<? extends ELElement> seq)Modify the generalizations of this stereotype.voidADLogin. unlock(java.util.List<? extends ELElement> seq)If no selection is made, it removes all element locks for the current object.Constructors in de.mid.innovator.srv2api.icw2meta with parameters of type ELElement Constructor Description ARG_ChangeSetInstanceOverview(ELElement ohInst, java.lang.String strInstName, java.lang.String strInstOwnerQualifiedName, java.lang.String strInstBitmap, java.lang.String strInstType, java.lang.String strInstUUID, K_CS_INST kCSInst, ADCSInstance ohCSInst, java.util.Date lAtTime)ARG_ChangeSetOperationValue(ADChangeSet ohChangeSet, java.lang.String strChangeSetName, java.util.Date lStartTime, java.util.Date lEndTime, java.lang.String strNote, java.lang.String strUserName, ELElement ohInst, java.lang.String strInstName, java.lang.String strInstOwnerQualifiedName, java.lang.String strInstBitmap, java.lang.String strInstType, java.lang.String strInstUUID, java.util.Date lAtTime, java.lang.String strOperation, K_VATTR_CS kVAttrCS, java.lang.String strPropertyName, java.lang.String strPropertyValue, ADCSOperation ohCSOp, ADCSInstance ohCSInst)ARG_DiffNode(ELElement ohInst, java.lang.String name, java.lang.String bitmap, java.lang.String uuid, int id, int sortOrder, java.util.List<ARG_DiffNode> seqOrder, K_CONTASGN asgnKind, java.util.List<ARG_DiffNodeProp> seqProp, java.util.List<ARG_DiffNodeRsIn> seqRsIn, java.util.List<ARG_DiffNodeRsOut> seqRsOut)ARG_DUCInstanceResultRef(int nodeId, ELElement elem)ARG_ElemInfoProps(ELElement ohElem, java.util.List<ARG_InfoProp> seqInfoProp)ARG_ElemProp(ELElement ohItem, java.lang.String strName, java.lang.String strUUID, java.util.List<ARG_ElemProp> seqValue)ARG_InstNode(int id, boolean processIt, ELElement ohInst, java.lang.Class<? extends ELObject> kVOcl, java.util.List<ARG_InstNodeProp> seqProp, java.util.List<ARG_InstNodeRsIn> seqRsIn, java.util.List<ARG_InstNodeRsOut> seqRsOut, java.util.List<java.lang.String> seqFile, java.util.List<ARG_InstNode> seqOrder)ARG_IRefViewSpecification(K_VW2 what, ARG_IRefRestriction valRestrictIn, ARG_IRefRestriction valRestrictOut, ELElement refEl, java.lang.String patt, int kind, int mode)ARG_NameInChangeSetLog(java.lang.Class<? extends ELObject> kVocl, int clientId, ELElement ohElem, java.lang.String name, java.lang.String ownerQualifiedName)ARG_NewByStereotypeAndContainerSequenceWithRequirement(MMStereotype ohStereotype, ELContainerAble ohContainer, java.util.List<ELElement> seqSel, ELElement ohRequirement)ARG_NewByStereotypeAndContainerWithRequirement(MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)ARG_NewByStereotypeAndSequenceWithRequirement(MMStereotype ohStereotype, java.util.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, java.util.List<ELElement> seqSel, ELElement ohRequirement)ARG_NewByTemplateAndContainerWithRequirement(MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)ARG_NewByTemplateAndSequenceWithRequirement(MMCreateTemplate ohTemplate, java.util.List<ELElement> seqSel, ELElement ohRequirement)ARG_NewByTemplateAndSourceTarget(MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)ARG_NewByTemplateAndSourceTargetWithRequirement(MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget, ELElement ohRequirement)ARG_VerifyElementMessageList(ELElement ohElem, java.util.List<java.lang.String> seqMsg)Constructor parameters in de.mid.innovator.srv2api.icw2meta with type arguments of type ELElement Constructor Description ARG_ChangeSetInstanceProtocolIn(java.util.List<ELElement> seqElem, ARG_ChangeSetPeriod valPeriod)ARG_Copy(java.util.List<ELElement> seqSel, boolean ownedElementTransitive)ARG_DiffRelationshipsAndPropertiesIn(java.util.List<ELElement> seqElem)ARG_DucInCmd(java.util.List<ELElement> seqDelete, java.util.List<ARG_InstNode> seqNode)ARG_FilterByStereotype(java.util.List<ELElement> seqItems, java.util.List<ARG_StereotypeFilterItem> seqFilter)ARG_FilterTranslationState(java.util.List<ELElement> containsNoTranslations, java.util.List<ELElement> obsoleteTranslations, java.util.List<ELElement> partialTranslated, java.util.List<ELElement> upToDateTranslations)ARG_FilterTranslationStateIn(java.util.List<ELElement> seqElem, boolean filterUnit)ARG_FindHistoryDlgOclReqIn(K_FINDMODE mode, java.util.List<ELElement> seqSel, boolean useSel, boolean isNot, boolean isCreator, java.lang.String userName, int year, int month, int day, int hour, int minute, K_OPERATOR op, boolean withConfig)ARG_GetInfoPropertiesForImpactAnalysisIn(java.util.List<ELElement> seqElem)ARG_IRef(java.util.List<ELElement> seqSel, ARG_IRefRestriction valRestrictOut, java.util.List<ARG_IRefViewSpecification> seqViewSpec)ARG_MultiVersion(K_INSTPURPOSE purpose, boolean ownedElementTransitive, java.util.List<ELElement> seqSel)ARG_NewByStereotypeAndContainerSequence(MMStereotype ohStereotype, ELContainerAble ohContainer, java.util.List<ELElement> seqSel)ARG_NewByStereotypeAndContainerSequenceWithRequirement(MMStereotype ohStereotype, ELContainerAble ohContainer, java.util.List<ELElement> seqSel, ELElement ohRequirement)ARG_NewByStereotypeAndSequence(MMStereotype ohStereotype, java.util.List<ELElement> seqSel)ARG_NewByStereotypeAndSequenceWithRequirement(MMStereotype ohStereotype, java.util.List<ELElement> seqSel, ELElement ohRequirement)ARG_NewByTemplateAndContainerSequence(MMCreateTemplate ohTemplate, ELContainerAble ohContainer, java.util.List<ELElement> seqSel)ARG_NewByTemplateAndContainerSequenceWithRequirement(MMCreateTemplate ohTemplate, ELContainerAble ohContainer, java.util.List<ELElement> seqSel, ELElement ohRequirement)ARG_NewByTemplateAndSequence(MMCreateTemplate ohTemplate, java.util.List<ELElement> seqSel)ARG_NewByTemplateAndSequenceWithRequirement(MMCreateTemplate ohTemplate, java.util.List<ELElement> seqSel, ELElement ohRequirement)ARG_Paste(java.util.List<ELElement> seqSel, java.util.List<java.lang.String> seqVList, boolean checkConstraint)ARG_PasteFromFile(java.util.List<ELElement> seqSel, byte[] file, boolean checkConstraint)ARG_PasteFromFilePRContext(java.util.List<ELElement> seqSel, byte[] file, boolean checkConstraint, java.awt.Point pos)ARG_PastePRContext(java.util.List<ELElement> seqSel, java.util.List<java.lang.String> seqVList, boolean checkConstraint, java.awt.Point pos)ARG_TabCellObjectList(java.util.List<ELElement> seqObject, java.util.List<java.lang.String> seqName, java.util.List<java.lang.String> seqNameNsp) -
Uses of ELElement in de.mid.innovator.srv2api.icw2model
Subinterfaces of ELElement in de.mid.innovator.srv2api.icw2model Modifier and Type Interface Description interfaceMEAbstractionAn 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.interfaceMEAssignAbleConstraintThis is a utility class for MEAssignAbleConstraint that provides static methods for creation or other purposes.interfaceMEAttachmentinterfaceMEAttachmentAssigninterfaceMECommentA comment gives the ability to attach various remarks to elements.interfaceMECommentAbleThese elements may be annotated by a comment.interfaceMECommentAssignRepresents the assignment between the comment and the commented element.interfaceMEConfigurationManagementConfiguration management package.interfaceMEConstraintA 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.interfaceMEConstraintAbleThis is a utility class for MEConstraintAble that provides static methods for creation or other purposes.interfaceMEConstraintAssigninterfaceMECopyinterfaceMECreateRedirectinterfaceMEDependencyA dependency is a relationship that signifies that a single or a set of model elements requires other model elements for their specification or implementation.interfaceMEDurationConstraintA DurationConstraint defines a Constraint that refers to a DurationInterval.interfaceMEElementImportAn element import identifies an element in another package and allows the element to be referenced using its name without a qualifier.interfaceMEHierarchyAbleAbstract superclass for Metaclasses which may own PackageableElements, e.g.interfaceMEIntervalConstraintAn IntervalConstraint defines a constraint that refers to an interval.interfaceMEMappingConfigurationPackageAbstract mapping configuration package.interfaceMEMappingConfigurationPackageForwardMapping configuration package forward direction.interfaceMEMappingConfigurationPackageReverseMapping configuration package reverse direction.interfaceMEMappingDependencyMapping dependendcy is a subclass ofMEDependency.interfaceMEMappingPackageContentPackage used for content below MappingPackageType.interfaceMEMappingPackageTypeAbstract mapping package type defines the mapping type.interfaceMEMappingPackageTypeForwardImplementing mapping type with direction FORWARD.interfaceMEMappingPackageTypeReverseImplementing mapping type with direction REVERSE.interfaceMEModelA model captures a view of a physical system.interfaceMEModelElementAn element is a constituent of a model.interfaceMENamedElementThis is a utility class for MENamedElement that provides static methods for creation or other purposes.interfaceMENamespaceAbleA namespace is a named element that can own other named elements.interfaceMENamespaceAsgnAbleA named element represents elements that may have a name.interfaceMEPackageA package is a namespace for its members and may contain other packages.interfaceMEPackageAbleA packageable element indicates a named element that may be owned directly by a package.interfaceMEPackageImportA package import is a relationship that allows the use of unqualified names to refer to package members from other namespaces.interfaceMEProxyAbstract Proxy Base ClassinterfaceMEProxyAssignmentSpecialized depencency for associating MEProxy and tangible elements.interfaceMEProxyExternalinterfaceMEProxyInnovatorinterfaceMERealizationRealization 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).interfaceMERefAbleAsResourceThis is a utility class for MERefAbleAsResource that provides static methods for creation or other purposes.interfaceMEReferenceContainerAbleThis is a utility class for MEReferenceContainerAble that provides static methods for creation or other purposes.interfaceMERequirementinterfaceMESectioninterfaceMESimpleConstraintinterfaceMEStereotypeAbleThis is a utility class for MEStereotypeAble that provides static methods for creation or other purposes.interfaceMEStubPackageAbstract Stub Package.interfaceMEStubPackageBaseStub package base package collecting all stub packages within a system model.interfaceMEStubPackageExternalModelStub package for external models.interfaceMEStubPackageInnovatorStub package for Innovator modelsinterfaceMESystemModelinterfaceMESystemModelManagementSystem model management package containing MEConfigurationManagement and MEStubPackageBase packages.interfaceMETimeConstraintA TimeConstraint defines a Constraint that refers to a TimeInterval.interfaceMETriggerReferenceAbleThis is a utility class for METriggerReferenceAble that provides static methods for creation or other purposes.interfaceMEUsageA usage is a relationship which one element requires another element (or set of elements) for its full implementation or operation.interfaceMEValSpecExpressioninterfaceMEValSpecOpaqueExprAn 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 ELElement Modifier and Type Field Description ELElementARG_TransformInstanceIn. ohReqoptional instance used in transformationELElementARG_MEDependencyAssignmentInfo. ohSourceSource element of Dependency AssignmentELElementARG_MEDependencyAssignmentInfo. ohTargetTarget element of Dependency AssignmentFields in de.mid.innovator.srv2api.icw2model with type parameters of type ELElement Modifier and Type Field Description java.util.List<ELElement>ARG_MEDependencyAssignmentInfoInput. seqSourceSource elementsjava.util.List<ELElement>ARG_MEDependencyAssignmentInfoInput. seqTargetTarget elementsMethods in de.mid.innovator.srv2api.icw2model with parameters of type ELElement Modifier and Type Method Description static 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.static java.util.List<ARG_TransformPreView>MEStereotypeAbleHelper. getTransformPreView(SrvContext srvCtx, java.util.List<? extends MEStereotypeAble> seqSel, MMMenuItem ohMenueItem, ELElement ohReq)Calculates the all elements which will be deleted or modified by the transformation of the specified elements.java.util.List<ARG_MemberSpecificationInstance>MEProxy. getVirtualPath(ELElement item)The path specification of this element.static java.util.List<MMStereotypeAble>MEStereotypeAbleHelper. transformInstance(SrvContext srvCtx, java.util.List<? extends MEStereotypeAble> seqSel, MMMenuItem ohMenueItem, ELElement ohReq)Applies the transformation rules to the provided instances.Method parameters in de.mid.innovator.srv2api.icw2model with type arguments of type ELElement Modifier and Type Method Description voidMEReferenceContainerAble. addReferences(java.util.List<? extends ELElement> seq)Adds references to the specified list of referenceable elements to this hierarchical element.java.util.List<MEAttachmentAssign>MEAttachment. assignAttachment(java.util.List<? extends ELElement> seq)Assigns this attachment to a list of elements.java.util.List<MECommentAssign>MEComment. assignComment(java.util.List<? extends ELElement> seq)java.util.List<MEConstraintAssign>MEAssignAbleConstraint. assignConstraint(java.util.List<? extends ELElement> seq)Assign this constraint to a list of elements.static java.util.List<ARG_MEDependencyAssignmentInfo>MEDependencyHelper. getMEDependencyAssignmentInfo(SrvContext srvCtx, java.util.List<? extends ELElement> seqSource, java.util.List<? extends ELElement> seqTarget, MMStereotype ohDepStereotype, ELContainerAble ohTransitiveParent)Calculates for a quantity of elements its dependency assignments.voidMESection. removeFromSection(java.util.List<? extends ELElement> seq)voidMEModel. setProfileApplication(java.util.List<? extends ELElement> seq)Creates a profile application for each specified profile.voidMEReferenceContainerAble. subtractReferences(java.util.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 ELElement Constructor Description ARG_MEDependencyAssignmentInfo(ELElement ohSource, ELElement ohTarget, ELDependency ohDependency)ARG_TransformInstanceIn(java.util.List<MEStereotypeAble> seqSel, MMMenuItem ohMenueItem, ELElement ohReq)Constructor parameters in de.mid.innovator.srv2api.icw2model with type arguments of type ELElement Constructor Description ARG_MEDependencyAssignmentInfoInput(java.util.List<ELElement> seqSource, java.util.List<ELElement> seqTarget, MMStereotype ohDepStereotype, ELContainerAble ohTransitiveParent) -
Uses of ELElement in de.mid.innovator.srv2api.icw2pres
Subinterfaces of ELElement in de.mid.innovator.srv2api.icw2pres Modifier and Type Interface Description interfacePRAnalysisDiainterfacePRBDiaThis is a utility class for PRBDia that provides static methods for creation or other purposes.interfacePRBDiaBENodeThis is a utility class for PRBDiaBENode that provides static methods for creation or other purposes.interfacePRDiaThis is a utility class for PRDia that provides static methods for creation or other purposes.interfacePRDiaAttachmentEdgeinterfacePRDiaAttachmentNodeinterfacePRDiaCalloutEdgeinterfacePRDiaCalloutNodeinterfacePRDiaEdgeThis is a utility class for PRDiaEdge that provides static methods for creation or other purposes.interfacePRDiaEdgePointinterfacePRDiaEdgeSegThe combination of aPRDiaSegNodeand aPRDiaSegEdge.interfacePRDiaFrameNodeinterfacePRDiaNodeThis is a utility class for PRDiaNode that provides static methods for creation or other purposes.interfacePRDiaNoteinterfacePRDiaNoteEdgeinterfacePRDiaSegEdgeThe connector edge of an edge segment.interfacePRDiaSegNodeThe connector node of an edge segment.interfacePRDiaWhiteboardinterfacePRDiaWhiteboardAttributeEdgeinterfacePRDiaWhiteboardEdgeinterfacePRDiaWhiteboardNodeinterfacePRPresContentThis is a utility class for PRPresContent that provides static methods for creation or other purposes.interfacePRPresContextThis is a utility class for PRPresContext that provides static methods for creation or other purposes.interfacePRPresElementThis is a utility class for PRPresElement that provides static methods for creation or other purposes.interfacePRPresTextinterfacePRVersionAbleDiaThis 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 ELElement Modifier and Type Method Description <T extends ELElement>
java.util.List<T>PRDiaCalloutNode. getCalloutElements(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)All elements which are represented by thisPRDiaCalloutNode.<T extends ELElement>
java.util.List<T>PRDiaCalloutNode. getCalloutElements(java.lang.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 ELElement Modifier and Type Method Description ELElementPRDiaCalloutNode. getSingleCalloutElementOrEmpty()TheELElementwhich is represented by thisPRDiaCalloutNode.Methods in de.mid.innovator.srv2api.icw2pres that return types with arguments of type ELElement Modifier and Type Method Description java.util.List<ELElement>PRPresContext. paste(java.util.List<? extends ELElement> seqSel, java.util.List<java.lang.String> seqVList, boolean checkConstraint, java.awt.Point pos)Pastes the content of the copy buffer in this presentation context.java.util.List<ELElement>PRPresContext. pasteFromFile(java.util.List<? extends ELElement> seqSel, byte[] file, boolean checkConstraint, java.awt.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 ELElement Modifier and Type Method Description static java.util.List<PRDiaCalloutNode>PRDiaCalloutNodeHelper. addCalloutNodes(SrvContext srvCtx, java.util.List<? extends ELElement> seq)Adds callout nodes to the specified presentation contents.java.util.List<java.lang.String>PRPresContext. getCopy(java.util.List<? extends ELElement> seqSel, boolean ownedElementTransitive)Fills the copy buffer with the specified elements.byte[]PRPresContext. getCopyToFile(java.util.List<? extends ELElement> seqSel, boolean ownedElementTransitive)Fills the copy file buffer with the specified elements.static java.util.List<ARG_MEProxyProperty>PRPresElementHelper. getReferencesModelExtern(SrvContext srvCtx, java.util.List<? extends ELElement> seq)Determines the element's jump reference data to external models.java.util.List<ELElement>PRPresContext. paste(java.util.List<? extends ELElement> seqSel, java.util.List<java.lang.String> seqVList, boolean checkConstraint, java.awt.Point pos)Pastes the content of the copy buffer in this presentation context.java.util.List<ELElement>PRPresContext. pasteFromFile(java.util.List<? extends ELElement> seqSel, byte[] file, boolean checkConstraint, java.awt.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.icw2sm Modifier and Type Interface Description interfaceSMChoiceinterfaceSMDeepHistoryDeepHistory 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.interfaceSMEntryPointAn entry point pseudostate is an entry point of a state machine or composite state.interfaceSMExitPointAn exit point pseudostate is an exit point of a state machine or composite state.interfaceSMFinalStateinterfaceSMInitAn initial pseudostate represents a default vertex that is the source for a single transition to the default state of a composite state.interfaceSMJoinForkJoins vertices serve to merge several transitions emanating from source vertices in different orthogonal regions.interfaceSMJunctionJunction vertices are semantic-free vertices that are used to chain multiple transitions together.interfaceSMProtocolConformanceProtocol state machines can be redefined into more specific protocol state machines or into behavioral state machines.interfaceSMProtocolStateMachineA protocol state machine is always defined in the context of a classifier.interfaceSMPseudoStateA pseudostate is an abstraction that encompasses different types of transient vertices in the state machine graph.interfaceSMRegionA region is an orthogonal part of either a composite state or a state machine.interfaceSMRegularStateinterfaceSMShallowHistoryshallowHistory represents the most recent active substate of its containing state (but not the substates of that substate).interfaceSMStateA state model is a situation which an invariant condition (usually implicit) usually holds in.interfaceSMStateMachineState machines can be used to express the behavior of part of a system.interfaceSMTerminatorEntering a terminate pseudostate implies that the execution of this state machine by means of its context object is terminated.interfaceSMTransExtkind=external implies that the transition, if triggered, will exit the composite (source) state.interfaceSMTransIntkind=internal implies that the transition, if triggered, occurs without exiting or entering the source state.interfaceSMTransitionA transition is a directed relationship between a source vertex and a target vertex.interfaceSMVertexA vertex is an abstraction of a node in a state machine graph.Methods in de.mid.innovator.srv2api.icw2sm with parameters of type ELElement Modifier and Type Method Description static SMTransExtSMTransExtHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)Create a new Transition with template from source to target element.static SMTransExtSMTransExtHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)Create a new Transition with stereotype from source to target element. -
Uses of ELElement in de.mid.innovator.srv2api.icw2smdia
Subinterfaces of ELElement in de.mid.innovator.srv2api.icw2smdia Modifier and Type Interface Description interfaceSMDiainterfaceSMDiaConstraintEdgeinterfaceSMDiaConstraintNodeinterfaceSMDiaDoActNodeinterfaceSMDiaEntryActNodeinterfaceSMDiaExitActNodeinterfaceSMDiaGuardNodeinterfaceSMDiaInvariantNodeinterfaceSMDiaPostNodeinterfaceSMDiaPreNodeinterfaceSMDiaPseudoNodeinterfaceSMDiaRegionNodeinterfaceSMDiaSMNodeinterfaceSMDiaStateNodeinterfaceSMDiaTextNodeThis is a utility class for SMDiaTextNode that provides static methods for creation or other purposes.interfaceSMDiaTransActNodeinterfaceSMDiaTransEdgeinterfaceSMDiaTriggerNodeinterfaceSMDiaVertexNodeThis is a utility class for SMDiaVertexNode that provides static methods for creation or other purposes.interfaceSMPDia -
Uses of ELElement in de.mid.innovator.srv2api.icw2sqdia
Subinterfaces of ELElement in de.mid.innovator.srv2api.icw2sqdia Modifier and Type Interface Description interfaceSQDiainterfaceSQDiaCombinedNodeinterfaceSQDiaConstraintEdgeinterfaceSQDiaConstraintNodeinterfaceSQDiaContinuationNodeinterfaceSQDiaExecNodeinterfaceSQDiaIANodeinterfaceSQDiaInvariantNodeinterfaceSQDiaLifelineNodeinterfaceSQDiaMessageEdgeinterfaceSQDiaMessageEndNodeinterfaceSQDiaOccSpecNodeinterfaceSQDiaOperandNodeinterfaceSQDiaOrderingEdgeinterfaceSQDiaPostNodeinterfaceSQDiaPreNodeinterfaceSQDiaRefNodeinterfaceSQDiaTextNodeThis is a utility class for SQDiaTextNode that provides static methods for creation or other purposes. -
Uses of ELElement in de.mid.innovator.ui
Methods in de.mid.innovator.ui that return types with arguments of type ELElement Modifier and Type Method Description protected java.util.List<ELElement>InnovatorApplicationDefault. getReplySelection()Supplies a transparent view of an application regardless of whether it is started from Innovator clients or using the command line.protected java.util.List<ELElement>InnovatorApplicationDefault. getSelection()Supplies a transparent view of an application regardless of whether it is started from Innovator clients or using the command line.Methods in de.mid.innovator.ui with parameters of type ELElement Modifier and Type Method Description protected booleanInnovatorApplicationDefault. addToReply(ELElement obj)Supplies a transparent view of an application regardless of whether it is started from Innovator clients or using the command line.Method parameters in de.mid.innovator.ui with type arguments of type ELElement Modifier and Type Method Description protected booleanInnovatorApplicationDefault. addToReply(java.util.List<? extends ELElement> list)Supplies a transparent view of an application regardless of whether it is started from Innovator clients or using the command line. -
Uses of ELElement in de.mid.innovator.util
Methods in de.mid.innovator.util with type parameters of type ELElement Modifier and Type Method Description static <T extends ELElement>
java.util.List<T>Filter. filter(java.lang.Class<T> c, java.util.List<? extends ELElement> list)A list ofELElements is transformed into a homogeneous list of instances of the declared class c which must be a specialization of T.static <T extends ELElement>
java.util.Set<T>Filter. unique(java.lang.Class<T> c, java.util.List<? extends ELElement> list)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 ELElement Modifier and Type Method Description ELElementInnoRef. getElement(SrvContext srvCtx)Methods in de.mid.innovator.util with parameters of type ELElement Modifier and Type Method Description static InnoUrlInnoUrl. createFrom(ELElement in)Method parameters in de.mid.innovator.util with type arguments of type ELElement Modifier and Type Method Description static <T extends ELElement>
java.util.List<T>Filter. filter(java.lang.Class<T> c, java.util.List<? extends ELElement> list)A list ofELElements is transformed into a homogeneous list of instances of the declared class c which must be a specialization of T.static java.lang.StringInnoRef. replace(java.lang.String sValue, java.util.Map<ELElement,ELElement> mapElement)static java.lang.StringInnoRef. replace(java.lang.String sValue, java.util.Map<ELElement,ELElement> mapElement)static <T extends ELElement>
java.util.Set<T>Filter. unique(java.lang.Class<T> c, java.util.List<? extends ELElement> list)A 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 Constructor Description InnoRef(ELElement elElement)InnoRef(ELElement elElement, java.lang.String sInnoRef)
-