Uses of Interface
de.mid.innovator.srv2api.icw2meta.ADClientAble
Packages that use ADClientAble
Package
Description
Activity modeling emphasizes the sequence and conditions for coordinating
lower-level behaviors, rather than which classifiers own those behaviors.
Diagrams and graphical representations for elements of the icw2ac package.
Package for Business Object Modeling.
The Common Behaviors package specifies the core concepts required for dynamic
elements and provides the infrastructure to support more detailed definitions of
behavior.
Package for Business Process Model and Notation (BPMN).
BPMN Diagrams and graphical representations for elements of the icw2bp package.
Business resource modeling package.
Diagrams and graphical representations for elements of the icw2br package.
State machine for Business Object Modeling.
Diagrams and graphical representations for elements of the icw2bs package.
The classes package deals with the basic modeling concepts of UML and, in
particular, classes and their relationships.
Diagrams and graphical representations for elements of the icw2class package.
The DB package (specialization of the IM package) describes the concepts needed
for modeling a relational database.
Database Diagrams and representations of tables and foreign keys, as well as
views and from clauses.
The documentation package deals with the model documentation configuration and
generation.
The purpose of DMN is to provide the constructs that are needed to model
decisions, so that organizational decision-making can be readily depicted in
diagrams, accurately defined by business analysts, and (optionally) automated.
The decision requirements level of a decision model in DMN consists of a
Decision Requirement Graph depicted in one or more Decision Requirement
Diagrams.
The ER package (specialization of the IM package) deals with the modeling
concepts for the Entity Relationship Model and, in particular, entities,
attributes and their relationships.
In addition it deals with the concepts of Online Analytical Processing (OLAP) to build a data warehouse for business intelligence (BI) matters.
In addition it deals with the concepts of Online Analytical Processing (OLAP) to build a data warehouse for business intelligence (BI) matters.
Entity Relationship Diagrams and representations of entities and relationships,
as well as conceptual views and from clauses.
Package for concept modeling.
Concept diagrams and graphical representations for elements of the icw2gc
package.
The Interaction package describes the concepts needed to express interactions.
The IM package specify the Information Management Metamodel core concepts
required for data modeling.
Information Management Metamodel Diagram is a subclass of Class Diagram.
Meta model and administration information.
This packagage contains elements representing the logical model.
Diagrams and graphical representations of model elements in diagrams.
The StateMachine package defines a set of concepts that can be used for
modeling discrete behavior through finite statetransition systems.
Diagrams and graphical representations for elements of the icw2sm package.
Diagrams and graphical representations for elements of the icw2ia package.
-
Uses of ADClientAble in de.mid.innovator.srv2api.icw2ac
Subinterfaces of ADClientAble in de.mid.innovator.srv2api.icw2acModifier and TypeInterfaceDescriptioninterfaceAn activity specifies the coordination of executions of subordinate behaviors using a control and data flow model.interfaceFlow edge for either control flow of object flow.interfaceAn activity final node is a final node that stops all flows in an activity.interfaceinterfaceinterfaceA central buffer node is an object node for managing flows from multiple sources and destinations.interfaceA control flow is an edge that starts an activity node after the previous one is finished.interfaceA control node is an abstract activity node that coordinates flows in an activity.interfaceA data store node is a central buffer node for non-transient information.interfaceRepresents the link of the decision node to a decision input behavior.interfaceA decision node is a control node that chooses between outgoing flows.interfaceAn exception handler is an element that specifies a body to execute in case the specified exception occurs during the execution of the protected node.interfaceAn executable node is an abstract class for activity nodes that may be executed.interfaceinterfaceA flow final node is a final node that terminates a flow.interfaceA fork node is a control node that splits a flow into multiple concurrent flows.interfaceAn initial node is a control node which flow starts at when the activity is invoked.interfaceAn interruptible activity region is an activity group that supports termination of tokens flowing in the portions of an activity.interfaceA join node is a control node that synchronizes multiple flows.interfaceA merge node is a control node that brings multiple alternate flows together.interfaceAn object flow is an activity edge that can have objects or data passing along it.interfaceAn object node is an activity node that indicates an instance of a particular classifier, possibly in a particular state, and may be available at a particular point in the activity.interfaceSelects tokens from a source object node.interfaceSelects tokens for outgoing edges.interfaceAn activity parameter node is an object node for inputs and outputs to activities.interfaceAn activity partition is a kind of activity group that identifies actions that have common characteristics.interfaceA structured activity node is an executable activity node that may have an expansion into subordinate nodes as an ActivityGroup.interfaceVariables are elements for passing data between actions indirectly.interfaceAcceptCallAction is an accept event action that represents the receipt of a synchronous call request.interfaceAcceptEventAction is an action that waits for the occurrence of an event meeting specified condition.interfaceAn action is a named element that is the fundamental unit of executable functionality.interfaceAn action input pin is a kind of pin that executes an action to determine the values to input to another.interfaceStructural features are potentially multi-valued and ordered; this means that the action supports specification of insertion points for new values.interfaceBroadcastSignalAction is an action that transmits a signal instance to all the potential target objects in the system.interfaceCallAction is an abstract class for actions that invoke behavior and receive return values.interfaceinterfaceinterfaceThis action destroys all links of an association that have a particular object at one end.interfaceThis action removes all values of a structural feature.interfaceThis action can be used to create links and link objects.interfaceThis action instantiates a classifier.interfaceThis action destroys a link or a link object.interfaceThis action destroys the object on its input pin at runtime.interfaceAn input pin is a pin that holds input values to be consumed by an action.interfaceInvocation is an abstract class for the various actions that invoke behavior.interfaceA link action creates, destroys or reads links, identifying a link by its end objects and qualifier values, if any.interfaceThis class is required when using CreateLinkAction to specify insertion points for ordered ends and to replace all links at end.interfaceLinkEndData is not an action.interfaceThis class is required when using DestroyLinkAction to specify links to destroy for non-unique ordered ends.interfaceAn action with implementation-specific semantics.interfaceAn output pin is a pin that holds output values produced by an action.interfaceA pin is a typed element and multiplicity element that provides values to actions and accept result values from them.interfaceAction that causes an exception to occur.interfaceThis action navigates an association towards one end which is the end that does not have an input pin to take its object (the 'open' end).interfaceEvery action is ultimately a part of some behavior, which is in turn optionally attached in some way to the specification of a classifier -- for example, as the body of a method or as part of a state machine.interfaceThis action reads the values of a structural feature in order if the structural feature is ordered.rinterfaceThe object to access is specified dynamically by referring to an input pin which the object will be placed on at runtime.interfaceAction that accepts a set of return values and a value containing return information produced by a previous accept call action.interfaceSendObjectAction is an action that transmits an object to the target object where it may invoke behavior such as the firing of state machine transitions or the execution of an activity.interfaceSendSignalAction is an action that creates a signal instance from its inputs and transmits it to the target object where it may cause the firing of a state machine transition or the execution of an activity.interfaceThis abstract action class statically specifies the structural feature being accessed.interfaceThis action returns true if the two input values are the same identity, false if they are not.interfaceAction that breaks an object of a known type into outputs each of which is equal to a value froma structural feature of the object.interfaceThe action returns the result of evaluating a value specification.interfaceA value pin is an input pin that provides a value by evaluating a value specification.interfaceA write link action takes a complete identification of a link and creates or destroys it.interfaceA write structural feature action operates on a structural feature of an object to modify its values.Methods in de.mid.innovator.srv2api.icw2ac with parameters of type ADClientAbleModifier and TypeMethodDescriptionACActivityEdge.reconnect(ADClientAble ohNew, K_SIDE side, Point pos) Reconnects the edge.ACExceptionHandler.reconnect(ADClientAble ohNew, K_SIDE side, Point pos) Reconnects the exception handler. -
Uses of ADClientAble in de.mid.innovator.srv2api.icw2acdia
Subinterfaces of ADClientAble in de.mid.innovator.srv2api.icw2acdiaModifier and TypeInterfaceDescriptioninterfaceThe diagram that contains theACDiaACNode.interfacePresentation element of the activity itself.interfacePresentation element of actions which do not depend on other elements.interfaceThe connecting edge to anACDiaConstraintNode.interfaceClient representation of a constraint.interfaceinterfaceClient representation of a decision input behavior.interfaceinterfaceinterfaceClient representation of a selection behavior at a flow.interfaceClient representation of a transformation behavior at a flow.interfaceinterfaceSpecialization ofACDiaGroupNode.interfaceClient representation of a selection behavior at an object node.interfaceinterfaceClient representation of a postcondition.interfaceClient representation of a precondition.interfaceAbstract node that represents all text nodes in anACDia.interfaceClient representation of a value specification text.interfaceClient representation of a variable.interfaceSpecialization ofACDiaGroupNode. -
Uses of ADClientAble in de.mid.innovator.srv2api.icw2bc
Subinterfaces of ADClientAble in de.mid.innovator.srv2api.icw2bcModifier and TypeInterfaceDescriptioninterfaceThis is a utility class for BCBaseElement that provides static methods for creation or other purposes.interfaceThis is a utility class for BCBaseNamedStereotypeAble that provides static methods for creation or other purposes.interfaceinterfaceinterfaceinterfaceinterfaceinterfaceThis is a utility class for BCRelshipBinDir that provides static methods for creation or other purposes.interfaceThis is a utility class for BCRootReuseAbleElement that provides static methods for creation or other purposes.interfaceA term relevant for the business description. -
Uses of ADClientAble in de.mid.innovator.srv2api.icw2be
Subinterfaces of ADClientAble in de.mid.innovator.srv2api.icw2beModifier and TypeInterfaceDescriptioninterfaceA transition trigger associated with AnyReceiveEvent specifies that the transition is to be triggered by the receipt of any message that is not explicitly referenced in another transition from the same vertex.interfaceBehavior is a specification of how its context classifier changes state over time.interfaceA call event represents the reception of a request to invoke a specific operation.interfaceA change event occurs when a Boolean-valued expression becomes true, for example, as a result of a change in the value held in a slot corresponding to an attribute.interfaceAn event is the specification of some occurrence that may potentially trigger effects by an object.interfaceA message event specifies the receipt by an object of either a call or a signal.interfaceThe semantics of the behavior is determined by the implementation.interfaceA signal event represents the receipt of an asynchronous signal.interfaceA time event specifies a point in time by an expression.interfaceA trigger specifies an event that may cause the execution by the execution of an action, but need not be. -
Uses of ADClientAble in de.mid.innovator.srv2api.icw2bp
Subinterfaces of ADClientAble in de.mid.innovator.srv2api.icw2bpModifier and TypeInterfaceDescriptioninterfaceThis is a utility class for BPActivityNode that provides static methods for creation or other purposes.interfaceThe activity resource specifies the business entity or role or system to perform or work on the activity.interfaceBPMN provides modelers with the capability of showing additional information about a Process that is not directly related to the Sequence Flow or Message Flow of the Process.interfaceNote that directional Associations were used in BPMN 1.2 to show how Data Objects were inputs or outputs to Activities.interfaceThis is a utility class for BPCallAble that provides static methods for creation or other purposes.interfaceThis is a utility class for BPCallAbleProcessElement that provides static methods for creation or other purposes.interfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceThe end points element may be extended with endpoint reference definitions introduced in other specifications (e.g., WS-Addressing).interfaceinterfaceAnBPEscalationidentifies a business situation that a process might need to react to.interfaceinterfaceinterfaceinterfaceThis is a utility class for BPFlowElement that provides static methods for creation or other purposes.interfaceThis is a utility class for BPFlowElementContainer that provides static methods for creation or other purposes.interfaceThis is a utility class for BPFlowProcessContainer that provides static methods for creation or other purposes.interfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceThis is a utility class for BPInputOutputSpecifyAble that provides static methods for creation or other purposes.interfaceinterfaceThis is a utility class for BPInteractionSpecification that provides static methods for creation or other purposes.interfaceAn interface defines a set of operations that are implemented by services.interfaceThis is a utility class for BPItemAwareElement that provides static methods for creation or other purposes.interfaceThe Business Object defines an object important for the definition of business processes or concepts.interfaceinterfaceLanes are used to organize and categorize activities within a Pool.interfaceinterfaceinterfaceinterfaceThis is a utility class for BPLoopCharx that provides static methods for creation or other purposes.interfaceThis is a utility class for BPMappingAssociation that provides static methods for creation or other purposes.interfaceinterfaceinterfaceinterfaceinterfaceOn message modification try to set the message on the source and target node of the message flow as well as on message flow itself.interfaceThis is a utility class for BPMessageReferencingElement that provides static methods for creation or other purposes.interfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceA path in a process.interfaceThis is a utility class for BPPathAble that provides static methods for creation or other purposes.interfaceThis is a utility class for BPPathContextAble that provides static methods for creation or other purposes.interfaceinterfaceinterfaceinterfaceThis is a utility class for BPResourceRole that provides static methods for creation or other purposes.interfaceThis is a utility class for BPResourceRoleAble that provides static methods for creation or other purposes.interfaceinterfaceThis is a utility class for BPSequenceFlowNode that provides static methods for creation or other purposes.interfaceSignal to trigger e.g a signal event.interfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceFields in de.mid.innovator.srv2api.icw2bp declared as ADClientAbleModifier and TypeFieldDescriptionARG_BPDefinitionDiaPreference.diaCurrente.g.ARG_BPDiaNewDefinition.diaCurrentE.g.ARG_BPItemDefinitionCreateForStructureElement.elemForProfileAndOwnerAn element which serves as an anchor to determine the valid profiles and the owners of the new elements iff they must be createdARG_BPFlowElementToCreateByTemplate.ohSelview node or overview diagram node or diagram selected.ARG_BPFlowElementToCreateByVOcl.ohSelview node or overview diagram node or diagram selected.ARG_BPLaneToCreateByTemplate.ohSelview node or overview diagram node or diagram selected.ARG_BPDataIOAssocStructureElement.partOfStructureA structure itself or a part of it to create a new view from.ARG_BPItemDefinitionCreateForStructureElement.partOfStructureA structure itself or a part of it to create a new view from.Methods in de.mid.innovator.srv2api.icw2bp with type parameters of type ADClientAbleModifier and TypeMethodDescription<T extends ADClientAble>
List<T> BPPath.getPresentationOfPathAbleInMasterView(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) Returns all presentation elements in the defining presentation which belong to the path elements.<T extends ADClientAble>
List<T> BPPath.getPresentationOfPathAbleInMasterView(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getPresentationOfPathAbleInMasterView and filters its return values according to the given stereotype value.<T extends ADClientAble>
List<T> BPPath.getPresentationOfPathAbleInStandardView(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) <T extends ADClientAble>
List<T> BPPath.getPresentationOfPathAbleInStandardView(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getPresentationOfPathAbleInStandardView and filters its return values according to the given stereotype value.<T extends ADClientAble>
List<T> BPProcess.getProcessContentForTable(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) Returns all the content elements of thisBPProcessvisible as table.<T extends ADClientAble>
List<T> BPProcess.getProcessContentForTable(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getProcessContentForTable and filters its return values according to the given stereotype value.Methods in de.mid.innovator.srv2api.icw2bp that return ADClientAbleModifier and TypeMethodDescriptionBPDataIOAssociation.assignDerivedStructure(ADClientAble partOfStructure) For the structure parts passed as the argument action is taken according to the model setting how to handle derived structures at IO associations.BPProcess.createProcessDefinitionDiagram(ADClientAble diaCurrent) Creates a new definition diagram for the process.BPPathAble.getPresentationInMasterView()The presentation element in the master view node.BPPathAble.getPresentationInStandardView()The presentation element in the standard view node, which must be visible, complete and correct.Methods in de.mid.innovator.srv2api.icw2bp with parameters of type ADClientAbleModifier and TypeMethodDescriptionBPDataIOAssociation.assignDerivedStructure(ADClientAble partOfStructure) For the structure parts passed as the argument action is taken according to the model setting how to handle derived structures at IO associations.BPDataIOAssociation.assignObjectWithDataModelStructure(ADClientAble partOfStructure) For the structure parts passed as the argument a structure definition is created if there doesn't exist one already.BPDataIOAssociation.assignViewWithObject(ADClientAble partOfStructure) For the structure parts passed as the argument a structure definition is created if there doesn't exist one already.static ARG_BPProcessCreatedBPProcessHelper.createForFlowElementCreate(SrvContext srvCtx, BPSequenceFlowNode ohFlowNode, ADClientAble ohSel, Point position) Creates a process as container of a sequence flow node, e.g.static ARG_BPProcessCreatedBPProcessHelper.createForFlowElementCreateByVOcl(SrvContext srvCtx, Class<? extends ELObject> kVOclFlowElement, ADClientAble ohSel, Point position) Creates a process as container of a sequence flow node, e.g.static ARG_BPProcessCreatedBPProcessHelper.createForLaneCreate(SrvContext srvCtx, BPLane ohLane, ADClientAble ohSel, Point position) BPProcess.createProcessDefinitionDiagram(ADClientAble diaCurrent) Creates a new definition diagram for the process.static BPItemDefinitionBPItemDefinitionHelper.determineItemDefinitionForStructureElement(SrvContext srvCtx, ADClientAble partOfStructure, ADClientAble elemForProfileAndOwner, MMStereotype stereoItemDefinition, MEHierarchyAble ownerItemDefinition, MMStereotype stereoStructureDefinition, MEHierarchyAble ownerStructureDefinition) For the structure parts passed as the argument action is taken to derive a structure and to create or determine an item definition linked to the structure.Constructors in de.mid.innovator.srv2api.icw2bp with parameters of type ADClientAbleModifierConstructorDescriptionARG_BPDataIOAssocStructureElement(ADClientAble partOfStructure) ARG_BPDefinitionDiaPreference(ADClientAble diaCurrent) ARG_BPDiaNewDefinition(BPPathContextAble elementToDefine, ADClientAble diaCurrent, K_ORIENTATION orientation, boolean dontAddDefinition, boolean dontMoveMaster) ARG_BPFlowElementToCreateByTemplate(BPSequenceFlowNode ohFlowNode, ADClientAble ohSel, Point position) ARG_BPFlowElementToCreateByVOcl(Class<? extends ELObject> kVOclFlowElement, ADClientAble ohSel, Point position) ARG_BPItemDefinitionCreateForStructureElement(ADClientAble partOfStructure, ADClientAble elemForProfileAndOwner, MMStereotype stereoItemDefinition, MEHierarchyAble ownerItemDefinition, MMStereotype stereoStructureDefinition, MEHierarchyAble ownerStructureDefinition) ARG_BPLaneToCreateByTemplate(BPLane ohLane, ADClientAble ohSel, Point position) -
Uses of ADClientAble in de.mid.innovator.srv2api.icw2bpdia
Subinterfaces of ADClientAble in de.mid.innovator.srv2api.icw2bpdiaModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceThe node representing an item definition which in this context is seen as a data object.interfaceinterfaceinterfaceThis is a utility class for BPDiaFlowEdge that provides static methods for creation or other purposes.interfaceThis is a utility class for BPDiaFlowNode that provides static methods for creation or other purposes.interfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceThis is a utility class for BPDiaMessageFlowNode that provides static methods for creation or other purposes.interfaceinterfaceinterfaceinterfaceinterfaceThis is a utility class for BPDiaSequenceFlowNode that provides static methods for creation or other purposes.interfaceinterfaceinterfaceinterfaceThis is a utility class for BPDiaViewNode that provides static methods for creation or other purposes.Methods in de.mid.innovator.srv2api.icw2bpdia with parameters of type ADClientAbleModifier and TypeMethodDescriptionstatic BPDiaBPDiaHelper.createDefinition(SrvContext srvCtx, BPPathContextAble elementToDefine, ADClientAble diaCurrent, K_ORIENTATION orientation, boolean dontAddDefinition, boolean dontMoveMaster) Creates a new definition diagram for the process or collaboration.Method parameters in de.mid.innovator.srv2api.icw2bpdia with type arguments of type ADClientAble -
Uses of ADClientAble in de.mid.innovator.srv2api.icw2br
Subinterfaces of ADClientAble in de.mid.innovator.srv2api.icw2brModifier and TypeInterfaceDescriptioninterfaceinterfaceThis is a utility class for BRCostCenterAble that provides static methods for creation or other purposes.interfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceAn actor specifies a role played by a user or any other system that interacts with the subject.interfaceinterfaceinterfaceThis is a utility class for BRResourceNonHierRel that provides static methods for creation or other purposes.interfaceThis is a utility class for BRResourceRel that provides static methods for creation or other purposes.interfaceinterface -
Uses of ADClientAble in de.mid.innovator.srv2api.icw2brdia
Subinterfaces of ADClientAble in de.mid.innovator.srv2api.icw2brdiaModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceThis is a utility class for BRDiaResourceEdge that provides static methods for creation or other purposes.interfaceinterfaceinterfaceinterfaceMethod parameters in de.mid.innovator.srv2api.icw2brdia with type arguments of type ADClientAble -
Uses of ADClientAble in de.mid.innovator.srv2api.icw2bs
Subinterfaces of ADClientAble in de.mid.innovator.srv2api.icw2bsModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceThis is a utility class for BSPseudoState that provides static methods for creation or other purposes.interfaceinterfaceThis is a utility class for BSState that provides static methods for creation or other purposes.interfaceinterfaceThis is a utility class for BSVertex that provides static methods for creation or other purposes. -
Uses of ADClientAble in de.mid.innovator.srv2api.icw2bsdia
Subinterfaces of ADClientAble in de.mid.innovator.srv2api.icw2bsdiaModifier and TypeInterfaceDescriptioninterfaceinterfaceThis is a utility class for BSDiaNode that provides static methods for creation or other purposes.interfaceinterfaceinterfaceinterfaceinterfaceThis is a utility class for BSDiaVertexNode that provides static methods for creation or other purposes.Method parameters in de.mid.innovator.srv2api.icw2bsdia with type arguments of type ADClientAbleModifier and TypeMethodDescriptionBSDia.addDiaNodes(Class<? extends ELObject> kVOclModel, Class<? extends ELObject> kVOclPres, List<? extends ADClientAble> adds, Point position, Point size, Point offset) Adds elements as nodes to this state diagram. -
Uses of ADClientAble in de.mid.innovator.srv2api.icw2class
Subinterfaces of ADClientAble in de.mid.innovator.srv2api.icw2classModifier and TypeInterfaceDescriptioninterfaceAn actor specifies a role played by a user or any other system that interacts with the subject.interfaceAn artifact is the specification of a physical piece of information that is used or produced by a software development process or by deployment and operation of a system.interfaceA model element that has both association and class properties.interfaceAn association describes a set of tuples whose values refer to typed instances.interfaceA behavioral feature is a feature of a classifier that specifies an aspect of the behavior of its instances.interfaceA classifier can have behavior specifications defined in its namespace.interfaceThe purpose of a class is to specify a classification of objects and to specify the features that characterize the structure and behavior of those objects.interfaceA classifier is a classification of instances - it describes a set of instances that have features in common.interfaceA classifier template parameter exposes a classifier as a formal template parameter.interfaceA collaboration describes a structure of collaborating elements (roles), each performing a specialized function, which collectively accomplish some desired functionality.interfaceA collaboration use represents the application of the pattern described by a collaboration to a specific situation involving specific classes or instances playing the roles of the collaboration.interfaceA communication path is an association between two deployment targets which they are able to exchange signals and messages through.interfaceA component represents a modular part of a system that encapsulates its contents and whose manifestation is replaceable within its environment.interfaceThe component realization concept is specialized in the components package to (optionally) define the classifiers that realize the contract offered by a component in terms of its provided and required interfaces.interfaceA ConnectAbleElement is an abstract metaclass representing a set of instances that plays the role of a classifier.interfaceSpecifies a link that enables communication between two or more instances.interfaceA connector end is an endpoint of a connector which attaches the connector to a connectable element.interfaceA data type is a type whose instances are only identified by their value.interfaceThe declaration of this element.interfaceThis is a utility class for CLDeclarationAbleClassifier that provides static methods for creation or other purposes.interfaceA deployed artifact is an artifact or artifact instance that has been deployed to a deployment target.interfaceA deployment is the allocation of an artifact or artifact instance to a deployment target.interfaceA deployment specification specifies a set of properties that determine execution parameters of a component artifact that is deployed on a node.interfaceA deployment target is the location for a deployed artifact.interfaceA device is a physical computational resource with processing capability which artifacts may be deployed for execution on.interfaceThis is a utility class for CLEncapsulatedClassifier that provides static methods for creation or other purposes.interfaceAn enumeration is a data type whose values are enumerated in the model as enumeration literals.interfaceAn enumeration literal is a user-defined data value for an enumeration.interfaceAn execution environment is a node that offers an execution environment for specific types of components that are deployed on it in the form of executable artifacts.interfaceinterfaceAn extension point identifies a point in the behavior of a use case where that behavior can be extended by the behavior of some other (extending) use case, as specified by an extend relationship.interfaceA feature declares a behavioral or structural characteristic of instances of classifiers.interfaceA generalization relates a specific classifier to a more general classifier and is owned by the specific classifier.interfaceinterfaceAn instance specification is a model element that represents an instance in a modeled system.interfaceThis is a utility class for CLInstSpec that provides static methods for creation or other purposes.interfaceAn interface is a kind of classifier that represents a declaration of a set of coherent public features and obligations.interfaceAn interface realization is a specialized realization relationship between a classifier and an interface.interfaceA manifestation is the concrete physical rendering of one or more model elements by an artifact.interfaceA node is a computational resource which artifacts may be deployed for execution on.interfaceAn operation is a behavioral feature of a classifier that specifies the name, type, parameters and constraints for invoking an associated behavior.interfaceA parameter is a specification of an argument used to pass information into or out of an invocation of a behavioral feature.interfaceThis is a utility class for CLParameterAble that provides static methods for creation or other purposes.interfaceA parameter set is an element that provides alternative sets of inputs or outputs that a behavior may use.
If a behavior has input parameters that are in a parameter set, any inputs that are not in a parameter set must be streaming.interfaceA port is a property of a classifier that specifies a distinct interaction point between that classifier and its environment or between the (behavior of the) classifier and its internal parts.interfaceA primitive type defines a predefined data type, without any relevant substructure (it has no parts).interfaceA property is a structural feature.interfaceA reception is a declaration stating that a classifier is prepared to react to the receipt of a signal.interfaceinterfaceA signal is a specification of send request instances communicated between objects.interfaceA slot specifies that an entity modeled by an instance specification has a value or values for a specific structural feature.interfaceThis is a utility class for CLStructuredClassifier that provides static methods for creation or other purposes.interfaceinterfaceThis is a utility class for CLStructureElement that provides static methods for creation or other purposes.interfaceinterfaceinterfaceA substitution is a relationship between two classifiers and signifies that the substituting classifier complies with the contract specified by the contract classifier.interfaceinterfaceA template parameter exposes a parameter able element as as formal template parameter of a template.interfaceinterfaceA template parameter substitution relates the actual parameter to a formal template parameter as a part of a template.interfaceA use case is the specification of a set of actions performed by a system.interfaceThis is a utility class for CLValueRangeAble that provides static methods for creation or other purposes.Fields in de.mid.innovator.srv2api.icw2class declared as ADClientAbleModifier and TypeFieldDescriptionARG_AssociateClassifier.ohDiaDiagram of the call (optional)ARG_AssociateProperty.ohDiaDiagram of the call (optional)Fields in de.mid.innovator.srv2api.icw2class with type parameters of type ADClientAbleMethods in de.mid.innovator.srv2api.icw2class with parameters of type ADClientAbleModifier and TypeMethodDescriptionstatic List<CLAssociation> CLClassifierHelper.associateClassifier(SrvContext srvCtx, ADClientAble ohDia, List<? extends CLClassifier> seqCL, boolean makeOneWay) Creates navigable associations from properties of the specified classifiers.CLProperty.associateProperty(ADClientAble ohDia, CLProperty ohProp, boolean makeOneWay) Creates a navigable association from this property.booleanCLStructureDefinition.isExactViewOfSingleStructurePart(ADClientAble refObj) Returns True of the structure definition can be seen as a complete reproduction of the structure element passed.Method parameters in de.mid.innovator.srv2api.icw2class with type arguments of type ADClientAbleModifier and TypeMethodDescriptionstatic List<ARG_CheckInOutDlgInitOclReq> CLArtifactHelper.getFileOpen(SrvContext srvCtx, List<? extends ADClientAble> seqSel) Returns information needed to execute the open command on artifacts.Constructors in de.mid.innovator.srv2api.icw2class with parameters of type ADClientAbleModifierConstructorDescriptionARG_AssociateClassifier(ADClientAble ohDia, List<CLClassifier> seqCL, boolean makeOneWay) ARG_AssociateProperty(ADClientAble ohDia, CLProperty ohProp, boolean makeOneWay) Constructor parameters in de.mid.innovator.srv2api.icw2class with type arguments of type ADClientAble -
Uses of ADClientAble in de.mid.innovator.srv2api.icw2cldia
Subinterfaces of ADClientAble in de.mid.innovator.srv2api.icw2cldiaModifier and TypeInterfaceDescriptioninterfaceThe following nodes and edges are typically drawn in a class diagram: Association Aggregation Class Composition Dependency Generalization Interface InterfaceRealization RealizationinterfaceThe following nodes and edges are typically drawn in a component diagram: Component Interface ComponentRealization, InterfaceRealization, Usage Dependencies Class Artifact PortinterfaceA composite structure diagram depicts the internal structure of a classifier, as well as the use of a collaboration in a collaboration use.interfaceinterfaceThis is a utility class for CLDia that provides static methods for creation or other purposes.interfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceThis is a utility class for CLDiaCompartmentAbleNode that provides static methods for creation or other purposes.interfaceinterfaceinterfaceinterfaceinterfaceThis is a utility class for CLDiaElemNode that provides static methods for creation or other purposes.interfaceinterfaceinterfaceThis is a utility class for CLDiaHierCompNode that provides static methods for creation or other purposes.interfaceinterfaceinterfaceThis is a utility class for CLDiaHierNode that provides static methods for creation or other purposes.interfaceinterfaceinterfaceinterfaceinterfaceinterfaceThis is a utility class for CLDiaHierStructNode that provides static methods for creation or other purposes.interfaceinterfaceinterfaceinterfaceThis is a utility class for CLDiaMergeAbleEdge that provides static methods for creation or other purposes.interfaceThis is a utility class for CLDiaMergeAbleNode that provides static methods for creation or other purposes.interfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceThis is a utility class for CLHierarchyAbleDia that provides static methods for creation or other purposes.interfaceinterfaceinterfaceUse case diagrams are a specialization of classifier diagrams; the classifiers shown are restricted to being either actors or use cases.Fields in de.mid.innovator.srv2api.icw2cldia with type parameters of type ADClientAbleModifier and TypeFieldDescriptionARG_AddRelationshipList.seqNodeList of selected nodesARG_AddAssociationList.seqSelList of selected nodes and elementsARG_AddCompartmentList.seqSellist of selected nodes and elementsARG_AddOwnershipList.seqSelList of selected nodes and elementsARG_AddPartEdgeList.seqSelList of selected partsARG_AddRelationshipList.seqSelList of selected elementsMethod parameters in de.mid.innovator.srv2api.icw2cldia with type arguments of type ADClientAbleModifier and TypeMethodDescriptionCLDia.addAssociationDlg(List<? extends ADClientAble> seqSel, boolean isDirParent, boolean addNode) Adds associations as edges or nodes to this diagram.voidCLDia.addCompartmentDlg(MM2CLCompartment ohComp, K_COMPARTMENT kComp, List<? extends ADClientAble> seqSel) Adds elements as compartments of the selected nodes in this diagram.CLDia.addDiaNodes(Class<? extends ELObject> kVOclModel, Class<? extends ELObject> kVOclPres, List<? extends ADClientAble> adds, Point position, Point size, Point offset) Adds elements as nodes to this diagram.CLDiaHierCompNode.addHierCompNode(Class<? extends ELObject> kVOclModel, Class<? extends ELObject> kVOclPres, List<? extends ADClientAble> adds, Point position, Point size, Point offset) CLDia.addOwnershipDlg(List<? extends ADClientAble> seqSel, boolean isDirParent, boolean addNode) Adds ownership edges to this diagram.CLDiaCollaborationNode.addPartEdge(List<? extends ADClientAble> seqSel, boolean addNode) CLDia.addRelationshipDlg(MM2Class ohClass, List<? extends ADClientAble> seqNode, List<? extends ADClientAble> seqSel, boolean isDirParent, boolean addNode) Adds relationships as edges to this diagram.Constructor parameters in de.mid.innovator.srv2api.icw2cldia with type arguments of type ADClientAbleModifierConstructorDescriptionARG_AddAssociationList(List<ADClientAble> seqSel, boolean isDirParent, boolean addNode) ARG_AddCompartmentList(MM2CLCompartment ohComp, K_COMPARTMENT kComp, List<ADClientAble> seqSel) ARG_AddOwnershipList(List<ADClientAble> seqSel, boolean isDirParent, boolean addNode) ARG_AddPartEdgeList(List<ADClientAble> seqSel, boolean addNode) ARG_AddRelationshipList(MM2Class ohClass, List<ADClientAble> seqNode, List<ADClientAble> seqSel, boolean isDirParent, boolean addNode) -
Uses of ADClientAble in de.mid.innovator.srv2api.icw2db
Subinterfaces of ADClientAble in de.mid.innovator.srv2api.icw2dbModifier and TypeInterfaceDescriptioninterfaceThis is a utility class for DBAuthorization that provides static methods for creation or other purposes.interfaceThis is a utility class for DBAuthorizationIdentifier that provides static methods for creation or other purposes.interfaceinterfaceThis is a utility class for DBColumn that provides static methods for creation or other purposes.interfaceinterfaceADBConnectionholds all data needed to connect a real Database System.interfaceinterfaceinterfaceinterfaceinterfaceThe merge methods ofDBTableare creating aDBMergedTableto keep information which was the assimilated table.interfaceThe merge methods ofDBTableare creating aDBMergedTableto keep information which was the assimilated table.interfaceADBPackageis both aMEPackagefor organizing elements in a tree and aDBSQLObjectfor modeling privileges or relationships to other SQL objects.interfaceinterfaceinterfaceinterfaceinterfaceADBSiblingConstraintin the DB model is the counterpart to aERGeneralizationSetin the ER model.interfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceADBViewSubselectFromof aDBViewpoints to anDBColumnSetto use its columns in subselects wihtin expressions. -
Uses of ADClientAble in de.mid.innovator.srv2api.icw2dbdia
Subinterfaces of ADClientAble in de.mid.innovator.srv2api.icw2dbdiaModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterface -
Uses of ADClientAble in de.mid.innovator.srv2api.icw2dg
Subinterfaces of ADClientAble in de.mid.innovator.srv2api.icw2dgModifier and TypeInterfaceDescriptioninterfaceAn additional structuring chapter in the documentation structure.interfaceA DGAttachmentChapter is a specialization of a documentation standard chapter.interfaceRepresents a chapter in a documentation.interfaceRepresents a documentation command.interfaceContains the index information for a documentation selection.interfaceThe root of a documentation structure.interfaceRepresents the footer of a documentation's section.interfaceRepresents the header of a documentation's section.interfaceRepresents a usage of a documentation template in a documentation structure.interfaceDGPictures are specializations of documentation standard chapters.interfaceRepresents the root of a documentation.interfaceA documentation selection links a documentation structure to layout information such as title page, header information, footer information and documentation configuration.interfaceRepresents a chapter in the documentation containing information about a model element.interfaceReresents a column in a Documentation table.interfaceThe properties of a table in the documentation.interfaceA template of documentation standard chapters for common usage in documentation structures.interfaceRepresents the title page of a documentation.interfaceRepresents a usage of a model browser template in a model browser tree.interfaceRepresents the root of the innovator model browser's detail view window's root.interfaceA template of documentation standard chapters for common usage in model browsers.interfaceA chapter in the documentation containing verification information about a model element.interfaceDGViewChapters are specializations of documentation standard chapters structuring information about one or more model elements of a specific type. -
Uses of ADClientAble in de.mid.innovator.srv2api.icw2dm
Subinterfaces of ADClientAble in de.mid.innovator.srv2api.icw2dmModifier and TypeInterfaceDescriptioninterfaceThe classDMBindingis used to model, in anDMInvocationelement, the binding of the called function's formal parameters to values.interfaceADMChildExpressionis used to hold anDMExpressioninside a node.interfaceADMConditionalis a visual way to express an if statement.interfaceADMContextis composed of any number of context entries, which are instances ofDMContextEntry.interfaceThe classDMContextEntryis used to model FEEL context entries when a context is modeled as aDMContextelement.interfaceThe classDMDecisionRuleis used to model the rules in aDMDecisionTable.interfaceThe classDMDecisionTableis used to model a decision table.interfaceAn important characteristic of decisions and business knowledge models, is that they may contain an expression that describes the logic by which a modeled decision shall be made, or pieces of that logic.interfaceADMFilteris a visual way to express list filtering.interfaceTheDMFunctionDefinitionthat is contained in aDRBusinessKnowledgeModelelement is the reusable module of decision logic that is represented by theDRBusinessKnowledgeModelelement.interfaceinterfaceThe classDMInformationItemis used to model variables at the decision logic level in decision models.interfaceThe classDMInputClauseis used to model aDMDecisionTableinput.interfaceThe classDMInvocationis used to model invocations as a kind ofDMExpression.interfaceAnDMIteratoris the abstract class for all boxed iteration.interfaceADMListis simply a list of element, which are instances ofDMExpression.interfaceThe classDMLiteralExpressionis used to model a value expression whose value is specified by text in some specified expression language.interfaceDMNElementis the abstract superclass for the decision model elements.interfaceThe classDMOutputClauseis used to model aDMDecisionTableoutput.interfaceADMRelationis convenient shorthand for a list of similar contexts.interfaceThe classDMRuleAnnotationis used to model the annotations of aDMDecisionRule.interfaceThe classDMRuleAnnotationClauseis used to model aDMDecisionTableannotation.interfaceADMTypedChildExpressionis used to hold an expression inside anDMIterator.interfaceThis is a utility class for DMValueRangeRefAble that provides static methods for creation or other purposes.interfaceThe classDRAuthorityRequirementis used to model an authority requirement, as represented by an arrow drawn with dashed line and a filled circular head in a DRD byDRDiaRequirementEdge.interfaceThe classDRBusinessKnowledgeModelis used to model a business knowledge model.interfaceThe classDRDecisionis used to model a decision.interfaceThis is a utility class for DRDecisionAble that provides static methods for creation or other purposes.interfaceThis is a utility class for DRDecisionOutputAble that provides static methods for creation or other purposes.interfaceinterfaceDRGElementis the abstract superclass for all DMN elements that are graphical represented in aDRDecisionRequirementDia.interfaceThe classDRInformationRequirementis used to model an information requirement, as represented by a plain arrow in a DRD byDRDiaRequirementEdge.interfaceDMN uses the classDRInputDatato model the inputs of aDRDecisionwhose values are defined outside of the decision model.interfaceThis is a utility class for DRInvocable that provides static methods for creation or other purposes.interfaceThe classDRKnowledgeRequirementis used to model a knowledge requirement, as represented by a dashed arrow in a DRD byDRDiaRequirementEdge.interfaceThe classDRKnowledgeSourceis used to model authoritative knowledge sources in a decision model.interfaceDRRequirementis the abstract superclass for all requirements that are graphical represented in aDRDecisionRequirementDia.Fields in de.mid.innovator.srv2api.icw2dm declared as ADClientAbleModifier and TypeFieldDescriptionARG_DMNBoxedExpressionClient.ohPrintContextthe decision requirement print contextConstructors in de.mid.innovator.srv2api.icw2dm with parameters of type ADClientAbleModifierConstructorDescriptionARG_DMNBoxedExpressionClient(DMNElement ohElement, String strName, ARG_XDMNElementRep valElem, List<ARG_XDMNElementRep> seqElem, ADClientAble ohPrintContext) -
Uses of ADClientAble in de.mid.innovator.srv2api.icw2drdia
Subinterfaces of ADClientAble in de.mid.innovator.srv2api.icw2drdiaModifier and TypeInterfaceDescriptioninterfaceTheDRDecisionRequirementDiadisplays a Decision Requirement Graph.interfaceinterfaceinterfaceADRDiaDecisionNodeis the graphical representation of aDRDecision.interfaceinterfaceinterfaceinterfaceADRDiaInputDataNodeis the graphical representation of aDRInputData.interfaceADRDiaKnowledgeNodeis the graphical representation of aDRBusinessKnowledgeModel.interfaceADRDiaKnowledgeSourceNodeis the graphical representation of aDRKnowledgeSource.interfaceThis is a utility class for DRDiaNode that provides static methods for creation or other purposes.interfaceADRDiaRequirementEdgeis the graphical representation of aDRAuthorityRequirement,DRInformationRequirementorDRKnowledgeRequirement.interfaceinterface -
Uses of ADClientAble in de.mid.innovator.srv2api.icw2er
Subinterfaces of ADClientAble in de.mid.innovator.srv2api.icw2erModifier and TypeInterfaceDescriptioninterfaceIn anBI2Cube, the data is stored redundantly in segments of a multidimensional cube.interfaceABI2CubeDimensionis an axis of anBI2Cubeand refers to aBI2DimensionTreeto determine the semantics of the axis labeling.interfaceABI2CubeDimensionHierarchyindicates whichBI2Hierarchyis used for the axis labeling of theBI2CubeDimension.interfaceABI2DimensionAttributeis a property of aBI2DimensionLeveland is also used in all hierarchy levels that belong to this dimension level.interfaceABI2DimensionIdAttributeis a kind of aBI2DimensionAttributeused for item identification.interfaceABI2DimensionLeveldescribes the semantic of the unit for which the data is collected.interfaceABI2DimensionPrecedencebetween twoBI2DimensionLeveldimensional levels means that the upper level provides the aggregated data to the lower level.interfaceABI2DimensionIdAttributeis a kind of aBI2DimensionAttributeused for providing the data.interfaceABI2DimensionIdAttributeis a kind of aBI2DimensionAttributeused for sorting.interfaceABI2DimensionTreeis a quasi-hierarchy that describes the levels in which the data is aggregated.interfaceABI2Hierarchyis a path in aBI2DimensionTreethrough which the data is collected in aggregated form.interfaceABI2HierarchyLevelis the use of aBI2DimensionLevelin aBI2Hierarchyand thus indirectly the use of theERAttributeSetassigned to the dimension level.interfaceABI2MeasurementTimedefines the rule, at which point of time the data is determined.interfaceDeprecated: Use the BI2 classes for the 2nd generation procedure.interfaceDeprecated: Use the BI2 classes for the 2nd generation procedure.interfaceDeprecated: Use the BI2 classes for the 2nd generation procedure.interfaceDeprecated: Use the BI2 classes for the 2nd generation procedure.interfaceDeprecated: Use the BI2 classes for the 2nd generation procedure.interfaceAnERAttributeis a property of anEREntity.interfaceinterfaceAERCheckConstraintdescribes the value consistency of the attributes.interfaceAnEREntityas part of the Entity Relationship Model is specified by its attributes and its relationships to other entities.interfaceinterfaceAERGeneralizationis a special relationship between two entities.interfaceAERGeneralizationSetis a collection of generalization relationships to specify disjoint and covering instance sets of the specialization entities.interfaceinterfaceinterfaceinterfaceinterfaceAERViewto the Entity Relationship Model builds a table by joining and filtering the selected attributes.interfaceAnERViewAttributedescribes a column of anERView.interfaceAERViewFromof aERViewpoints to anERAttributeSetto use its attributes for viewing or filtering.interfaceAERViewSubselectFromof aERViewpoints to anERAttributeSetto use its attributes in subselects wihtin expressions.Methods in de.mid.innovator.srv2api.icw2er with type parameters of type ADClientAbleModifier and TypeMethodDescription<T extends ADClientAble>
List<T> EREntity.getSectionElements(Class<T> returnType, MMStereotype stereotype, MESection refObj, K_MESECTION kind, K_CONTROL_OPTION... behaviourFlags) The method calls getSectionElements and filters its return values according to the given stereotype value.<T extends ADClientAble>
List<T> EREntity.getSectionElements(Class<T> returnType, MESection refObj, K_MESECTION kind, K_CONTROL_OPTION... behaviourFlags) -
Uses of ADClientAble in de.mid.innovator.srv2api.icw2erdia
Subinterfaces of ADClientAble in de.mid.innovator.srv2api.icw2erdiaModifier and TypeInterfaceDescriptioninterfaceThis is a utility class for ERDia that provides static methods for creation or other purposes.interfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterface -
Uses of ADClientAble in de.mid.innovator.srv2api.icw2gc
Subinterfaces of ADClientAble in de.mid.innovator.srv2api.icw2gcModifier and TypeInterfaceDescriptioninterfaceA concept is a generic modeling construct which may be realized by different model elements.interfaceinterfaceThe realization of a concept by another model element.interfaceAGCJunctionis used to connect concept connections of the same type.interface -
Uses of ADClientAble in de.mid.innovator.srv2api.icw2gcdia
Subinterfaces of ADClientAble in de.mid.innovator.srv2api.icw2gcdiaModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceinterfaceinterfaceAGCDiaLayerNodeis not visible in concept diagrams.interfaceinterfaceMethod parameters in de.mid.innovator.srv2api.icw2gcdia with type arguments of type ADClientAbleModifier and TypeMethodDescriptionGCDia.addDiaNodes(Class<? extends ELObject> kVOclModel, Class<? extends ELObject> kVOclPres, List<? extends ADClientAble> adds, Point position, Point size, Point offset) GCDia.addDiaNodesOnly(Class<? extends ELObject> kVOclModel, Class<? extends ELObject> kVOclPres, List<? extends ADClientAble> adds, Point position, Point size, Point offset) -
Uses of ADClientAble in de.mid.innovator.srv2api.icw2ia
Subinterfaces of ADClientAble in de.mid.innovator.srv2api.icw2iaModifier and TypeInterfaceDescriptioninterfaceActionExecutionSpecification is a kind of ExecutionSpecification that represents the execution of an action.interfaceThe interactionOperator 'alt' designates that the CombinedFragment represents a choice of behavior.interfaceThe interactionOperator 'assert' designates that the CombinedFragment represents an assertion.interfaceBehaviorExecutionSpecification is a kind of ExecutionSpecification that represents the execution of a behavior.interfaceThe interactionOperator 'break' designates that the CombinedFragment represents a breaking scenario in the sense that the operand is a scenario that is performed instead of the remainder of the enclosing InteractionFragment.interfaceThe message is generated by a call to an operation.interfaceA combined fragment defines an expression of interaction fragments.interfaceThe interactionOperator 'consider' designates which messages should be considered within this combined fragment.interfaceAn InteractionConstraint is a Boolean expression that guards an operand in a CombinedFragment.interfaceA Continuation is a syntactic way to define continuations of different branches of an Alternative CombinedFragment.interfaceThe message that designates the creation of another lifeline object.interfaceThe interactionOperator 'critical' designates that the CombinedFragment represents a critical region.interfaceThe message that designates the termination of another lifeline.interfaceinterfaceAn ExecutionSpecification is a specification of the execution of a unit of behavior or action within the lifeline.interfaceInteractionFragment is an abstract notion of the most general interaction unit.interfaceA gate is a connection point for relating a message outside an InteractionFragment with a message inside an InteractionFragment.interfaceThe interacionOperator 'ignore' designates that there are some message types that are not shown within this combined fragment.interfaceAn interaction is a unit of behavior that focuses on the observable exchange of information between ConnectAbleElements.interfaceA lifeline represents an individual participant in the iteraction.interfaceThe interactionOperator 'loop' designates that the CombinedFragment represents a loop.interfaceinterfaceA message is a NamedElement that defines one specific kind of communication in an interaction.interfaceA MessageEnd is an abstract NamedElement that represents what can occur at the end of a message.interfaceSpecifies the occurrence of message events, such as sending and receiving of signals or invoking or receiving of operation calls.interfaceThe interactionOperator 'neg' designates that the CombinedFragment represents traces that are defined to be invalid.interfaceAn OccurrenceSpecification is the basic semantic unit of interactions.interfaceAn InteractionOperand is contained in a CombinedFragment.interfaceThe interactionOperator 'opt' designates that the CombinedFragment represents a choice of behavior where either the (sole) operand happens or nothing happens.interfaceA GeneralOrdering represents a binary relation between two OccurrenceSpecifications to describe that one OccurrenceSpecification must occur before the other in a valid trace.interfaceThe interactionOperator 'par' designates that the CombinedFragment represents a parallel merge between the behaviors of the operands.interfaceThe message is a reply message to an operation call.interfaceThe interactionOperator 'seq' designates that the CombinedFragment represents a weak sequencing between the behaviors of the operands.interfaceThe message was generated by the asynchronous sending of a signal.interfaceA StateInvariant is a runtime constraint on the participants of the interaction.interfaceThe interactionOperator 'strict' designates that the CombinedFragment represents a strict sequencing between the behaviors of the operands.interfaceAn InteractionUse refers to an interaction.Methods in de.mid.innovator.srv2api.icw2ia with parameters of type ADClientAbleModifier and TypeMethodDescriptionvoidIAMessage.reconnect(ADClientAble ohNew, K_SIDE side, Point pos) Reconnects thisIAMessage. -
Uses of ADClientAble in de.mid.innovator.srv2api.icw2im
Subinterfaces of ADClientAble in de.mid.innovator.srv2api.icw2imModifier and TypeInterfaceDescriptioninterfaceAssociation between two classifiers.interfaceClassifier within an Information Management Model.interfaceThis abstract type combines the behavior ofIMSemanticDataTypeandCLDataType.interfaceThis is a utility class for IMConstraint that provides static methods for creation or other purposes.interfaceinterfaceThis is a utility class for IMDataType that provides static methods for creation or other purposes.interfaceA type which describes the concrete storage characteristic within a type system.interfaceThis is a utility class for IMFeature that provides static methods for creation or other purposes.interfaceThis is a utility class for IMForeignKeyAble that provides static methods for creation or other purposes.interfaceThis is a utility class for IMGeneralization that provides static methods for creation or other purposes.interfaceThis is a utility class for IMGeneralizationSet that provides static methods for creation or other purposes.interfaceThis is a utility class for IMIndex that provides static methods for creation or other purposes.interfaceThis is a utility class for IMIndexedFeature that provides static methods for creation or other purposes.interfaceThis is a utility class for IMKey that provides static methods for creation or other purposes.interfaceThis is a utility class for IMKeyFeature that provides static methods for creation or other purposes.interfaceThis is a utility class for IMKeyRelationship that provides static methods for creation or other purposes.interfaceinterfaceThis is a utility class for IMProcedure that provides static methods for creation or other purposes.interfaceThis is a utility class for IMProcedureExpression that provides static methods for creation or other purposes.interfaceThis is a utility class for IMProcedureExpressionAble that provides static methods for creation or other purposes.interfaceThis is a utility class for IMProperty that provides static methods for creation or other purposes.interfaceA type which describes the semantic of its stored value.interfaceSubclass ofIMSemanticDataTypewith automatic unique value.interfaceThis is a utility class for IMStructuralFeature that provides static methods for creation or other purposes.interfaceThis is a utility class for IMTrigger that provides static methods for creation or other purposes.interfaceThis is a utility class for IMUniqueKey that provides static methods for creation or other purposes.interfaceinterfaceThis is a utility class for IMViewFrom that provides static methods for creation or other purposes.interfaceThis is a utility class for IMViewSubselectFrom that provides static methods for creation or other purposes.Methods in de.mid.innovator.srv2api.icw2im that return ADClientAbleModifier and TypeMethodDescriptionIMProperty.getDerivedTypingTSOrDTType()Gets theIMDataTypeDefinitionwhich types thisDBTableColumn.Methods in de.mid.innovator.srv2api.icw2im with parameters of type ADClientAbleModifier and TypeMethodDescriptionvoidIMProperty.setDerivedTypingTSOrDTType(ADClientAble value) Set the value of View DerivedTypingTSOrDTType. -
Uses of ADClientAble in de.mid.innovator.srv2api.icw2imdia
Subinterfaces of ADClientAble in de.mid.innovator.srv2api.icw2imdiaModifier and TypeInterfaceDescriptioninterfaceinterfaceAssociation node in anIMDiaif the association is represented by three grafical elements, one node and two edges for their association ends.interfaceClassifier node in anIMDia.interfaceEdge in anIMDiabetween anIMDiaCnstrNodeand the constrained element.interfaceConstraint Node in anIMDia.interfaceCompartement entry in aIMDiaCompartmentNode.interfaceCompartement in aIMDiaClassifierNode.interfaceEdge in anIMDia.interfaceNode of aIMGeneralizationSetin anIMDia.interfaceThis is a utility class for IMDiaHierNode that provides static methods for creation or other purposes.Fields in de.mid.innovator.srv2api.icw2imdia with type parameters of type ADClientAbleMethod parameters in de.mid.innovator.srv2api.icw2imdia with type arguments of type ADClientAbleModifier and TypeMethodDescriptionIMDia.addEdgeDlg(List<? extends ADClientAble> seqSel, Class<? extends ELObject> kVOclPres, boolean isDirParent, boolean addNode) Add generalizations or relationships as edges to this diagram.IMDiaHierNode.addHierNode(Class<? extends ELObject> kVOclModel, Class<? extends ELObject> kVOclPres, List<? extends ADClientAble> adds, Point position, Point size, Point offset) Constructor parameters in de.mid.innovator.srv2api.icw2imdia with type arguments of type ADClientAbleModifierConstructorDescriptionARG_IMAddEdgeList(List<ADClientAble> seqSel, Class<? extends ELObject> kVOclPres, boolean isDirParent, boolean addNode) -
Uses of ADClientAble in de.mid.innovator.srv2api.icw2meta
Subinterfaces of ADClientAble in de.mid.innovator.srv2api.icw2metaModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceThe currently active change set of the assigned users.interfaceinterfaceRepresents a common model user which is used for connecting to a model.interfaceRepresents a common model.interfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceElement which may be referenced.interfaceA synchronized element represents a conceptual element that occurs in different method contexts through synchronized stereotypes.interfaceThis is a utility class for ADTranslationAble that provides static methods for creation or other purposes.interfaceinterfaceRoles are used for access and execution right.interfaceRepresents an InoX model.interfaceinterfaceinterfaceinterfaceThis is a utility class for MM2Classification that provides static methods for creation or other purposes.interfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceThis is a utility class for MM2Type that provides static methods for creation or other purposes.interfaceinterfaceinterfaceinterfaceThis is a utility class for MM2TypedElement that provides static methods for creation or other purposes.interfaceThis is a utility class for MM2TypedProperty that provides static methods for creation or other purposes.interfaceThis is a utility class for MM2TypedTSOption that provides static methods for creation or other purposes.interfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceThis is a utility class for MMFCValue that provides static methods for creation or other purposes.interfaceinterfaceinterfaceinterfaceinterfaceinterfaceThis is a utility class for MMFormatAble that provides static methods for creation or other purposes.interfaceinterfaceRepresents a label definition.interfaceinterfaceThis is a utility class for MMMenuAble that provides static methods for creation or other purposes.interfaceinterfaceThis is a utility class for MMMenuItemAble that provides static methods for creation or other purposes.interfaceThis is a utility class for MMMetaCommentAble that provides static methods for creation or other purposes.interfaceAbstract meta class of elements contained in profiles.interfaceinterfaceA profile is a kind of package that extends a reference metamodel.interfaceinterfaceinterfaceAn execution right is owned my a profile.interfaceA stereotype defines how an existing metaclass may be extended and enables the use of platform-specific or domain-specific terminology or notation in place of, or in addition to, the ones used for the extended metaclass.interfaceBuilding block to create an element.interfaceinterfaceThis is a utility class for MMStereotypeFileAble that provides static methods for creation or other purposes.interfaceinterfaceThis is a utility class for MMStereotypeRelatedElement that provides static methods for creation or other purposes.interfaceinterfaceinterfaceinterfaceA synchronized property is valid for all stereotypes of itsMMSyncSet.
It is a property of the conceptual element that is the same in every method context.interfaceA synchronized stereotype is the use of a stereotype in aMMSyncSet.interfaceinterfaceA synchronization set defines the set of stereotypes that synchronize properties with each other.
This allows the same conceptual element to be used in different methods.interfaceA synchronization property is a property that keeps the values in redundant properties of their stereotypes synchronized.interfaceRepresents a text definition.interfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceFields in de.mid.innovator.srv2api.icw2meta declared as ADClientAbleModifier and TypeFieldDescriptionARG_NameAbleSelectDlgNode.ohARG_CreateAnnotation.ohContextthe diagram of the selected elements or a parent annotationARG_MenuAbleTime.ohDiadiagram of this menu able elementARG_ElemPropList.ohElemelement with propertiesARG_TabElement.ohElemthis elementARG_TabType.ohElemtarget element - optional argumentARG_VAttrStringValue.ohElemoptional model element for the modificationARG_VerifyManagerElement.ohElemthe verified elementARG_XBrowserNodeRep.ohElemthe element of this nodeARG_Reconnect.ohNewARG_EvaluateRelationshipTemplateOut.ohRelcreated relationshipARG_EvaluateRelationshipTemplateWithRequirement.ohRelReqrequirement for the relationshipARG_TabRow.ohRowrow entryARG_EvaluateRelationshipTemplate.ohSrcelement or container on source sideARG_EvaluateRelationshipTemplateOut.ohSrcelement on source sideARG_EvaluateRelationshipTemplateWithRequirement.ohSrcelement or container on source sideARG_EvaluateRelationshipTemplateWithRequirement.ohSrcReqrequirement on source sideARG_TreeArgNameAbleSelectDlgNode.ohTreePosposition in tree if seqOhInit is emptyARG_EvaluateRelationshipTemplate.ohTrgelement or container on target sideARG_EvaluateRelationshipTemplateOut.ohTrgelement on target sideARG_EvaluateRelationshipTemplateWithRequirement.ohTrgelement or container on target sideARG_EvaluateRelationshipTemplateWithRequirement.ohTrgReqrequirement on target sideARG_TabCell.ohValuevalue element - optional argumentFields in de.mid.innovator.srv2api.icw2meta with type parameters of type ADClientAbleModifier and TypeFieldDescriptionARG_AddNodes.addsList of the elements to be addedARG_TreeArgNameAbleSelectDlgNode.seqAllItemsholds all items if 'tree' and 'list' is emptyARG_VisibleDiagram.seqDialist of diagrams or behaviorsARG_CreateAnnotation.seqElemlist of elements connected to this annotationARG_DuplicateStereotypeWithAttachmentDlg.seqElemlist of all attachments of the stereotype which have to be duplicatedARG_GetPropertyTranslationsIn.seqElemlist of selected elementsARG_ModifyChangeableFontDlg.seqElemlist of elementsARG_MoveStereotypeWithAttachmentDlgCmdIn.seqElemlist of all attachments of the stereotypes which have to be movedARG_TabCreate.seqElemlist of elementsARG_TabElementListIn.seqElemlist of elements (ignore invalid)ARG_XBrowserOut.seqElementlist of elements which exceed the maximum number of nodesARG_TreeArgNameAbleSelectDlgNode.seqOhInitelement in tree to be displayed when openedARG_MMExecuteItem.seqReqList of additional requirementsARG_AsTreeIn.seqSelelements displayed as tree (ignore invalid)ARG_GetProfileTranslationDlgInit.seqSelselected elements which are translatedARG_LockRecursiveIn.seqSellist of elements for recursive lock/unlock commandARG_MMExecuteItem.seqSelList of selected elementsARG_MMVerifyElementList.seqSelList of selected elements (ignore invalid)ARG_MMVerifyMessageList.seqSelList of selected elements (ignore invalid)ARG_SetProfileTranslationDlg.seqSelselected elements which are translatedARG_SetToDefaultByM2TypedElementOclCmd.seqSelList of selected elementsARG_VerifyManagerListIn.seqSellist of selected elements (ignore invalid)ARG_XBrowserNodeRep.seqSyncElemsynced elements of this node or emptyARG_XM2TypedElementProperties.seqSyncElemsynced elements for this property or emptyARG_ReplaceUsedStereotypeDlgCmd.seqUselist of all usages of the stereotype which have to be replacedARG_ModifyByM2AttrOhValueListOut.seqValuelist of value elementsARG_TabCell.seqValuelist of valuesARG_TabCellModify.seqValuelist of valuesMethods in de.mid.innovator.srv2api.icw2meta with type parameters of type ADClientAbleModifier and TypeMethodDescription<T extends ADClientAble>
List<T> ADAnnotation.getAnnotatedElement(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All elements which are annotated by this annotation.<T extends ADClientAble>
List<T> ADModel.getBI2DimensionCycleElements(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) Finds all model elements (classesBI2DimensionLevelandBI2DimensionPrecedence) which are part of an illegal hierarchy cycle.<T extends ADClientAble>
List<T> ADModel.getBI2DimensionCycleElements(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getBI2DimensionCycleElements and filters its return values according to the given stereotype value.<T extends ADClientAble>
List<T> ADModel.getDBCycleElements(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) Finds all DB model elements (classesDBTableandDBForeignKey) which are part of an existence prerequisite cycle.<T extends ADClientAble>
List<T> ADModel.getDBCycleElements(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getDBCycleElements and filters its return values according to the given stereotype value.<T extends ADClientAble>
List<T> ADModel.getERCycleElements(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) Finds all ER model elements (classesEREntity,ERRelationshipandERGeneralization) which are part of an existence prerequisite cycle.<T extends ADClientAble>
List<T> ADModel.getERCycleElements(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getERCycleElements and filters its return values according to the given stereotype value.<T extends ADClientAble>
List<T> ADClientAble.getLogic(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All logical elements which are available in any client for the current object.<T extends ADClientAble>
List<T> ADClientAble.getLogic(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getLogic and filters its return values according to the given stereotype value.static <T extends ADClientAble>
List<T> ADClientAbleHelper.getReferences(Class<T> returnType, SrvContext srvCtx, List<? extends ELElement> seqSel, ARG_IRefRestriction valRestrictOut, List<ARG_IRefViewSpecification> seqViewSpec) Internal request used by de.mid.innovator.ref.ReferencesCollector.<T extends ADClientAble>
List<T> ADLogin.getUndoRedoDeletedElements(Class<T> returnType, boolean item) Returns a list of all elements which will be deleted by the following undo or redo command.<T extends ADClientAble>
List<T> MMVerify.getVerifyElementList(Class<T> returnType, List<? extends ADClientAble> seqSel) Evaluate this verify for the specified elements.Methods in de.mid.innovator.srv2api.icw2meta that return ADClientAbleModifier and TypeMethodDescriptionMMMenuItem.evaluateTemplate(List<? extends ADClientAble> seqSel, List<? extends ADClientAble> seqReq, Point position, Point size, Point offset) Evaluates the create template of this menu item.Methods in de.mid.innovator.srv2api.icw2meta that return types with arguments of type ADClientAbleModifier and TypeMethodDescriptionMMMenuItem.evaluateAdd(List<? extends ADClientAble> seqSel, List<? extends ADClientAble> seqReq, Point position, Point size, Point offset) Adds elements as nodes to the diagram where this menu item is executed.ADM2AttrModifyAble.tabCreateTemplate(MMCreateTemplate ohTmpl, Class<? extends ELObject> kVOcl, K_VATTR kVAttr, List<? extends ADClientAble> seqElem) Create a new element with the specified create template.Methods in de.mid.innovator.srv2api.icw2meta with parameters of type ADClientAbleModifier and TypeMethodDescriptionstatic ADAnnotationADAnnotationHelper.createAnnotation(SrvContext srvCtx, ADClientAble ohContext, String strText, List<? extends ADClientAble> seqElem) Creates a new annotation.MMCreateTemplate.evaluateRelationshipTemplate(ADClientAble ohSrc, ADClientAble ohTrg, MMCreateTemplate ohTmpl, K_SIDE kSide, Point ptPos, Class<? extends ELObject> kVOclNode, Class<? extends ELObject> kVOclEdge) Creates a relationship from the current object between the specified source and target element.MMCreateTemplate.evaluateRelationshipTemplateWithRequirement(ADClientAble ohSrc, ADClientAble ohSrcReq, ADClientAble ohTrg, ADClientAble ohTrgReq, MMCreateTemplate ohTmpl, ADClientAble ohRelReq, K_SIDE kSide, Point ptPos, Class<? extends ELObject> kVOclNode, Class<? extends ELObject> kVOclEdge) Creates a relationship from the current object between the specified source and target element.MM2Classification.getAllowedMetaClassByAttribute(Class<T> returnType, ADClientAble refObj, K_VATTR kind, K_CONTROL_OPTION... behaviourFlags) Calculates all meta classes which are valid for the specified argument kind.MM2Classification.getAllowedStereotypeByAttribute(ADClientAble refObj, K_VATTR kind) Calculates all stereotypes which are valid for the specified argument kind.MMStereotypeProperty.getBitmapOfValue(ADClientAble refObj) The bitmap specified for the value of this property for the element.MMStereotype.getCreateTemplateOfValidProfiles(ADClientAble refObj) ADM2AttrModifyAble.getTabCreateTemplate(Class<? extends ELObject> kVOcl, boolean isExact, K_VATTR kVAttr, String strType, String strAttr, ADClientAble ohElem, boolean hasVAttrSecond, boolean wantColor, String strColorLabel, boolean wantText) Returns a list of create templates.ADM2AttrModifyAble.getTabRelshipList(Class<? extends ELObject> kVOcl, boolean isExact, K_VATTR kVAttr, String strType, String strAttr, ADClientAble ohElem, boolean hasVAttrSecond, boolean wantColor, String strColorLabel, boolean wantText) Returns a list of binary relationships with properties.ADM2AttrModifyAble.getTabRowList(Class<? extends ELObject> kVOcl, boolean isExact, K_VATTR kVAttr, String strType, String strAttr, ADClientAble ohElem, boolean hasVAttrSecond, boolean wantColor, String strColorLabel, boolean wantText) Returns a list of rows with properties.booleanADExecuteAble.hasExecution(ADClientAble refObj) Returns true if the current login has execution rights for the current object.Method parameters in de.mid.innovator.srv2api.icw2meta with type arguments of type ADClientAbleModifier and TypeMethodDescriptionstatic ADAnnotationADAnnotationHelper.createAnnotation(SrvContext srvCtx, ADClientAble ohContext, String strText, List<? extends ADClientAble> seqElem) Creates a new annotation.MMStereotype.duplicateStereotypeWithAttachmentDlg(boolean duplicateAll, List<? extends ADClientAble> seqElem) Duplicates this stereotype with all or the specified attachments of this stereotype.MMMenuItem.evaluateAdd(List<? extends ADClientAble> seqSel, List<? extends ADClientAble> seqReq, Point position, Point size, Point offset) Adds elements as nodes to the diagram where this menu item is executed.MMMenuItem.evaluateTemplate(List<? extends ADClientAble> seqSel, List<? extends ADClientAble> seqReq, Point position, Point size, Point offset) Evaluates the create template of this menu item.ADM2AttrModifyAbleHelper.getAsTree(SrvContext srvCtx, List<? extends ADClientAble> seqSel, String pattern, boolean ignoreCase, boolean lockOption, boolean addReferences) Transforms the provided elements in a tree representation.ADConfigTranslationHelper.getConfigTranslationDlgInit(SrvContext srvCtx, List<? extends ADClientAble> seqSel, boolean isName) Fills the imported translation dialog.ADLogin.getLockRecursiveCheck(List<? extends ADClientAble> seqSel) Checks whether all selected elements may be locked recursively.MMProfileTranslationHelper.getProfileTranslationDlgInit(SrvContext srvCtx, List<? extends ADClientAble> seqSel, boolean isName) Fills the translation dialog.static ARG_GetPropertyTranslationsADTranslationAbleHelper.getPropertyTranslations(SrvContext srvCtx, List<? extends ADClientAble> seqElem, List<? extends MM2Locale> seqLang) Calculates all properties for the selected elements and all existing translations.static List<ARG_TabElement> ADM2AttrModifyAbleHelper.getTabElementList(SrvContext srvCtx, List<? extends ADClientAble> seqElem, boolean wantColor, String strColorLabel, boolean wantText, List<? extends MM2TypedElement> seqPropHidden) Returns a list of all properties for the specified element list.<T extends ADClientAble>
List<T> MMVerify.getVerifyElementList(Class<T> returnType, List<? extends ADClientAble> seqSel) Evaluate this verify for the specified elements.MMVerify.getVerifyElementMessageList(List<? extends ADClientAble> seqSel) Evaluate this verify for the specified elements.MMVerify.getVerifyManagerList(List<? extends ADClientAble> seqSel, boolean isBrowser) Evaluate this verify for the specified elements.MMVerify.getVerifyMessageList(List<? extends ADClientAble> seqSel, boolean isBrowser, boolean onlyMsg, ELContainerAble ohContext) Evaluate this verify for the specified elements.voidADLogin.lockRecursive(List<? extends ADClientAble> seqSel) Locks all selected elements recursively.static voidMMTextHelper.modifyChangeableFontDlg(SrvContext srvCtx, List<? extends ADClientAble> seqElem, String strFont, boolean isChangeable) Modify the font and changeable flag for a list of text definitions or stereotypes.voidMMStereotype.replaceUsedStereotypeDlg(MMStereotype ohNewStereo, boolean replaceAll, List<? extends ADClientAble> seqUse) Replaces this stereotype with the specified stereotype within all or the specified usages of this stereotype.voidADAnnotation.setAnnotatedElement(List<? extends ADClientAble> values) Set the value of Foreign Key AnnotatedElement.static voidADConfigTranslationHelper.setConfigTranslationDlg(SrvContext srvCtx, List<? extends ADClientAble> seqSel, boolean isName, List<ARG_UpdateTranslation> seqTrans) Updates the imported translation of property values for the specified elements.static voidMMProfileTranslationHelper.setProfileTranslationDlg(SrvContext srvCtx, List<? extends ADClientAble> seqSel, boolean isName, List<ARG_UpdateTranslation> seqTrans) Updates the translation of property values for the specified elements.static voidADM2AttrModifyAbleHelper.setToDefaultByM2TypedElement(SrvContext srvCtx, List<? extends ADClientAble> seqSel, MM2TypedElement ohMM2TypedElement) Deletes the values for the property specified by parameter 'property' of the provided elements.voidADM2AttrModifyAble.tabCellModify(MM2TypedElement ohCell, String strValue, List<? extends ADClientAble> seqValue) Modifies the specified property of this element.ADM2AttrModifyAble.tabCreateTemplate(MMCreateTemplate ohTmpl, Class<? extends ELObject> kVOcl, K_VATTR kVAttr, List<? extends ADClientAble> seqElem) Create a new element with the specified create template.voidADLogin.unlockRecursive(List<? extends ADClientAble> seqSel) Unlocks all selected elements recursively.Constructors in de.mid.innovator.srv2api.icw2meta with parameters of type ADClientAbleModifierConstructorDescriptionARG_CreateAnnotation(ADClientAble ohContext, String strText, List<ADClientAble> seqElem) ARG_ElemPropList(ADClientAble ohElem, List<ARG_ElemProp> seqProp) ARG_EvaluateRelationshipTemplate(ADClientAble ohSrc, ADClientAble ohTrg, MMCreateTemplate ohTmpl, K_SIDE kSide, Point ptPos, Class<? extends ELObject> kVOclNode, Class<? extends ELObject> kVOclEdge) ARG_EvaluateRelationshipTemplateOut(ADClientAble ohSrc, ADClientAble ohTrg, ADClientAble ohRel) ARG_EvaluateRelationshipTemplateWithRequirement(ADClientAble ohSrc, ADClientAble ohSrcReq, ADClientAble ohTrg, ADClientAble ohTrgReq, MMCreateTemplate ohTmpl, ADClientAble ohRelReq, K_SIDE kSide, Point ptPos, Class<? extends ELObject> kVOclNode, Class<? extends ELObject> kVOclEdge) ARG_MenuAbleTime(MMMenuAble ohAble, ADClientAble ohDia, int lTime, String strName, int idPicture, String strAbleUUID, String strDiaUUID) ARG_NameAbleSelectDlgNode(ADClientAble oh, String name, String bitmap, boolean isSelectAble, boolean isReference, K_NAMEABLE_SELECT_DLG_NODE_LOCK nodeLock, String strComment, String strType, boolean hasAccess, boolean isTemplate, boolean isDiffLeaf) ARG_Reconnect(ADClientAble ohNew, K_SIDE side, Point pos) ARG_TabCell(MM2TypedElement ohCell, K_VATTR kVAttr, String strName, String strValue, ADClientAble ohValue, String strValueType, String strValueBitmap, K_TYPE kType, List<String> seqRange, String strInfo, boolean isNull, boolean isReadOnly, boolean hasSeparatorBehind, boolean ignoreCell, boolean isDefault, boolean isDefaultAble, boolean isMultiLineString, int iDecimalScale, boolean isMany, List<ADClientAble> seqValue, String strUUIDConcept, String strStereoConnect) ARG_TabElement(ADClientAble ohElem, String strName, String strNameNamespace, String strQualifiedNamespace, String strDisplayType, String strDisplayBitmap, String strInfoCreate, String strInfoModify, String strUUID, boolean hasAccess, K_LOCKSTATUS kLockStatus, List<ARG_TabCell> seqCell, List<ARG_TabColor> seqColor) ARG_TabRow(ADClientAble ohRow, String strElemType, String strElemBitmap, boolean hasAccess, K_LOCKSTATUS kLockStatus, List<ARG_TabCell> seqCell, List<ARG_TabColor> seqColor, ARG_TabRowList valSub) ARG_TabType(Class<? extends ELObject> kVOcl, boolean isExact, K_VATTR kVAttr, String strType, String strAttr, ADClientAble ohElem, boolean hasVAttrSecond, boolean wantColor, String strColorLabel, boolean wantText) ARG_TreeArgNameAbleSelectDlgNode(ADClientAble ohTreePos, List<ADClientAble> seqOhInit, boolean useSelType, InoClientTreeNode<ARG_NameAbleSelectDlgNode> tree, K_NAMEABLE_CREATE createImpl, K_NAMEABLE_SELECT_OPMODE opMode, List<ARG_PropVal> seqCbCreate, K_VATTR vattrSecond, List<ADClientAble> seqAllItems, boolean lockOption, List<ARG_NameAbleSelectDlgNode> list) ARG_VAttrStringValue(K_VATTR kVAttr, String strValue, boolean isMultiLineString, ADClientAble ohElem, boolean hasAccess, K_LOCKSTATUS kLockStatus) ARG_VerifyManagerElement(ADClientAble ohElem, String strName, String strType, String strPath, String strIcon, boolean hasAccess, K_LOCKSTATUS kLockStatus, List<ARG_VerifyManagerMessage> seqMsg) ARG_XBrowserNodeRep(ADClientAble ohElem, Class<? extends ELObject> kVOclElem, int idStereoElem, int idModel, ARG_XImageRep valImageRep, List<ARG_XColorKindRep> seqColorRep, List<ARG_XTextRep> seqText, ARG_XBrowserNodeRep valContainer, List<ARG_XBrowserNodeRep> seqContent, Date timeCreation, Date timeModification, Date timeCheckOut, boolean hasAccess, K_LOCKSTATUS kLockStatus, boolean isLeaf, boolean isMenuAble, boolean isProxyAbleObsolete, boolean isRenameAble, boolean isSortAble, boolean isTextAble, boolean isTransformAble, boolean isAdminPkg, boolean isArtifactOpenAble, boolean isReference, boolean isOwnerModifyAble, boolean isReadAble, boolean hasRoleAccess, boolean isMultipleCalled, boolean isService, boolean hasAttachment, int cntTextDefinition, int cntTextValue, String strUUIDElem, String strUUIDContainer, boolean isDuplicateAble, K_NOTIFY_SCHEDULE kSchedule, List<ADClientAble> seqSyncElem, boolean isNotActive) Constructor parameters in de.mid.innovator.srv2api.icw2meta with type arguments of type ADClientAbleModifierConstructorDescriptionARG_AddNodes(Class<? extends ELObject> kVOclModel, Class<? extends ELObject> kVOclPres, List<ADClientAble> adds, Point position, Point size, Point offset) ARG_AsTreeIn(List<ADClientAble> seqSel, String pattern, boolean ignoreCase, boolean lockOption, boolean addReferences) ARG_CreateAnnotation(ADClientAble ohContext, String strText, List<ADClientAble> seqElem) ARG_DuplicateStereotypeWithAttachmentDlg(boolean duplicateAll, List<ADClientAble> seqElem) ARG_GetProfileTranslationDlgInit(List<ADClientAble> seqSel, boolean isName) ARG_GetPropertyTranslationsIn(List<ADClientAble> seqElem, List<MM2Locale> seqLang) ARG_LockRecursiveIn(List<ADClientAble> seqSel) ARG_MMExecuteItem(List<ADClientAble> seqSel, List<ADClientAble> seqReq, Point position, Point size, Point offset) ARG_MMVerifyElementList(List<ADClientAble> seqSel) ARG_MMVerifyMessageList(List<ADClientAble> seqSel, boolean isBrowser, boolean onlyMsg, ELContainerAble ohContext) ARG_ModifyByM2AttrOhValueListOut(List<ADClientAble> seqValue, List<String> seqName, List<String> seqNamespace, List<String> seqIcon) ARG_ModifyChangeableFontDlg(List<ADClientAble> seqElem, String strFont, boolean isChangeable) ARG_ReplaceUsedStereotypeDlgCmd(MMStereotype ohNewStereo, boolean replaceAll, List<ADClientAble> seqUse) ARG_SetProfileTranslationDlg(List<ADClientAble> seqSel, boolean isName, List<ARG_UpdateTranslation> seqTrans) ARG_SetToDefaultByM2TypedElementOclCmd(List<ADClientAble> seqSel, MM2TypedElement ohMM2TypedElement) ARG_TabCellModify(MM2TypedElement ohCell, String strValue, List<ADClientAble> seqValue) ARG_TabCreate(MMCreateTemplate ohTmpl, Class<? extends ELObject> kVOcl, K_VATTR kVAttr, List<ADClientAble> seqElem) ARG_TabElementListIn(List<ADClientAble> seqElem, boolean wantColor, String strColorLabel, boolean wantText, List<MM2TypedElement> seqPropHidden) ARG_TreeArgNameAbleSelectDlgNode(ADClientAble ohTreePos, List<ADClientAble> seqOhInit, boolean useSelType, InoClientTreeNode<ARG_NameAbleSelectDlgNode> tree, K_NAMEABLE_CREATE createImpl, K_NAMEABLE_SELECT_OPMODE opMode, List<ARG_PropVal> seqCbCreate, K_VATTR vattrSecond, List<ADClientAble> seqAllItems, boolean lockOption, List<ARG_NameAbleSelectDlgNode> list) ARG_VerifyManagerListIn(List<ADClientAble> seqSel, boolean isBrowser) -
Uses of ADClientAble in de.mid.innovator.srv2api.icw2model
Subinterfaces of ADClientAble in de.mid.innovator.srv2api.icw2modelModifier and TypeInterfaceDescriptioninterfaceAn abstraction is a relationship that relates two elements or sets of elements that represent the same concept at different levels of abstraction or from different viewpoints.interfaceThis is a utility class for MEAssignAbleConstraint that provides static methods for creation or other purposes.interfaceinterfaceinterfaceA comment gives the ability to attach various remarks to elements.interfaceThese elements may be annotated by a comment.interfaceRepresents the assignment between the comment and the commented element.interfaceConfiguration management package.interfaceA constraint is a condition or restriction expressed in natural language text or in a machine readable language for the purpose of declaring some of the semantics of an element.interfaceThis is a utility class for MEConstraintAble that provides static methods for creation or other purposes.interfaceinterfaceinterfaceinterfaceA dependency is a relationship that signifies that a single or a set of model elements requires other model elements for their specification or implementation.interfaceA DurationConstraint defines a Constraint that refers to a DurationInterval.interfaceAn element import identifies an element in another package and allows the element to be referenced using its name without a qualifier.interfaceAbstract superclass for Metaclasses which may own PackageableElements, e.g.interfaceAn IntervalConstraint defines a constraint that refers to an interval.interfaceAbstract mapping configuration package.interfaceMapping configuration package forward direction.interfaceMapping configuration package reverse direction.interfaceMapping dependendcy is a subclass ofMEDependency.interfacePackage used for content below MappingPackageType.interfaceAbstract mapping package type defines the mapping type.interfaceImplementing mapping type with direction FORWARD.interfaceImplementing mapping type with direction REVERSE.interfaceA model captures a view of a physical system.interfaceAn element is a constituent of a model.interfaceThis is a utility class for MENamedElement that provides static methods for creation or other purposes.interfaceA namespace is a named element that can own other named elements.interfaceA named element represents elements that may have a name.interfaceA package is a namespace for its members and may contain other packages.interfaceA packageable element indicates a named element that may be owned directly by a package.interfaceA package import is a relationship that allows the use of unqualified names to refer to package members from other namespaces.interfaceAbstract Proxy Base ClassinterfaceSpecialized depencency for associating MEProxy and tangible elements.interfaceinterfaceinterfaceRealization is a specialized abstraction relationship between two sets of model elements, one representing a specification (the supplier) and the other represents an implementation of the latter (the client).interfaceThis is a utility class for MERefAbleAsResource that provides static methods for creation or other purposes.interfaceinterfaceinterfaceinterfaceThis is a utility class for MEStereotypeAble that provides static methods for creation or other purposes.interfaceAbstract Stub Package.interfaceStub package base package collecting all stub packages within a system model.interfaceStub package for external models.interfaceStub package for Innovator modelsinterfaceinterfaceSystem model management package containing MEConfigurationManagement and MEStubPackageBase packages.interfaceA TimeConstraint defines a Constraint that refers to a TimeInterval.interfaceA usage is a relationship which one element requires another element (or set of elements) for its full implementation or operation.interfaceinterfaceAn opaque expression is an uninterpreted textual statement that denotes a (possibly empty) set of values when evaluated in a context.Fields in de.mid.innovator.srv2api.icw2model with type parameters of type ADClientAbleModifier and TypeFieldDescriptionARG_SectionClientExpandIn.seqAddlist of elements for addingARG_SectionClientExpandIn.seqContainerlist of container elements already part of the section but containing elements for adding or removingARG_AssignSection.seqPartlist of elements to be assignedARG_SectionClientExpandIn.seqRemovelist of elements for removingARG_DependencySourceTargetListIn.seqSourcelist of selected elements on source side - maybe emptyARG_DependencySourceTargetListIn.seqTargetlist of selected elements on target side - maybe emptyMethods in de.mid.innovator.srv2api.icw2model with type parameters of type ADClientAbleModifier and TypeMethodDescription<T extends ADClientAble>
List<T> MESection.getSectionPart(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) Method parameters in de.mid.innovator.srv2api.icw2model with type arguments of type ADClientAbleModifier and TypeMethodDescriptionvoidMESection.assignSection(List<? extends ADClientAble> seqPart, boolean withHier) MESection.getClientExpand(List<? extends ADClientAble> seqAdd, List<? extends ADClientAble> seqRemove, List<? extends ADClientAble> seqContainer) Expands the targetMESectionfor client display.MEDependencyHelper.getDependencySourceTargetList(SrvContext srvCtx, Class<? extends ELObject> kVOclDependency, boolean isExactDependency, MMStereotype ohStereoDependency, Class<? extends ELObject> kVOclSource, boolean isExactSource, Class<? extends ELObject> kVOclTarget, boolean isExactTarget, boolean onlyExisting, List<? extends ADClientAble> seqSource, List<? extends ADClientAble> seqTarget) Returns a list of all dependencies of the specified meta class.Constructor parameters in de.mid.innovator.srv2api.icw2model with type arguments of type ADClientAbleModifierConstructorDescriptionARG_AssignSection(List<ADClientAble> seqPart, boolean withHier) ARG_DependencySourceTargetListIn(Class<? extends ELObject> kVOclDependency, boolean isExactDependency, MMStereotype ohStereoDependency, Class<? extends ELObject> kVOclSource, boolean isExactSource, Class<? extends ELObject> kVOclTarget, boolean isExactTarget, boolean onlyExisting, List<ADClientAble> seqSource, List<ADClientAble> seqTarget) ARG_SectionClientExpandIn(List<ADClientAble> seqAdd, List<ADClientAble> seqRemove, List<ADClientAble> seqContainer) -
Uses of ADClientAble in de.mid.innovator.srv2api.icw2pres
Subinterfaces of ADClientAble in de.mid.innovator.srv2api.icw2presModifier and TypeInterfaceDescriptioninterfaceinterfaceThis is a utility class for PRBDia that provides static methods for creation or other purposes.interfaceThis is a utility class for PRBDiaBENode that provides static methods for creation or other purposes.interfaceThis is a utility class for PRDia that provides static methods for creation or other purposes.interfaceinterfaceinterfaceinterfaceinterfaceThis is a utility class for PRDiaEdge that provides static methods for creation or other purposes.interfaceThe combination of aPRDiaSegNodeand aPRDiaSegEdge.interfaceinterfaceThis is a utility class for PRDiaNode that provides static methods for creation or other purposes.interfaceinterfaceinterfaceThe connector edge of an edge segment.interfaceThe connector node of an edge segment.interfaceinterfaceinterfaceinterfaceinterfaceThis is a utility class for PRPresContent that provides static methods for creation or other purposes.interfaceThis is a utility class for PRPresContext that provides static methods for creation or other purposes.interfaceThis is a utility class for PRPresElement that provides static methods for creation or other purposes.interfaceThis is a utility class for PRVersionAbleDia that provides static methods for creation or other purposes.Fields in de.mid.innovator.srv2api.icw2pres declared as ADClientAbleModifier and TypeFieldDescriptionARG_CreateFrameNode.ohContainerContainer (Diagram or Node)ARG_AddEdgeAndTargetNode.ohElemelement to be added as edgeARG_AddEdgeAndTargetNode.ohNodeselected nodeARG_AddEdgeAndTargetNodeList.ohNodeselected nodeARG_AddEdgesAndTargetNodes.ohNodeselected nodeFields in de.mid.innovator.srv2api.icw2pres with type parameters of type ADClientAbleModifier and TypeFieldDescriptionARG_AddEdgesAndTargetNodes.seqElemlist of elements to be added as edgeARG_GetAnalysisDiaProperties.seqEndList of end elementsARG_XPRAnalysisDiaRep.seqEndlist of end elementsARG_DiaDrop.seqSellist of dropped elementsARG_GetAnalysisDiaProperties.seqStartList of start elementsARG_XPRAnalysisDiaRep.seqStartlist of start elementsARG_XPresElementRep.seqSyncElemsynced elements of this model element or empty - NoHashMethods in de.mid.innovator.srv2api.icw2pres with type parameters of type ADClientAbleModifier and TypeMethodDescription<T extends ADClientAble>
List<T> PRAnalysisDia.getEndElement(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All end elements of thisPRAnalysisDia.<T extends ADClientAble>
List<T> PRAnalysisDia.getStartElement(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All start elements of thisPRAnalysisDia.<T extends ADClientAble>
List<T> PRPresContext.getXClientContentModelElementList(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) Calculates the displayed presentation contents of thisPRPresContextand returns the corresponding model elements.<T extends ADClientAble>
List<T> PRPresContext.getXClientContentModelElementList(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getXClientContentModelElementList and filters its return values according to the given stereotype value.Methods in de.mid.innovator.srv2api.icw2pres that return ADClientAbleModifier and TypeMethodDescriptionstatic ADClientAblePRDiaAttachmentNodeHelper.createAttachmentWithNode(SrvContext srvCtx, PRPresElement ohSel, ARG_File valFile, Point position) Attaches a file to the element represented by the presentation element.Methods in de.mid.innovator.srv2api.icw2pres with parameters of type ADClientAbleModifier and TypeMethodDescriptionPRDia.addEdgeAndTargetNode(ADClientAble ohNode, ADClientAble ohElem, Class<? extends ELObject> kVOclEdge, Point ptPos, boolean isSourceSide) PRDia.addEdgesAndTargetNodes(ADClientAble ohNode, List<? extends ADClientAble> seqElem, Class<? extends ELObject> kVOclEdge, Point ptPos, Point ptOffset, boolean isSourceSide) static PRDiaFrameNodePRDiaFrameNodeHelper.create(SrvContext srvCtx, ADClientAble ohContainer, Point ptPosition, Point ptSize) Creates a new frame node within the specified container.PRDia.getAddEdgeAndTargetNodeList(ADClientAble ohNode, Class<? extends ELObject> kVOclEdge) Calculates all model elements which may be added as edge of the specified type.PRPresContent.getModelContainer(ADClientAble refObj, Class<? extends ELObject> kind, Class<? extends ELObject> mode) The model container for a new model element of class argument kind if this Presentation Content is selected.Method parameters in de.mid.innovator.srv2api.icw2pres with type arguments of type ADClientAbleModifier and TypeMethodDescriptionPRDia.addEdgesAndTargetNodes(ADClientAble ohNode, List<? extends ADClientAble> seqElem, Class<? extends ELObject> kVOclEdge, Point ptPos, Point ptOffset, boolean isSourceSide) static List<PRPresContent> PRPresElementHelper.diaDrop(SrvContext srvCtx, List<? extends ADClientAble> seqSel, PRPresElement dropTarget, Point position, Point size, Point offset, Class<? extends ELObject> kVOclPres) Drop elements as presentation content to the specified drop target.voidPRAnalysisDia.setEndElement(List<? extends ADClientAble> values) Set the value of Foreign Key EndElement.voidPRAnalysisDia.setStartElement(List<? extends ADClientAble> values) Set the value of Foreign Key StartElement.Constructors in de.mid.innovator.srv2api.icw2pres with parameters of type ADClientAbleModifierConstructorDescriptionARG_AddEdgeAndTargetNode(ADClientAble ohNode, ADClientAble ohElem, Class<? extends ELObject> kVOclEdge, Point ptPos, boolean isSourceSide) ARG_AddEdgeAndTargetNodeList(ADClientAble ohNode, Class<? extends ELObject> kVOclEdge) ARG_AddEdgesAndTargetNodes(ADClientAble ohNode, List<ADClientAble> seqElem, Class<? extends ELObject> kVOclEdge, Point ptPos, Point ptOffset, boolean isSourceSide) ARG_CreateFrameNode(ADClientAble ohContainer, Point ptPosition, Point ptSize) Constructor parameters in de.mid.innovator.srv2api.icw2pres with type arguments of type ADClientAbleModifierConstructorDescriptionARG_AddEdgesAndTargetNodes(ADClientAble ohNode, List<ADClientAble> seqElem, Class<? extends ELObject> kVOclEdge, Point ptPos, Point ptOffset, boolean isSourceSide) ARG_DiaDrop(List<ADClientAble> seqSel, PRPresElement dropTarget, Point position, Point size, Point offset, Class<? extends ELObject> kVOclPres) ARG_GetAnalysisDiaProperties(String analysisValue, String configValue, boolean useApplicationConfiguration, K_GRAPH_DIRECTION graphDirection, int maxPathLength, boolean traceNodes, boolean isDirectionConsidered, boolean showAllEdges, boolean showShortestPathOnly, boolean isSmooth, ADApplicationConfiguration applConfContent, ADApplicationConfiguration applConfDisplay, String strApplConfContent, String strApplConfDisplay, String strContentConfig, String strDisplayConfig, List<ADClientAble> seqStart, List<ADClientAble> seqEnd) -
Uses of ADClientAble in de.mid.innovator.srv2api.icw2sm
Subinterfaces of ADClientAble in de.mid.innovator.srv2api.icw2smModifier and TypeInterfaceDescriptioninterfaceinterfaceDeepHistory represents the most recent active configuration of the composite state that directly contains this pseudostate - the state configuration that was active when the composite state was last exited.interfaceAn entry point pseudostate is an entry point of a state machine or composite state.interfaceAn exit point pseudostate is an exit point of a state machine or composite state.interfaceinterfaceAn initial pseudostate represents a default vertex that is the source for a single transition to the default state of a composite state.interfaceJoins vertices serve to merge several transitions emanating from source vertices in different orthogonal regions.interfaceJunction vertices are semantic-free vertices that are used to chain multiple transitions together.interfaceProtocol state machines can be redefined into more specific protocol state machines or into behavioral state machines.interfaceA protocol state machine is always defined in the context of a classifier.interfaceA pseudostate is an abstraction that encompasses different types of transient vertices in the state machine graph.interfaceA region is an orthogonal part of either a composite state or a state machine.interfaceinterfaceshallowHistory represents the most recent active substate of its containing state (but not the substates of that substate).interfaceA state model is a situation which an invariant condition (usually implicit) usually holds in.interfaceState machines can be used to express the behavior of part of a system.interfaceEntering a terminate pseudostate implies that the execution of this state machine by means of its context object is terminated.interfacekind=external implies that the transition, if triggered, will exit the composite (source) state.interfacekind=internal implies that the transition, if triggered, occurs without exiting or entering the source state.interfaceA transition is a directed relationship between a source vertex and a target vertex.interfaceA vertex is an abstraction of a node in a state machine graph.Methods in de.mid.innovator.srv2api.icw2sm with parameters of type ADClientAbleModifier and TypeMethodDescriptionSMTransExt.reconnect(ADClientAble ohNew, K_SIDE side, Point pos) Reconnects the selectedSMTransExton source or target side. -
Uses of ADClientAble in de.mid.innovator.srv2api.icw2smdia
Subinterfaces of ADClientAble in de.mid.innovator.srv2api.icw2smdiaModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceThis is a utility class for SMDiaTextNode that provides static methods for creation or other purposes.interfaceinterfaceinterfaceinterfaceThis is a utility class for SMDiaVertexNode that provides static methods for creation or other purposes.interface -
Uses of ADClientAble in de.mid.innovator.srv2api.icw2sqdia
Subinterfaces of ADClientAble in de.mid.innovator.srv2api.icw2sqdiaModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceThis is a utility class for SQDiaTextNode that provides static methods for creation or other purposes.