Uses of Enum Class
de.mid.innovator.srv2api.icw2elem.K_CONTROL_OPTION
Packages that use K_CONTROL_OPTION
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.
The documentation package deals with the model documentation configuration and
generation.
The purpose of DMN is to provide the constructs that are needed to model
decisions, so that organizational decision-making can be readily depicted in
diagrams, accurately defined by business analysts, and (optionally) automated.
The decision requirements level of a decision model in DMN consists of a
Decision Requirement Graph depicted in one or more Decision Requirement
Diagrams.
Describes the common behavior of all elements stored in a model server
repository even configuration elements in profiles and schema elements of the
meta model.
The ER package (specialization of the IM package) deals with the modeling
concepts for the Entity Relationship Model and, in particular, entities,
attributes and their relationships.
In addition it deals with the concepts of Online Analytical Processing (OLAP) to build a data warehouse for business intelligence (BI) matters.
In addition it deals with the concepts of Online Analytical Processing (OLAP) to build a data warehouse for business intelligence (BI) matters.
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.
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.
-
Uses of K_CONTROL_OPTION in de.mid.innovator.srv2api.icw2ac
Methods in de.mid.innovator.srv2api.icw2ac with parameters of type K_CONTROL_OPTIONModifier and TypeMethodDescription<T extends ANAcceptEvent>
List<T> ANBroadcastSignal.getAcceptedBy(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) Returns allANAcceptEventactions that are triggerd by the signal ofANBroadcastSignalactions.<T extends ANAcceptEvent>
List<T> ANBroadcastSignal.getAcceptedBy(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getAcceptedBy and filters its return values according to the given stereotype value.<T extends ANAcceptEvent>
List<T> ANSendObject.getAcceptedBy(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) Returns allANAcceptEventactions that are triggerd by the signal of the targetANInputPinof theANSendObject.<T extends ANAcceptEvent>
List<T> ANSendObject.getAcceptedBy(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getAcceptedBy and filters its return values according to the given stereotype value.<T extends ANAcceptEvent>
List<T> ANSendSignal.getAcceptedBy(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) Returns allANAcceptEventactions that are triggerd by the signal ofANSendSignalactions.<T extends ANAcceptEvent>
List<T> ANSendSignal.getAcceptedBy(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getAcceptedBy and filters its return values according to the given stereotype value.ANAcceptEvent.getAcceptedEvents(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) ANAcceptEvent.getAcceptedEvents(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getAcceptedEvents and filters its return values according to the given stereotype value.ACActivity.getAllPartitionsTransitiveDown(K_CONTROL_OPTION... behaviourFlags) All partitions contained directly or indirectly in the activity.ACActivity.getAllPartitionsTransitiveDown(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getAllPartitionsTransitiveDown and filters its return values according to the given stereotype value.<T extends ANInputPin>
List<T> ANInvocation.getArgument(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) Specification of an argument value that appears during execution.<T extends CLProperty>
List<T> ANLink.getAssociationEnd(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) Returns all association ends assigned to thisANAction.<T extends CLProperty>
List<T> ANLink.getAssociationEnd(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getAssociationEnd and filters its return values according to the given stereotype value.ACPartition.getBrothers(K_CONTROL_OPTION... behaviourFlags) All partitions within the same container and with the same presentation (horizontal or vertical or none), excluding the partition itself and regardless of the property if a partition is external.ACPartition.getBrothers(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getBrothers and filters its return values according to the given stereotype value.<T extends ACActivityNode>
List<T> ACActivity.getCallActivityNode(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All calls to activities inside of this activity.<T extends ACActivityNode>
List<T> ACActivity.getCallActivityNode(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getCallActivityNode and filters its return values according to the given stereotype value.<T extends ACActivityEdge>
List<T> ACActivityGroup.getContainedEdge(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All activity edges being assigned to this group.<T extends ACActivityEdge>
List<T> ACActivityGroup.getContainedEdge(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getContainedEdge and filters its return values according to the given stereotype value.<T extends ACActivityEdge>
List<T> ACActivityGroup.getContainedEdgeExplicit(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) <T extends ACActivityEdge>
List<T> ACActivityGroup.getContainedEdgeImplicit(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All activity edges being implicitly assigned to this group.<T extends ACActivityEdge>
List<T> ACActivityGroup.getContainedEdgeImplicit(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getContainedEdgeImplicit and filters its return values according to the given stereotype value.<T extends ACActivityNode>
List<T> ACActivityGroup.getContainedNode(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All activity nodes being assigned to this group.<T extends ACActivityNode>
List<T> ACActivityGroup.getContainedNode(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getContainedNode and filters its return values according to the given stereotype value.<T extends ACActivityNode>
List<T> ACActivityGroup.getContainedNodeExplicit(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) <T extends ACActivityNode>
List<T> ACActivityGroup.getContainedNodeImplicit(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) <T extends ACActivityNode>
List<T> ACActivityGroup.getContainedNodeImplicitExclusive(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) <T extends ACActivityNode>
List<T> ACActivityGroup.getContainedNodeImplicitExclusive(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getContainedNodeImplicitExclusive and filters its return values according to the given stereotype value.ANAction.getControlPin(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All pins with property 'isControl' set to true.ANAction.getControlPin(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getControlPin and filters its return values according to the given stereotype value.ANPin.getCorrespondingPin(Class<T> returnType, ANAction refObj, K_CONTASGN kind, int mode, K_CONTROL_OPTION... behaviourFlags) Searches for anANPinassigned toargument refObjthat corresponds to the source pin.ANPin.getCorrespondingPin(Class<T> returnType, MMStereotype stereotype, ANAction refObj, K_CONTASGN kind, int mode, K_CONTROL_OPTION... behaviourFlags) The method calls getCorrespondingPin and filters its return values according to the given stereotype value.<T extends ACActivityEdge>
List<T> ACActivity.getEdge(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) <T extends ANLinkEndData>
List<T> ANLink.getEndData(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) <T extends METriggerReferenceAble>
List<T> ANAcceptEvent.getEventAsTrigger(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) <T extends METriggerReferenceAble>
List<T> ANAcceptEvent.getEventAsTrigger(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getEventAsTrigger and filters its return values according to the given stereotype value.<T extends CLClassifier>
List<T> ACExceptionHandler.getExceptionType(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) The kind of instances that the handler catches.<T extends ACActivityGroup>
List<T> ACActivity.getGroup(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) ACExecutableNode.getHandler(K_CONTROL_OPTION... behaviourFlags) A set of exception handlers that are examined if an uncaught exception propagates to the outer level of the executable node.<T extends ACExecutableNode>
List<T> ACExecutableNode.getHandlerBody(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) A node that is executed if the handler satisfies an uncaught exception which propagated to the outer level of the A executable node.<T extends ACExecutableNode>
List<T> ACExecutableNode.getHandlerBody(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getHandlerBody and filters its return values according to the given stereotype value.ACActivity.getHorizontalPartitions(K_CONTROL_OPTION... behaviourFlags) All partitions to be displayed as a horizontal swimlane contained directly in the activity.ACActivity.getHorizontalPartitions(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getHorizontalPartitions and filters its return values according to the given stereotype value.<T extends ACActivityEdge>
List<T> ACActivityNode.getIncoming(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All edges heading into the node.<T extends ACActivityGroup>
List<T> ACActivityEdge.getInGroup(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All activity groups the edge is assigned to.<T extends ACActivityGroup>
List<T> ACActivityEdge.getInGroup(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getInGroup and filters its return values according to the given stereotype value.<T extends ACActivityGroup>
List<T> ACActivityNode.getInGroup(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All activity groups the node is assigned to.<T extends ACActivityGroup>
List<T> ACActivityNode.getInGroup(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getInGroup and filters its return values according to the given stereotype value.<T extends ACActivityGroup>
List<T> ACActivityEdge.getInGroupExplicit(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) <T extends ACActivityGroup>
List<T> ACActivityNode.getInGroupExplicit(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) <T extends ACActivityGroup>
List<T> ACActivityEdge.getInGroupImplicit(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All activity groups the edge is implicitly assigned to.<T extends ACActivityGroup>
List<T> ACActivityEdge.getInGroupImplicit(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getInGroupImplicit and filters its return values according to the given stereotype value.<T extends ACActivityGroup>
List<T> ACActivityNode.getInGroupImplicit(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) <T extends ANInputPin>
List<T> ANAction.getInput(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) The ordered set of input pins connected to the action.<T extends ANInputPin>
List<T> ANLink.getInputValue(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) Pins taking end objects and qualifier values as input.<T extends ANInputPin>
List<T> ANOpaque.getInputValue(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) ACObjectNode.getInState(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All current states of theACObjectNode.<T extends ACActivityEdge>
List<T> ACInterruptibleRegion.getInterruptingEdge(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) <T extends ACActivityEdge>
List<T> ACInterruptibleRegion.getInterruptingEdge(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getInterruptingEdge and filters its return values according to the given stereotype value.<T extends ACActivityNode>
List<T> ACActivity.getNode(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) ACActivity.getNodeActivity(K_CONTROL_OPTION... behaviourFlags) All activities called inside of this activity.ACActivity.getNodeActivity(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getNodeActivity and filters its return values according to the given stereotype value.ANAction.getObjectPin(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All pins with 'isControl' property set to false.ANAction.getObjectPin(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getObjectPin and filters its return values according to the given stereotype value.<T extends ACActivityEdge>
List<T> ACActivityNode.getOutgoing(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All edges heading out of the node.ANAction.getOutput(K_CONTROL_OPTION... behaviourFlags) The ordered set of output pins connected to the action.ANOpaque.getOutputValue(K_CONTROL_OPTION... behaviourFlags) ANLinkEndData.getQualifier(K_CONTROL_OPTION... behaviourFlags) List of qualifier values.<T extends ANInputPin>
List<T> ANReply.getReplyValue(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) A list of pins that contains the reply values of the operation.ANAcceptEvent.getResult(K_CONTROL_OPTION... behaviourFlags) Pins that hold the received event objects or their attributes.ANCall.getResult(K_CONTROL_OPTION... behaviourFlags) A list of output pins where the results of performing the invocation are placed.ACPartition.getSelfAndBrothers(K_CONTROL_OPTION... behaviourFlags) All partitions within the same container and with the same presentation (horizontal or vertical or none), including the partition itself and regardless of the property if a partition is external.ACPartition.getSelfAndBrothers(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getSelfAndBrothers and filters its return values according to the given stereotype value.ACPartition.getSelfAndNonExternalBrothers(K_CONTROL_OPTION... behaviourFlags) All non-external partitions within the same container and with the same presentation (horizontal or vertical or none), including the partition itself.ACPartition.getSelfAndNonExternalBrothers(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getSelfAndNonExternalBrothers and filters its return values according to the given stereotype value.ANAcceptEvent.getSentBy(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) Returns allANSendSignal/ANBroadcastSignal/ANSendObjectactions that send signals accepted by thisANAcceptEvent.ANAcceptEvent.getSentBy(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getSentBy and filters its return values according to the given stereotype value.ACActivity.getStructuredNodeInCycle(K_CONTROL_OPTION... behaviourFlags) All structured activity nodes of the activity which are assigned to another structured activity node and which lie in a circle of assignments.ACActivity.getStructuredNodeInCycle(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getStructuredNodeInCycle and filters its return values according to the given stereotype value.<T extends ANInputPin>
List<T> ACStructuredNode.getStructuredNodeInput(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All input pins for thisACStructuredNode.<T extends ACActivityGroup>
List<T> ACActivityGroup.getSubgroup(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) ACPartition.getSubPartition(K_CONTROL_OPTION... behaviourFlags) The partitions immediately contained by the partition.ANAcceptEvent.getTrigger(K_CONTROL_OPTION... behaviourFlags) ANValSpec.getValue(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) The value specification to be evaluated.ANValuePin.getValue(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) ACStructuredNode.getVariable(K_CONTROL_OPTION... behaviourFlags) Variables defined in the scope of the structured activity node.ACActivity.getVerticalPartitions(K_CONTROL_OPTION... behaviourFlags) All partitions to be displayed as a vertical swimlane contained directly in the activity.ACActivity.getVerticalPartitions(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getVerticalPartitions and filters its return values according to the given stereotype value. -
Uses of K_CONTROL_OPTION in de.mid.innovator.srv2api.icw2acdia
Methods in de.mid.innovator.srv2api.icw2acdia with parameters of type K_CONTROL_OPTIONModifier and TypeMethodDescriptionACDiaACNode.getOwnedActNode(K_CONTROL_OPTION... behaviourFlags) The activity nodes of the diagram.@SORTINGACDiaACNode.getOwnedControlNode(K_CONTROL_OPTION... behaviourFlags) The control nodes of the diagram.@SORTINGACDiaControlNode.getOwnedDecisionInput(K_CONTROL_OPTION... behaviourFlags) The decision behavior nodes of the control node.@SORTINGACDiaACNode.getOwnedException(K_CONTROL_OPTION... behaviourFlags) The exception handler edges of the activity frame node.@SORTINGACDiaACNode.getOwnedFlowEdge(K_CONTROL_OPTION... behaviourFlags) The flow edges of the diagram.@SORTING<T extends ACDiaGroupNode>
List<T> ACDiaACNode.getOwnedGroupNode(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) The group nodes of the diagram.<T extends ACDiaGroupNode>
List<T> ACDiaGroupNode.getOwnedGroupNode(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) The group nodes owned by the group node.ACDiaACNode.getOwnedObjNode(K_CONTROL_OPTION... behaviourFlags) The object nodes of the diagram.@SORTINGACDiaActNode.getOwnedPinNode(K_CONTROL_OPTION... behaviourFlags) The pin nodes of the action node.@SORTING<T extends ACDiaTextNode>
List<T> ACDiaACNode.getOwnedTextNode(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) -
Uses of K_CONTROL_OPTION in de.mid.innovator.srv2api.icw2bc
Methods in de.mid.innovator.srv2api.icw2bc with parameters of type K_CONTROL_OPTIONModifier and TypeMethodDescriptionBCPropertyAble.getAssignedPropertySet(K_CONTROL_OPTION... behaviourFlags) All property set assignments of theBCPropertyAble.BCPropertyAble.getOwnedAdHocProperty(K_CONTROL_OPTION... behaviourFlags) All properties defined for theBCPropertyAble.BCPropertySet.getOwnedProperty(K_CONTROL_OPTION... behaviourFlags) All properties defined for theBCPropertySet.BCPropertySetRefElem.getOwnedValueAssignment(K_CONTROL_OPTION... behaviourFlags) BCTerm.getRefinedTerm(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) Terms or concepts which refine the current term or concept. -
Uses of K_CONTROL_OPTION in de.mid.innovator.srv2api.icw2be
Methods in de.mid.innovator.srv2api.icw2be with parameters of type K_CONTROL_OPTIONModifier and TypeMethodDescription<T extends ANAcceptEvent>
List<T> BETrigger.getAcceptedByAction(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) ANAcceptEventthat accepts thisBETrigger.<T extends ACObjectNode>
List<T> BEBehavior.getObjectNodeWithSelection(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) <T extends ACObjectNode>
List<T> BEBehavior.getObjectNodeWithSelection(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getObjectNodeWithSelection and filters its return values according to the given stereotype value.BEBehavior.getOwnedParameter(K_CONTROL_OPTION... behaviourFlags) Specifies the parameters owned by this behavior. -
Uses of K_CONTROL_OPTION in de.mid.innovator.srv2api.icw2bp
Methods in de.mid.innovator.srv2api.icw2bp with parameters of type K_CONTROL_OPTIONModifier and TypeMethodDescription<T extends BPActivityNode>
List<T> BPFlowProcessContainer.getActivity(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All activities of theBPFlowProcessContainer.<T extends BPActivityNode>
List<T> BPLane.getActivityAffectedByResourceAssignment(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) <T extends BPActivityNode>
List<T> BPLane.getActivityAffectedByResourceAssignment(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getActivityAffectedByResourceAssignment and filters its return values according to the given stereotype value.<T extends BPActivityNode>
List<T> BPLane.getActivityInLane(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All activities being assigned to this lane.<T extends BPActivityNode>
List<T> BPLane.getActivityInLane(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getActivityInLane and filters its return values according to the given stereotype value.<T extends BPActivityNode>
List<T> BPLane.getActivityInLaneTransitiveDown(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) <T extends BPActivityNode>
List<T> BPLane.getActivityInLaneTransitiveDown(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getActivityInLaneTransitiveDown and filters its return values according to the given stereotype value.BPActivityNode.getActivityProperty(K_CONTROL_OPTION... behaviourFlags) All properties of theBPActivityNode.BPActivityNode.getActivityResourceAccountable(K_CONTROL_OPTION... behaviourFlags) All activity resources marked as accountable.BPActivityNode.getActivityResourceAccountable(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getActivityResourceAccountable and filters its return values according to the given stereotype value.BPActivityNode.getActivityResourceByRACIType(K_BP_ACTIVITYRESOURCE_RACI_TYPE kind, K_CONTROL_OPTION... behaviourFlags) All activity resources of the given RACI type.BPActivityNode.getActivityResourceByRACIType(MMStereotype stereotype, K_BP_ACTIVITYRESOURCE_RACI_TYPE kind, K_CONTROL_OPTION... behaviourFlags) The method calls getActivityResourceByRACIType and filters its return values according to the given stereotype value.BPActivityNode.getActivityResourceConsulted(K_CONTROL_OPTION... behaviourFlags) All activity resources marked to be consulted.BPActivityNode.getActivityResourceConsulted(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getActivityResourceConsulted and filters its return values according to the given stereotype value.BPActivityNode.getActivityResourceInformed(K_CONTROL_OPTION... behaviourFlags) All activity resources marked to be informed.BPActivityNode.getActivityResourceInformed(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getActivityResourceInformed and filters its return values according to the given stereotype value.BPActivityNode.getActivityResourceResponsible(K_CONTROL_OPTION... behaviourFlags) All activity resources marked as responsible.BPActivityNode.getActivityResourceResponsible(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getActivityResourceResponsible and filters its return values according to the given stereotype value.BPActivityNode.getActivityResourceSupportive(K_CONTROL_OPTION... behaviourFlags) All activity resources marked as supportive.BPActivityNode.getActivityResourceSupportive(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getActivityResourceSupportive and filters its return values according to the given stereotype value.BPActivityNode.getActivityResourceUnspecified(K_CONTROL_OPTION... behaviourFlags) All activity resources with an unspecified RACI type.BPActivityNode.getActivityResourceUnspecified(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getActivityResourceUnspecified and filters its return values according to the given stereotype value.<T extends BPCallAble>
List<T> BPInterface.getCallAbleElementRef(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) The callable element.BPLane.getChildLane(K_CONTROL_OPTION... behaviourFlags) All lanes contained in this lane with its lane set.<T extends BPDiaViewNode>
List<T> BPPath.getDiaViewNode(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All view nodes displaying this path.<T extends BPPathAble>
List<T> BPPath.getElementInPath(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) <T extends BPPathAble>
List<T> BPPath.getElementInPath(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getElementInPath and filters its return values according to the given stereotype value.<T extends BPEventDefinition>
List<T> BPError.getErrorEventDefinition(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) <T extends BPEventDefinition>
List<T> BPActivityNode.getEventDefinition(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) <T extends BPEventDefinition>
List<T> BPEscalation.getEventDefinition(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) The event definition which uses theBPEscalation.<T extends BPEventDefinition>
List<T> BPEventNode.getEventDefinition(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) The event definition defining the events being thrown or catched by this event node.<T extends BPEventDefinition>
List<T> BPOperation.getEventDefinition(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) The event definition which uses the operation.<T extends BPEventDefinition>
List<T> BPSignal.getEventDefinition(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) The event definition which uses theBPSignal.<T extends BPEventDefinition>
List<T> BPProcess.getEventDefinitionUsed(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All event definitions used at events which are part of this process, either direct parts of being nested in some sub process.<T extends BPEventDefinition>
List<T> BPProcess.getEventDefinitionUsed(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getEventDefinitionUsed and filters its return values according to the given stereotype value.BPEventNode.getEventProperty(K_CONTROL_OPTION... behaviourFlags) All properties of theBPEventNode.<T extends BPFlowElement>
List<T> BPGroupArtifact.getFlowElement(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) The elements being contained this group artifact.<T extends BPFlowElement>
List<T> BPLane.getFlowElement(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All flow elements inside theBPLane.<T extends BPFlowElement>
List<T> BPPath.getFlowElementsInPath(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All flow elements being part of this path.<T extends BPFlowElement>
List<T> BPPath.getFlowElementsInPath(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getFlowElementsInPath and filters its return values according to the given stereotype value.<T extends BPFlowElement>
List<T> BPPath.getFlowElementsInPathWithProcessNotReachable(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All flow elements being assigned to the path but not being reachable.<T extends BPFlowElement>
List<T> BPPath.getFlowElementsInPathWithProcessNotReachable(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getFlowElementsInPathWithProcessNotReachable and filters its return values according to the given stereotype value.<T extends BPFlowElement>
List<T> BPPath.getFlowElementsReachable(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) <T extends BPFlowElement>
List<T> BPPath.getFlowElementsReachable(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getFlowElementsReachable and filters its return values according to the given stereotype value.<T extends BPFlowElement>
List<T> BPFlowProcessContainer.getFlowElementTransitiveDown(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All flow elements being directly or indirectly part of theBPProcess.<T extends BPFlowElement>
List<T> BPFlowProcessContainer.getFlowElementTransitiveDown(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getFlowElementTransitiveDown and filters its return values according to the given stereotype value.<T extends BPGlobalTask>
List<T> BPMaskDefinition.getGlobalTask(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) The global task working to fill or modify the mask.BPGlobalTask.getGlobalTaskResourceAccountable(K_CONTROL_OPTION... behaviourFlags) All global task resources marked as accountable.BPGlobalTask.getGlobalTaskResourceAccountable(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getGlobalTaskResourceAccountable and filters its return values according to the given stereotype value.BPGlobalTask.getGlobalTaskResourceByRACIType(K_BP_ACTIVITYRESOURCE_RACI_TYPE kind, K_CONTROL_OPTION... behaviourFlags) All global task resources of the given RACI type.BPGlobalTask.getGlobalTaskResourceByRACIType(MMStereotype stereotype, K_BP_ACTIVITYRESOURCE_RACI_TYPE kind, K_CONTROL_OPTION... behaviourFlags) The method calls getGlobalTaskResourceByRACIType and filters its return values according to the given stereotype value.BPGlobalTask.getGlobalTaskResourceConsulted(K_CONTROL_OPTION... behaviourFlags) All global task resources marked to be consulted.BPGlobalTask.getGlobalTaskResourceConsulted(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getGlobalTaskResourceConsulted and filters its return values according to the given stereotype value.BPGlobalTask.getGlobalTaskResourceInformed(K_CONTROL_OPTION... behaviourFlags) All global task resources marked to be informed.BPGlobalTask.getGlobalTaskResourceInformed(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getGlobalTaskResourceInformed and filters its return values according to the given stereotype value.BPGlobalTask.getGlobalTaskResourceResponsible(K_CONTROL_OPTION... behaviourFlags) All global task resources marked as responsible.BPGlobalTask.getGlobalTaskResourceResponsible(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getGlobalTaskResourceResponsible and filters its return values according to the given stereotype value.BPGlobalTask.getGlobalTaskResourceSupportive(K_CONTROL_OPTION... behaviourFlags) All global task resources marked as supportive.BPGlobalTask.getGlobalTaskResourceSupportive(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getGlobalTaskResourceSupportive and filters its return values according to the given stereotype value.BPGlobalTask.getGlobalTaskResourceUnspecified(K_CONTROL_OPTION... behaviourFlags) All global task resources with an unspecified RACI type.BPGlobalTask.getGlobalTaskResourceUnspecified(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getGlobalTaskResourceUnspecified and filters its return values according to the given stereotype value.<T extends BPAssociationArtifact>
List<T> BPArtifact.getIncomingAssociationArtifact(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) <T extends BPAssociationArtifact>
List<T> BPFlowElement.getIncomingAssociationArtifact(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) <T extends BPAssociationArtifact>
List<T> BPActivityNode.getIncomingCompensationAssociation(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) BPInputOutputSpecifyAble.getInputSet(K_CONTROL_OPTION... behaviourFlags) AllBPInputSetof theBPInputOutputSpecifyAble.BPItemAwareElement.getInState(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) AssignedBSStatetoBPItemAwareElement.BPItemAwareElement.getInState(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getInState and filters its return values according to the given stereotype value.BPItemAwareElement.getInUMLState(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All current states of theBPItemAwareElement.BPInputOutputSpecifyAble.getIODataObject(K_CONTROL_OPTION... behaviourFlags) All objects of theBPInputOutputSpecifyAble.<T extends BPItemAwareElement>
List<T> BPItemDefinition.getItemAwareElement(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) AssignedBPItemAwareElement.<T extends BPItemAwareElement>
List<T> BPItemDefinition.getItemAwareElement(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getItemAwareElement and filters its return values according to the given stereotype value.<T extends BPItemAwareElement>
List<T> BPItemDefinition.getItemAwareElementAtPath(Class<T> returnType, BPElementAtPath refObj, K_CONTROL_OPTION... behaviourFlags) <T extends BPItemAwareElement>
List<T> BPItemDefinition.getItemAwareElementAtPath(Class<T> returnType, MMStereotype stereotype, BPElementAtPath refObj, K_CONTROL_OPTION... behaviourFlags) The method calls getItemAwareElementAtPath and filters its return values according to the given stereotype value.<T extends BPItemAwareElement>
List<T> BPProcess.getItemAwareElementForDefinition(Class<T> returnType, BPItemDefinition refObj, K_CONTROL_OPTION... behaviourFlags) <T extends BPItemAwareElement>
List<T> BPProcess.getItemAwareElementForDefinition(Class<T> returnType, MMStereotype stereotype, BPItemDefinition refObj, K_CONTROL_OPTION... behaviourFlags) The method calls getItemAwareElementForDefinition and filters its return values according to the given stereotype value.BPLane.getLaneResourceAccountable(K_CONTROL_OPTION... behaviourFlags) All resources marked as accountable.BPLane.getLaneResourceAccountable(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getLaneResourceAccountable and filters its return values according to the given stereotype value.BPLane.getLaneResourceByRACIType(K_BP_ACTIVITYRESOURCE_RACI_TYPE kind, K_CONTROL_OPTION... behaviourFlags) BPLane.getLaneResourceByRACIType(MMStereotype stereotype, K_BP_ACTIVITYRESOURCE_RACI_TYPE kind, K_CONTROL_OPTION... behaviourFlags) The method calls getLaneResourceByRACIType and filters its return values according to the given stereotype value.BPLane.getLaneResourceConsulted(K_CONTROL_OPTION... behaviourFlags) All resources marked to be consulted.BPLane.getLaneResourceConsulted(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getLaneResourceConsulted and filters its return values according to the given stereotype value.BPLane.getLaneResourceInformed(K_CONTROL_OPTION... behaviourFlags) All resources marked to be informed.BPLane.getLaneResourceInformed(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getLaneResourceInformed and filters its return values according to the given stereotype value.BPLane.getLaneResourceResponsible(K_CONTROL_OPTION... behaviourFlags) All resources marked as responsible.BPLane.getLaneResourceResponsible(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getLaneResourceResponsible and filters its return values according to the given stereotype value.BPLane.getLaneResourceSupportive(K_CONTROL_OPTION... behaviourFlags) All resources marked as supportive.BPLane.getLaneResourceSupportive(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getLaneResourceSupportive and filters its return values according to the given stereotype value.BPLane.getLaneResourceUnspecified(K_CONTROL_OPTION... behaviourFlags) All resources with an unspecified RACI type.BPLane.getLaneResourceUnspecified(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getLaneResourceUnspecified and filters its return values according to the given stereotype value.BPLane.getLaneTransitiveDown(K_CONTROL_OPTION... behaviourFlags) BPLane.getLaneTransitiveDown(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getLaneTransitiveDown and filters its return values according to the given stereotype value.BPLane.getLeafLane(K_CONTROL_OPTION... behaviourFlags) All leaf lanes.BPLane.getLeafLane(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getLeafLane and filters its return values according to the given stereotype value.BPLaneSet.getLeafLane(K_CONTROL_OPTION... behaviourFlags) All leaf lanes in this lane set.BPLaneSet.getLeafLane(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getLeafLane and filters its return values according to the given stereotype value.BPPath.getMessageFlowInPath(K_CONTROL_OPTION... behaviourFlags) All message flows being part of this path.BPPath.getMessageFlowInPath(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getMessageFlowInPath and filters its return values according to the given stereotype value.<T extends BPMessageFlowNode>
List<T> BPProcess.getMessageFlowNodeTransitiveDown(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All message flow nodes being directly or indirectly part of theBPProcess.<T extends BPMessageFlowNode>
List<T> BPProcess.getMessageFlowNodeTransitiveDown(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getMessageFlowNodeTransitiveDown and filters its return values according to the given stereotype value.<T extends BPMessageReferencingElement>
List<T> BPMessage.getMessageReferencingElement(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All references to this message.BPProcess.getMessageUsed(K_CONTROL_OPTION... behaviourFlags) All messages being sent or received by tasks or events which are part of this process, either direct parts of being nested in some sub process.BPProcess.getMessageUsed(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getMessageUsed and filters its return values according to the given stereotype value.<T extends BPFlowElement>
List<T> BPFlowProcessContainer.getNestedFlowElement(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All flow elements being directly or indirectly part of theBPProcess.<T extends BPFlowElement>
List<T> BPFlowProcessContainer.getNestedFlowElement(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getNestedFlowElement and filters its return values according to the given stereotype value.BPPath.getOccurrenceInPath(BPPathAble refObj, K_CONTROL_OPTION... behaviourFlags) Returns all path occurrences of the element.<T extends BPAssociationArtifact>
List<T> BPArtifact.getOutgoingAssociationArtifact(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) <T extends BPAssociationArtifact>
List<T> BPEventNode.getOutgoingCompensationAssociation(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) BPInteractionSpecification.getOutgoingInteractionUseCaseRel(K_CONTROL_OPTION... behaviourFlags) BPSequenceFlowNode.getOutgoingSequenceFlow(K_CONTROL_OPTION... behaviourFlags) All outgoing sequence flows.BPProcess.getOutgoingSupport(K_CONTROL_OPTION... behaviourFlags) The outgoingBPSupportsRel.BPInputOutputSpecifyAble.getOutputSet(K_CONTROL_OPTION... behaviourFlags) AllBPOutputSetof theBPInputOutputSpecifyAble.<T extends BPArtifact>
List<T> BPArtifactContainerAble.getOwnedArtifact(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All artifacts contained in theBPArtifactContainerAble.BPProcess.getOwnedBPDia(K_CONTROL_OPTION... behaviourFlags) BPInterface.getOwnedBPOperation(K_CONTROL_OPTION... behaviourFlags) All operations being part of the interface.BPActivityNode.getOwnedDataAssociation(K_CONTROL_OPTION... behaviourFlags) All data associations of the activity.BPEventNode.getOwnedDataAssociation(K_CONTROL_OPTION... behaviourFlags) All data associations of the event.BPMaskDefinition.getOwnedError(K_CONTROL_OPTION... behaviourFlags) All errors related to the mask definition.<T extends BPEventDefinition>
List<T> BPMaskDefinition.getOwnedEventDefinition(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All event definitions of the mask definition.BPLaneSet.getOwnedLane(K_CONTROL_OPTION... behaviourFlags) BPProcess.getOwnedLaneSet(K_CONTROL_OPTION... behaviourFlags) BPProcess.getOwnedLinkEventDefinitions(K_CONTROL_OPTION... behaviourFlags) All link event definitions to be used locally in this process.BPMaskDefinition.getOwnedMaskField(K_CONTROL_OPTION... behaviourFlags) All mask fields of the mask definition.BPInputSet.getOwnedObjInputSetRef(K_CONTROL_OPTION... behaviourFlags) AllBPObjInputSetRefof theBPInputSet.BPOutputSet.getOwnedObjOutputSetRef(K_CONTROL_OPTION... behaviourFlags) AllBPObjOutputSetRefof theBPOutputSet.BPPath.getOwnedPathAssignment(K_CONTROL_OPTION... behaviourFlags) All path assignments of the path.<T extends BCRootReuseAbleElement>
List<T> BPCollaboration.getOwnedReuseAbleElement(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All reusable elements being relevant in the context of this collaboration.<T extends BCRootReuseAbleElement>
List<T> BPProcess.getOwnedReuseAbleElement(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All reusable elements being relevant in the context of this process.BPItemDefinition.getOwnedTransition(K_CONTROL_OPTION... behaviourFlags) All transitions owned by thisBPItemDefinition.BPItemDefinition.getOwnedVertex(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All vertex owned by thisBPItemDefinition.BPInteractionSpecification.getParticipant(K_CONTROL_OPTION... behaviourFlags) All participants taking part in the interaction.<T extends MERefAbleAsResource>
List<T> BPParticipant.getPartnerEntity(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All partner entity elements being assigned to theBPParticipant.<T extends MERefAbleAsResource>
List<T> BPParticipant.getPartnerRole(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All partner role elements being assigned to theBPParticipant.<T extends BPPathAble>
List<T> BPItemAwareElement.getPathAbleInReach(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All potential path elements in reach, either as the owner of the item aware element or reachable by a data association.<T extends BPPathAble>
List<T> BPItemAwareElement.getPathAbleInReach(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getPathAbleInReach and filters its return values according to the given stereotype value.<T extends BPPathContextAble>
List<T> BPPath.getPathContextAble(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All context elements of theBPPath.<T extends BPFlowElement>
List<T> BPProcess.getPossiblePathElement(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All flow elements being candidates for assigning them to a path.<T extends BPFlowElement>
List<T> BPProcess.getPossiblePathElement(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getPossiblePathElement and filters its return values according to the given stereotype value.BPItemDefinition.getPossibleState(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All states of theBPItemDefinition.<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.BPProcess.getProcessProperty(K_CONTROL_OPTION... behaviourFlags) All properties of theBPProcess.BPProcess.getProcessResourceAccountable(K_CONTROL_OPTION... behaviourFlags) All process resources marked as accountable.BPProcess.getProcessResourceAccountable(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getProcessResourceAccountable and filters its return values according to the given stereotype value.BPProcess.getProcessResourceByRACIType(K_BP_ACTIVITYRESOURCE_RACI_TYPE kind, K_CONTROL_OPTION... behaviourFlags) All process resources of the given RACI type.BPProcess.getProcessResourceByRACIType(MMStereotype stereotype, K_BP_ACTIVITYRESOURCE_RACI_TYPE kind, K_CONTROL_OPTION... behaviourFlags) The method calls getProcessResourceByRACIType and filters its return values according to the given stereotype value.BPProcess.getProcessResourceConsulted(K_CONTROL_OPTION... behaviourFlags) All process resources marked to be consulted.BPProcess.getProcessResourceConsulted(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getProcessResourceConsulted and filters its return values according to the given stereotype value.BPProcess.getProcessResourceInformed(K_CONTROL_OPTION... behaviourFlags) All process resources marked to be informed.BPProcess.getProcessResourceInformed(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getProcessResourceInformed and filters its return values according to the given stereotype value.BPProcess.getProcessResourceResponsible(K_CONTROL_OPTION... behaviourFlags) All process resources marked as responsible.BPProcess.getProcessResourceResponsible(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getProcessResourceResponsible and filters its return values according to the given stereotype value.BPProcess.getProcessResourceSupportive(K_CONTROL_OPTION... behaviourFlags) All process resources marked as supportive.BPProcess.getProcessResourceSupportive(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getProcessResourceSupportive and filters its return values according to the given stereotype value.BPProcess.getProcessResourceUnspecified(K_CONTROL_OPTION... behaviourFlags) All process resources with an unspecified RACI type.BPProcess.getProcessResourceUnspecified(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getProcessResourceUnspecified and filters its return values according to the given stereotype value.BPProcess.getProcessSupportedDirectly(K_CONTROL_OPTION... behaviourFlags) BPProcess.getProcessSupportedDirectly(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getProcessSupportedDirectly and filters its return values according to the given stereotype value.BPProcess.getProcessSupportedDirectlyExcludeRel(BPSupportsRel refObj, K_CONTROL_OPTION... behaviourFlags) BPProcess.getProcessSupportedDirectlyExcludeRel(MMStereotype stereotype, BPSupportsRel refObj, K_CONTROL_OPTION... behaviourFlags) The method calls getProcessSupportedDirectlyExcludeRel and filters its return values according to the given stereotype value.BPActivityNode.getResource(K_CONTROL_OPTION... behaviourFlags) All resource assignments of the activity.BPEventNode.getResource(K_CONTROL_OPTION... behaviourFlags) All resource assignments of the event.BPGateway.getResource(K_CONTROL_OPTION... behaviourFlags) All resource assignments of the gateway.BPGlobalTask.getResource(K_CONTROL_OPTION... behaviourFlags) All resource assignments of the global task.BPItemAwareElement.getResource(K_CONTROL_OPTION... behaviourFlags) All resource assignments of theBPItemAwareElement.BPLane.getResource(K_CONTROL_OPTION... behaviourFlags) BPProcess.getResource(K_CONTROL_OPTION... behaviourFlags) <T extends MERefAbleAsResource>
List<T> BPResourceRoleAble.getResourceAssigned(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) <T extends MERefAbleAsResource>
List<T> BPResourceRoleAble.getResourceAssigned(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getResourceAssigned and filters its return values according to the given stereotype value.<T extends BPResourceRole>
List<T> BPResourceRoleAble.getResourceRole(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All resources of theBPResourceRoleAble.<T extends BPResourceRole>
List<T> BPResourceRoleAble.getResourceRoleByRACIType(Class<T> returnType, K_BP_ACTIVITYRESOURCE_RACI_TYPE kind, K_CONTROL_OPTION... behaviourFlags) All resource roles of the given RACI type.<T extends BPResourceRole>
List<T> BPResourceRoleAble.getResourceRoleByRACIType(Class<T> returnType, MMStereotype stereotype, K_BP_ACTIVITYRESOURCE_RACI_TYPE kind, K_CONTROL_OPTION... behaviourFlags) The method calls getResourceRoleByRACIType and filters its return values according to the given stereotype value.BPLane.getSelfAndLaneTransitiveDown(K_CONTROL_OPTION... behaviourFlags) BPLane.getSelfAndLaneTransitiveDown(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getSelfAndLaneTransitiveDown and filters its return values according to the given stereotype value.BPLane.getSelfAndSiblings(K_CONTROL_OPTION... behaviourFlags) BPLane.getSelfAndSiblings(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getSelfAndSiblings and filters its return values according to the given stereotype value.<T extends BPFlowElement>
List<T> BPFlowElementContainer.getSequenceFlowElement(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All flow elements.<T extends BPItemAwareElement>
List<T> BPDataIOAssociation.getSourceItemAwareElement(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) The source element of the data association.BPDataIOAssociation.getSourceStates(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) BPDataIOAssociation.getSourceStates(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getSourceStates and filters its return values according to the given stereotype value.<T extends ELClassifier>
List<T> BPDataIOAssociation.getSourceStructureDefinition(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) Returns the connectedELClassifierof the assignedBPItemDefinitionat the associations source element.<T extends ELClassifier>
List<T> BPDataIOAssociation.getSourceStructureDefinition(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getSourceStructureDefinition and filters its return values according to the given stereotype value.BPItemDefinitionRel.getState(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) The state used by thisBPItemDefinitionRel.BPDataIOAssociation.getTargetStates(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) BPDataIOAssociation.getTargetStates(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getTargetStates and filters its return values according to the given stereotype value.<T extends BPTaskNode>
List<T> BPCallAbleProcessElement.getTaskNode(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All activities calling the element.<T extends BPTaskNode>
List<T> BPCallAbleProcessElement.getTaskNode(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getTaskNode and filters its return values according to the given stereotype value.<T extends BPTaskNode>
List<T> BPMaskDefinition.getTaskNode(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) <T extends BPTaskNode>
List<T> BPOperation.getTaskNode(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) The service task that invokes the operation.<T extends BPTaskNode>
List<T> BPCallAbleProcessElement.getTaskNodeWithDifferentIO(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All call activities which have a different interface, in other words their input objects and output objects do not match with the interface of the called element.<T extends BPTaskNode>
List<T> BPCallAbleProcessElement.getTaskNodeWithDifferentIO(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getTaskNodeWithDifferentIO and filters its return values according to the given stereotype value.<T extends BPTaskNode>
List<T> BPCallAbleProcessElement.getTaskNodeWithIncompleteIO(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All call activities which have an incomplete interface, in other words their interface is not a superset of the interface of the called element.<T extends BPTaskNode>
List<T> BPCallAbleProcessElement.getTaskNodeWithIncompleteIO(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getTaskNodeWithIncompleteIO and filters its return values according to the given stereotype value.BPTaskNode.getUnmappedInputAtCall(K_CONTROL_OPTION... behaviourFlags) If this is a call activity the method returns all interface input objects which do not have a corresponding interface object at the called element.BPTaskNode.getUnmappedInputAtCall(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getUnmappedInputAtCall and filters its return values according to the given stereotype value.BPTaskNode.getUnmappedInputAtCalled(K_CONTROL_OPTION... behaviourFlags) If this is a call activity the method returns all interface input objects of the called element which do not have a corresponding interface object at the call activity.BPTaskNode.getUnmappedInputAtCalled(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getUnmappedInputAtCalled and filters its return values according to the given stereotype value.BPTaskNode.getUnmappedIOAtCall(K_CONTROL_OPTION... behaviourFlags) If this is a call activity the method returns all interface objects which do not have a corresponding interface object at the called element.BPTaskNode.getUnmappedIOAtCall(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getUnmappedIOAtCall and filters its return values according to the given stereotype value.BPTaskNode.getUnmappedIOAtCalled(K_CONTROL_OPTION... behaviourFlags) If this is a call activity the method returns all interface objects of the called element which do not have a corresponding interface object at the call activity.BPTaskNode.getUnmappedIOAtCalled(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getUnmappedIOAtCalled and filters its return values according to the given stereotype value.BPTaskNode.getUnmappedOutputAtCall(K_CONTROL_OPTION... behaviourFlags) If this is a call activity the method returns all interface output objects which do not have a corresponding interface object at the called element.BPTaskNode.getUnmappedOutputAtCall(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getUnmappedOutputAtCall and filters its return values according to the given stereotype value.BPTaskNode.getUnmappedOutputAtCalled(K_CONTROL_OPTION... behaviourFlags) If this is a call activity the method returns all interface output objects of the called element which do not have a corresponding interface object at the call activity.BPTaskNode.getUnmappedOutputAtCalled(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getUnmappedOutputAtCalled and filters its return values according to the given stereotype value.BPTaskNode.getUnusedInput(K_CONTROL_OPTION... behaviourFlags) All data inputs which are not connected to another object of the same process via a data association.BPTaskNode.getUnusedInput(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getUnusedInput and filters its return values according to the given stereotype value.BPTaskNode.getUnusedIO(K_CONTROL_OPTION... behaviourFlags) All data inputs and data outputs which are not connected to another object of the same process via a data association.BPTaskNode.getUnusedIO(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getUnusedIO and filters its return values according to the given stereotype value.BPTaskNode.getUnusedOutput(K_CONTROL_OPTION... behaviourFlags) All data outputs which are not connected to another object of the same process via a data association.BPTaskNode.getUnusedOutput(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getUnusedOutput and filters its return values according to the given stereotype value.<T extends BPDiaViewNode>
List<T> BPPathContextAble.getViewVisibleAndSelectAble(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All views which are visible and selectable.<T extends BPItemAwareElement>
List<T> BPActivityNode.getVisibleIncomingItemAwareElement(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) Returns allBPItemAwareElementon the source side of all ownedBPDataIOAssociationby thisBPActivityNode.<T extends BPItemAwareElement>
List<T> BPActivityNode.getVisibleIncomingItemAwareElement(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getVisibleIncomingItemAwareElement and filters its return values according to the given stereotype value.<T extends BPItemAwareElement>
List<T> BPEventNode.getVisibleIncomingItemAwareElement(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) Returns allBPItemAwareElementon the source side of all ownedBPDataIOAssociationby thisBPEventNode.<T extends BPItemAwareElement>
List<T> BPEventNode.getVisibleIncomingItemAwareElement(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getVisibleIncomingItemAwareElement and filters its return values according to the given stereotype value.<T extends BPItemAwareElement>
List<T> BPActivityNode.getVisibleOutgoingItemAwareElement(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) Returns allBPItemAwareElementon the target side of all ownedBPDataIOAssociationby thisBPActivityNode.<T extends BPItemAwareElement>
List<T> BPActivityNode.getVisibleOutgoingItemAwareElement(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getVisibleOutgoingItemAwareElement and filters its return values according to the given stereotype value.<T extends BPItemAwareElement>
List<T> BPEventNode.getVisibleOutgoingItemAwareElement(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) Returns allBPItemAwareElementon the target side of all ownedBPDataIOAssociationby thisBPEventNode.<T extends BPItemAwareElement>
List<T> BPEventNode.getVisibleOutgoingItemAwareElement(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getVisibleOutgoingItemAwareElement and filters its return values according to the given stereotype value. -
Uses of K_CONTROL_OPTION in de.mid.innovator.srv2api.icw2bpdia
Methods in de.mid.innovator.srv2api.icw2bpdia with parameters of type K_CONTROL_OPTIONModifier and TypeMethodDescription<T extends PRPresContent>
List<T> BPDia.getContentForHighlighting(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) BPDiaLaneNode.getLeafLaneNode(K_CONTROL_OPTION... behaviourFlags) All leaf lanes.BPDiaProcessViewNode.getLeafLaneNode(K_CONTROL_OPTION... behaviourFlags) All leaf lane nodes in this process view node.BPDiaProcessViewNode.getLeafLaneNodeSortedByPosition(K_CONTROL_OPTION... behaviourFlags) All leaf lane nodes in this process view node.<T extends MEModelElement>
List<T> BPDiaViewNode.getMissingElement(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) Returns all model elements missing in this view.<T extends MEModelElement>
List<T> BPDiaViewNode.getMissingElement(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getMissingElement and filters its return values according to the given stereotype value.<T extends BPDiaArtifactNode>
List<T> BPDia.getOwnedArtifactNode(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) AllBPDiaArtifactNodeof theBPDia.<T extends BPDiaArtifactNode>
List<T> BPDiaLaneNode.getOwnedArtifactNode(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) BPDiaArtifactNodeowned by theBPDiaLaneNode.<T extends BPDiaArtifactNode>
List<T> BPDiaSubProcessNode.getOwnedArtifactNode(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) BPDiaArtifactNodeowned by theBPDiaSubProcessNode.<T extends BPDiaArtifactNode>
List<T> BPDiaViewNode.getOwnedArtifactNode(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) AllBPDiaArtifactNodeowned by theBPDiaViewNode.<T extends BPDiaTaskNode>
List<T> BPDiaTaskNode.getOwnedCallActivityNodes(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All call activity nodes contained at the next level below the activity node.<T extends BPDiaFlowEdge>
List<T> BPDiaGroupNode.getOwnedFlowEdge(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All flow edges in the group node.<T extends BPDiaFlowNode>
List<T> BPDiaGroupNode.getOwnedFlowNode(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All flow nodes of theBPDiaGroupNode.<T extends BPDiaItemNode>
List<T> BPDia.getOwnedItemNode(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) AllBPDiaItemNode.<T extends BPDiaItemNode>
List<T> BPDiaGroupNode.getOwnedItemNode(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All item nodes of theBPDiaGroupNode.<T extends BPDiaSequenceFlowNode>
List<T> BPDiaLaneNode.getOwnedSequenceFlowNode(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) AllBPDiaSequenceFlowNodeof theBPDiaLaneNode.<T extends BPDiaSequenceFlowNode>
List<T> BPDiaProcessViewNode.getOwnedSequenceFlowNode(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) AllBPDiaSequenceFlowNodeof theBPDiaProcessViewNode.<T extends BPDiaSequenceFlowNode>
List<T> BPDiaSubProcessNode.getOwnedSequenceFlowNode(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) AllBPDiaSequenceFlowNodeof theBPDiaSubProcessNode.<T extends PRPresContent>
List<T> BPDiaFlowNode.getOwnedViewElementTransitiveDownByOrder(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) <T extends PRPresContent>
List<T> BPDiaLaneNode.getOwnedViewElementTransitiveDownByOrder(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) <T extends PRPresContent>
List<T> BPDiaViewNode.getOwnedViewElementTransitiveDownByOrder(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All presentation elements in this view.<T extends BPDiaViewNode>
List<T> BPDia.getOwnedViewNode(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) AllBPDiaViewNode.<T extends PRPresContent>
List<T> BPDiaViewNode.getPresentationInView(Class<T> returnType, MEModelElement refObj, K_CONTROL_OPTION... behaviourFlags) All presentation contents of this view which are connected to the model element specified byargument refObjand which do not belong to another view nested into this one. -
Uses of K_CONTROL_OPTION in de.mid.innovator.srv2api.icw2br
Methods in de.mid.innovator.srv2api.icw2br with parameters of type K_CONTROL_OPTIONModifier and TypeMethodDescriptionBRPerson.getContactData(K_CONTROL_OPTION... behaviourFlags) AllBRPersonContactDataof theBRPerson.<T extends BRCostCenterAble>
List<T> BRCostCenter.getCostCenterAble(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All elements using thisBRCostCenter.BROrgUnit.getDirectSonsInHierarchy(K_CONTROL_OPTION... behaviourFlags) All resources being directly subordinated to thisBROrgUnitvia a hierarchical resource relationship.BROrgUnit.getDirectSonsInHierarchy(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getDirectSonsInHierarchy and filters its return values according to the given stereotype value.BROrgUnit.getDirectSonsInHierarchyExcludeRel(BRResourceHierRel refObj, K_CONTROL_OPTION... behaviourFlags) All org units being directly subordinated to thisBROrgUnitvia a hierarchical resource relationship.BROrgUnit.getDirectSonsInHierarchyExcludeRel(MMStereotype stereotype, BRResourceHierRel refObj, K_CONTROL_OPTION... behaviourFlags) The method calls getDirectSonsInHierarchyExcludeRel and filters its return values according to the given stereotype value.<T extends BRResourceRel>
List<T> BRResource.getIncoming(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) The incomingBRResourceRel.BRResource.getLocationAssignment(K_CONTROL_OPTION... behaviourFlags) The resource assignments of theBRLocation.BROrgUnit.getMemberRelationship(K_CONTROL_OPTION... behaviourFlags) All member relationships of this organizational unit.<T extends BRResourceRel>
List<T> BRResource.getOutgoing(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) The outgoingBRResourceRel.BROrgUnit.getOutgoingHierarchicalRelationship(K_CONTROL_OPTION... behaviourFlags) All outgoing hierarchical resource relationships at thisBROrgUnit.BROrgUnit.getOutgoingHierarchicalRelationship(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getOutgoingHierarchicalRelationship and filters its return values according to the given stereotype value.BROrgUnit.getOutgoingHierRel(K_CONTROL_OPTION... behaviourFlags) <T extends BRResource>
List<T> BRResource.getOwnedResource(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) BRPerson.getPotentialRole(K_CONTROL_OPTION... behaviourFlags) The role assignments of this person.BROrgUnit.getRequiredRole(K_CONTROL_OPTION... behaviourFlags) The role requirements of an organizational unit.BROrgUnit.getResponsiblePersonRel(K_CONTROL_OPTION... behaviourFlags) The person assigned to this organizational unit.BROrgUnit.getSelfAndSonsInHierarchyTransitiveDownDepthFirst(K_CONTROL_OPTION... behaviourFlags) The org unit itself and all resources being subordinated (transitively) to thisBROrgUnitvia a hierarchical resource relationship.BROrgUnit.getSelfAndSonsInHierarchyTransitiveDownDepthFirst(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getSelfAndSonsInHierarchyTransitiveDownDepthFirst and filters its return values according to the given stereotype value.BROrgUnit.getSonsInHierarchyTransitiveDownDepthFirst(K_CONTROL_OPTION... behaviourFlags) All org units being subordinated (transitively) to thisBROrgUnitvia a hierarchical resource relationship.BROrgUnit.getSonsInHierarchyTransitiveDownDepthFirst(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getSonsInHierarchyTransitiveDownDepthFirst and filters its return values according to the given stereotype value. -
Uses of K_CONTROL_OPTION in de.mid.innovator.srv2api.icw2brdia
Methods in de.mid.innovator.srv2api.icw2brdia with parameters of type K_CONTROL_OPTIONModifier and TypeMethodDescription<T extends BRDiaResourceEdge>
List<T> BRDiaResourceNode.getIncomingResourceEdgeFrom(Class<T> returnType, BRDiaResourceNode refObj, K_CONTROL_OPTION... behaviourFlags) Returns all incoming edges from the source node.<T extends BRDiaResourceEdge>
List<T> BRDiaResourceNode.getOutgoingResourceEdgeTo(Class<T> returnType, BRDiaResourceNode refObj, K_CONTROL_OPTION... behaviourFlags) Returns all outgoing edges to the target node.BRDiaResourceEdge.getOwnedExpression(K_CONTROL_OPTION... behaviourFlags) The expression nodes at thisBRDiaResourceEdge.BRDiaResourceNode.getOwnedExpression(K_CONTROL_OPTION... behaviourFlags) The expression nodes at thisBRDiaResourceNode.<T extends BRDiaResourceEdge>
List<T> BRDia.getOwnedResourceEdge(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) The resource edges in thisBRDia.<T extends BRDiaTextNode>
List<T> BRDia.getOwnedTextNode(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) The text nodes in thisBRDia.<T extends BRResource>
List<T> BRDia.getResourceInDia(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) Returns a unique list of all business resources being displayed in theBRDia.<T extends BRResource>
List<T> BRDia.getResourceInDia(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getResourceInDia and filters its return values according to the given stereotype value. -
Uses of K_CONTROL_OPTION in de.mid.innovator.srv2api.icw2bs
Methods in de.mid.innovator.srv2api.icw2bs with parameters of type K_CONTROL_OPTIONModifier and TypeMethodDescriptionBSVertex.getReachedVertex(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All vertices which are reached transitive via transitions starting from the given vertex.BSVertex.getReachedVertex(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getReachedVertex and filters its return values according to the given stereotype value.<T extends BPItemAwareElement>
List<T> BSState.getUsedInItemAwareElement(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All item aware elements using this state.<T extends BPItemAwareElement>
List<T> BSState.getUsedInItemAwareElement(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getUsedInItemAwareElement and filters its return values according to the given stereotype value. -
Uses of K_CONTROL_OPTION in de.mid.innovator.srv2api.icw2bsdia
Methods in de.mid.innovator.srv2api.icw2bsdia with parameters of type K_CONTROL_OPTIONModifier and TypeMethodDescription<T extends BSDiaVertexNode>
List<T> BSDiaStateMachineNode.getOwnedVertexNode(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All vertex nodes owned by this state machine node. -
Uses of K_CONTROL_OPTION in de.mid.innovator.srv2api.icw2class
Methods in de.mid.innovator.srv2api.icw2class with parameters of type K_CONTROL_OPTIONModifier and TypeMethodDescription<T extends CLTemplateParameterAbleElement>
List<T> CLTemplateAbleElement.getActualTemplateParameter(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) If this element is bound to a template the result is a list of all elements which are used as actual parameters by substitutions of the template binding.<T extends CLTemplateParameterAbleElement>
List<T> CLTemplateAbleElement.getActualTemplateParameter(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getActualTemplateParameter and filters its return values according to the given stereotype value.<T extends CLClassifier>
List<T> CLClassifier.getAggregatedClassifier(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) AllCLClassifieron the other side of a binaryCLAssociationwhere the aggregation property of the connected end is set to 'shared'.<T extends CLClassifier>
List<T> CLClassifier.getAggregatedClassifier(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getAggregatedClassifier and filters its return values according to the given stereotype value.<T extends CLClassifier>
List<T> CLClassifier.getAggregatedOrComposedClassifier(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) AllCLClassifieron the other side of a binaryCLAssociationwhere the aggregation property of the connected end is set to 'shared' or 'composed'.<T extends CLClassifier>
List<T> CLClassifier.getAggregatedOrComposedClassifier(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getAggregatedOrComposedClassifier and filters its return values according to the given stereotype value.<T extends CLClassifier>
List<T> CLClassifier.getAggregatingClassifier(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) AllCLClassifieron the other side of a binaryCLAssociationwhere the aggregation property of the end connected to the other side is set to 'shared'.<T extends CLClassifier>
List<T> CLClassifier.getAggregatingClassifier(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getAggregatingClassifier and filters its return values according to the given stereotype value.<T extends CLClassifier>
List<T> CLClassifier.getAggregatingOrComposingClassifier(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) AllCLClassifieron the other side of a binaryCLAssociationwhere the aggregation property of the end connected to the other side is set to 'shared' or 'composed'.<T extends CLClassifier>
List<T> CLClassifier.getAggregatingOrComposingClassifier(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getAggregatingOrComposingClassifier and filters its return values according to the given stereotype value.<T extends CLProperty>
List<T> CLAssociation.getAssociationEndProperty(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) The properties that are assigned to this association.<T extends BEBehavior>
List<T> CLConnector.getBehavior(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) CLParameterSet.getCallIn(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) The call action being tied to a parameter set.CLParameterSet.getCallOut(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) The call action being tied to a parameter set.<T extends CLClassifier>
List<T> CLClassifierTemplateParameter.getClassifier(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) The classifiers that constrains the argument that can be used for the parameter.<T extends CLClassifier>
List<T> CLInstSpec.getClassifier(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) The classifier/s of the represented instance.<T extends CLClassifier>
List<T> CLClassifier.getComposedClassifier(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) AllCLClassifieron the other side of a binaryCLAssociationwhere the aggregation property of the connected end is set to 'composite'.<T extends CLClassifier>
List<T> CLClassifier.getComposedClassifier(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getComposedClassifier and filters its return values according to the given stereotype value.<T extends CLClassifier>
List<T> CLClassifier.getComposingClassifier(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) AllCLClassifieron the other side of a binaryCLAssociationwhere the aggregation property of the end connected to the other side is set to 'composite'.<T extends CLClassifier>
List<T> CLClassifier.getComposingClassifier(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getComposingClassifier and filters its return values according to the given stereotype value.CLDeployment.getConfiguration(K_CONTROL_OPTION... behaviourFlags) The specification of properties that parameterize the deployment and execution of one or more artifacts.<T extends CLInstSpec>
List<T> CLInstSpec.getConnectedInstance(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All instance specifications which are connected to this link instance.<T extends CLInstSpec>
List<T> CLInstSpec.getConnectedInstance(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getConnectedInstance and filters its return values according to the given stereotype value.<T extends CLInstSpec>
List<T> CLInstSpec.getConnectedLink(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All links which are connected to this instance specification.<T extends CLInstSpec>
List<T> CLInstSpec.getConnectedLink(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getConnectedLink and filters its return values according to the given stereotype value.CLDeploymentTarget.getDeployment(K_CONTROL_OPTION... behaviourFlags) The set of deployments for a deployment target.CLConnector.getEnd(K_CONTROL_OPTION... behaviourFlags) A connector consists of at least two connector ends, each representing the participation of instances of the classifiers typing the connectable elements attached to this end.CLOperation.getEvent(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All occurrences where this operation is used as event.<T extends BEMessageEvent>
List<T> CLSignal.getEvent(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All occurrences where this signal is used as an event.CLExtend.getExtensionLocation(K_CONTROL_OPTION... behaviourFlags) An ordered list of extension points belonging to the extended use case specifying where the respective behavioral fragments of the extending use case are to be inserted.CLUseCase.getExtensionPoint(K_CONTROL_OPTION... behaviourFlags) References the extension points owned by the use case.CLParameterAble.getFormalParameter(K_CONTROL_OPTION... behaviourFlags) The ordered set of formal parameters of this element.CLParameterAble.getFormalParameter(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getFormalParameter and filters its return values according to the given stereotype value.<T extends CLBehavioralFeature>
List<T> CLBehavioralFeature.getImplemented(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All behavioral features which are implemented by this behavioral feature.<T extends CLBehavioralFeature>
List<T> CLBehavioralFeature.getImplementing(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All behavioral features which implement this behavioral feature.<T extends CLClassifier>
List<T> CLInterface.getImplementingClassifier(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All classifiers implementing this interface.<T extends CLClassifier>
List<T> CLInterface.getImplementingClassifier(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getImplementingClassifier and filters its return values according to the given stereotype value.<T extends CLInstSpec>
List<T> CLClassifier.getInstSpec(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) The instance specification which is classified by all the classifiers connected.CLBehavioredClassifier.getInterfaceRealization(K_CONTROL_OPTION... behaviourFlags) All interface realizations owned by this behaviored classifier.<T extends ANInvocation>
List<T> CLPort.getInvocation(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) Invocation actions invoked by port.CLProperty.getLinkAction(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All LinkActions owning this AssociationEnd.CLProperty.getLinkAction(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getLinkAction and filters its return values according to the given stereotype value.<T extends ANLinkEndData>
List<T> CLProperty.getLinkEndData(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) LinkEndData identifies links.CLArtifact.getManifestation(K_CONTROL_OPTION... behaviourFlags) The set of model elements that are manifested in the artifact.CLOperation.getMessage(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All messages using thisCLOperationas signature.<T extends BEBehavior>
List<T> CLBehavioralFeature.getMethod(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) A behavioral description that implements the behavioral feature.<T extends CLArtifact>
List<T> CLArtifact.getNestedArtifact(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) The artifacts that are defined (nested) within the artifact.<T extends CLClassifier>
List<T> CLClass.getNestedClassifier(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) References all the classifiers that are defined (nested) within the class.<T extends CLClassifier>
List<T> CLInterface.getNestedClassifier(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) CLInstanceSpecification.getNestedInstance(K_CONTROL_OPTION... behaviourFlags) CLNode.getNestedNode(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) CLStructureDefinition.getNestedStructuredDefinition(K_CONTROL_OPTION... behaviourFlags) References all the structure definitions that are defined (nested) within thisCLStructureDefinition.<T extends CLStructureElement>
List<T> CLStructureElement.getNestedStructureElement(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All structure elements being contained in this structure element.<T extends CLStructureElement>
List<T> CLStructureElement.getNestedStructureElement(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getNestedStructureElement and filters its return values according to the given stereotype value.<T extends CLInstSpec>
List<T> CLInstSpec.getOppositeConnectedInstance(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All instance specifications on the opposite side of a connected link instance of this instance specification.<T extends CLInstSpec>
List<T> CLInstSpec.getOppositeConnectedInstance(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getOppositeConnectedInstance and filters its return values according to the given stereotype value.CLUseCase.getOutgoingPathUseCaseRel(K_CONTROL_OPTION... behaviourFlags) The outgoing relationships of the use case.<T extends CLProperty>
List<T> CLArtifact.getOwnedAttribute(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) The attributes or association ends defined for the artifact.<T extends CLProperty>
List<T> CLClass.getOwnedAttribute(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) The attributes (i.e.<T extends CLProperty>
List<T> CLDataType.getOwnedAttribute(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) The attributes owned by this data type.<T extends CLProperty>
List<T> CLInterface.getOwnedAttribute(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) The attributes owned by this interface.<T extends CLProperty>
List<T> CLSignal.getOwnedAttribute(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) The attributes owned by the signal.<T extends CLProperty>
List<T> CLAssocClass.getOwnedAttributeNotAssocEnd(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) The attributes (i.e.<T extends CLProperty>
List<T> CLAssocClass.getOwnedAttributeNotAssocEnd(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getOwnedAttributeNotAssocEnd and filters its return values according to the given stereotype value.<T extends BEBehavior>
List<T> CLBehavioredClassifier.getOwnedBehavior(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) References behavior specifications owned by a classifier.CLComponent.getOwnedBPDia(K_CONTROL_OPTION... behaviourFlags) All bpmn diagrams owned by this component.CLStructuredClassifier.getOwnedConnector(K_CONTROL_OPTION... behaviourFlags) Connectors owned by this classifier.CLComponent.getOwnedDiagram(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All classifier diagrams owned by this component.<T extends CLProperty>
List<T> CLAssociation.getOwnedEnd(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) The ends that are owned by the association itself.CLEnumeration.getOwnedLiteral(K_CONTROL_OPTION... behaviourFlags) The ordered set of literals for this enumeration.CLArtifact.getOwnedOperation(K_CONTROL_OPTION... behaviourFlags) The operations defined for the artifact.CLClass.getOwnedOperation(K_CONTROL_OPTION... behaviourFlags) The operations owned by the class.CLDataType.getOwnedOperation(K_CONTROL_OPTION... behaviourFlags) The operations owned by the data type.CLInterface.getOwnedOperation(K_CONTROL_OPTION... behaviourFlags) References all operations owned by the interface.CLParameterAble.getOwnedParam(K_CONTROL_OPTION... behaviourFlags) Specifies the parameters owned by this element.CLBehavioralFeature.getOwnedParameter(K_CONTROL_OPTION... behaviourFlags) Specifies the ordered set of formal parameters owned by this behavioral feature.CLParameterAble.getOwnedParameterSet(K_CONTROL_OPTION... behaviourFlags) All parameter sets owned by thisCLParameterAble.CLEncapsulatedClassifier.getOwnedPort(K_CONTROL_OPTION... behaviourFlags) The set of port attributes owned by EncapsulatedClassifier.<T extends CLProperty>
List<T> CLStructuredClassifier.getOwnedProperty(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All properties owned by this structured classifier.CLBehavioredClassifier.getOwnedProtocolStateMachine(K_CONTROL_OPTION... behaviourFlags) References protocol state machines owned by a classifier.CLClass.getOwnedReception(K_CONTROL_OPTION... behaviourFlags) Receptions that objects of this class are willing to accept.CLInterface.getOwnedReception(K_CONTROL_OPTION... behaviourFlags) Receptions that objects providing this interface are willing to accept.<T extends MEConstraint>
List<T> CLClassifier.getOwnedRule(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All constraints owned by this classifier.CLComponent.getOwnedStateDiagram(K_CONTROL_OPTION... behaviourFlags) All state diagrams owned by this component.CLStructureDefinition.getOwnedStructureEntry(K_CONTROL_OPTION... behaviourFlags) All structure entries owned by this structure definition.CLStructureGroup.getOwnedStructureEntry(K_CONTROL_OPTION... behaviourFlags) All structure entries owned by this structure group.CLStructureDefinition.getOwnedStructureGroup(K_CONTROL_OPTION... behaviourFlags) All structure groups owned by this structure definition.CLStructureGroup.getOwnedStructureGroup(K_CONTROL_OPTION... behaviourFlags) All structure groups owned by this structure group.CLClassifier.getOwnedTemplateParameter(K_CONTROL_OPTION... behaviourFlags) The formal template parameters that are owned by this element.<T extends CLTemplateParameter>
List<T> CLTemplateAbleElement.getOwnedTemplateParameter(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) The formal template parameters that are owned by this element.CLClassifier.getOwnedUseCase(K_CONTROL_OPTION... behaviourFlags) References the use cases owned by this classifier.CLValueRangeAble.getOwnedValueRange(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All value specifications which may be used as the values for thisCLValueRangeAble.<T extends MEPackageAble>
List<T> CLComponent.getPackagedElement(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) The set of packageable elements that a component owns.CLTemplateBinding.getParameterSubstitution(K_CONTROL_OPTION... behaviourFlags) All substitutions owned by this binding.CLParameter.getPin(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) If theCLParameteris assigned to aBEBehavior, all pins at aANCallBehaviorinvoking thisBEBehaviorand belonging to thisCLParameterwill be returned.CLParameter.getPin(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getPin and filters its return values according to the given stereotype value.CLInterface.getProtocol(K_CONTROL_OPTION... behaviourFlags) CLPort.getProvidedInterface(K_CONTROL_OPTION... behaviourFlags) References the interfaces specifying the set of operations and receptions that the classifier offers to its environment via this port, and which it will handle either directly or by forwarding it to a part of its internal structure.CLPort.getProvidedInterface(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getProvidedInterface and filters its return values according to the given stereotype value.CLClassifier.getProvidedInterfaceDirect(K_CONTROL_OPTION... behaviourFlags) All interfaces which are provided directly by this classifier.CLClassifier.getProvidedInterfaceDirect(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getProvidedInterfaceDirect and filters its return values according to the given stereotype value.<T extends CLProperty>
List<T> CLProperty.getQualifier(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) An optional list of ordered qualifier attributes for the end.CLBehavioralFeature.getRaisedException(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All types that represent exceptions that may be raised during an invocation of this behavioral feature.CLComponent.getRealization(K_CONTROL_OPTION... behaviourFlags) The set of component realizations owned by this component.<T extends CLClassifier>
List<T> CLComponent.getRealizingClassifier(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All classifiers which realize this component.<T extends CLClassifier>
List<T> CLComponent.getRealizingClassifier(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getRealizingClassifier and filters its return values according to the given stereotype value.CLPort.getRequiredInterface(K_CONTROL_OPTION... behaviourFlags) References the interfaces specifying the set of operations and receptions that the classifier expects its environment to handle via this port.CLPort.getRequiredInterface(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getRequiredInterface and filters its return values according to the given stereotype value.CLClassifier.getRequiredInterfaceDirect(K_CONTROL_OPTION... behaviourFlags) All interfaces which are required directly by this classifier.CLClassifier.getRequiredInterfaceDirect(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getRequiredInterfaceDirect and filters its return values according to the given stereotype value.CLParameterAble.getReturnResult(K_CONTROL_OPTION... behaviourFlags) The ordered set of return results of this element.CLCollaborationUse.getRoleBinding(K_CONTROL_OPTION... behaviourFlags) CLInstSpec.getSlot(K_CONTROL_OPTION... behaviourFlags) A slot giving the value or values of a structural feature of the instance.<T extends CLStructureElement>
List<T> CLStructureDefinition.getStructureContentNecessaryForFeature(Class<T> returnType, ELFeature refObj, K_CONTROL_OPTION... behaviourFlags) All structure entries and their owners which are directly derived from the given feature.<T extends CLStructureElement>
List<T> CLStructureDefinition.getStructureContentNecessaryForFeature(Class<T> returnType, MMStereotype stereotype, ELFeature refObj, K_CONTROL_OPTION... behaviourFlags) The method calls getStructureContentNecessaryForFeature and filters its return values according to the given stereotype value.<T extends CLStructureElement>
List<T> CLStructureDefinition.getStructureContentNecessaryForGroup(Class<T> returnType, CLStructureGroup refObj, K_CONTROL_OPTION... behaviourFlags) All structure groups, their content and their owners which are directly derived from the given group.<T extends CLStructureElement>
List<T> CLStructureDefinition.getStructureContentNecessaryForGroup(Class<T> returnType, MMStereotype stereotype, CLStructureGroup refObj, K_CONTROL_OPTION... behaviourFlags) The method calls getStructureContentNecessaryForGroup and filters its return values according to the given stereotype value.<T extends CLClassifier>
List<T> CLUseCase.getSubject(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) CLClassifier.getSubstitution(K_CONTROL_OPTION... behaviourFlags) All substitutions owned by this classifier.CLTemplateAbleElement.getTemplateBindingSource(K_CONTROL_OPTION... behaviourFlags) <T extends CLTemplateParameter>
List<T> CLTemplateParameterAbleElement.getTemplateParameter(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All formal template parameters with this element as default.<T extends ACObjectNode>
List<T> CLClassifier.getTypedObjectNode(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All object nodes typed by this classifier.<T extends CLProperty>
List<T> CLClassifier.getTypedProperty(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All properties typed by this classifier.<T extends CLProperty>
List<T> CLClassifier.getTypedPropertyNotAssocEnd(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All properties typed by this classifier which are not part of an association.<T extends DMValueRangeRefAble>
List<T> CLPrimitiveType.getTypedValueRangeRefAble(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) AllDMValueRangeRefAbletyped by thisCLPrimitiveType.<T extends DMValueRangeRefAble>
List<T> CLStructureDefinition.getTypedValueRangeRefAble(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) AllDMValueRangeRefAbletyped by thisCLStructureDefinition.<T extends DRGElement>
List<T> CLClassifier.getTypedVariableDRGElement(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) <T extends DRGElement>
List<T> CLClassifier.getTypedVariableDRGElement(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getTypedVariableDRGElement and filters its return values according to the given stereotype value.CLSlot.getValue(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) -
Uses of K_CONTROL_OPTION in de.mid.innovator.srv2api.icw2cldia
Methods in de.mid.innovator.srv2api.icw2cldia with parameters of type K_CONTROL_OPTIONModifier and TypeMethodDescription<T extends CLDiaCompartmentContentNode>
List<T> CLDiaCompartmentNode.getOwnedCompartmentContentNode(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All compartment content nodes owned by this compartment node.<T extends CLDiaCompartmentNode>
List<T> CLDiaCompartmentAbleNode.getOwnedCompartmentNode(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All compartment nodes owned by this compartmentable node.<T extends CLDiaCnstrLinkEdge>
List<T> CLDiaCnstrNode.getOwnedConstraintEdge(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) <T extends CLDiaCnstrNode>
List<T> CLDia.getOwnedConstraintNode(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) <T extends CLDiaHierNode>
List<T> CLDiaHierNode.getOwnedHierarchicalNode(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All hierarchical nodes owned by this hierarchical node.<T extends CLDiaMergeAbleEdge>
List<T> CLDia.getOwnedMergeAbleEdge(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) <T extends CLDiaMergeAbleEdge>
List<T> CLDiaElemNode.getOwnedMergeAbleEdge(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) <T extends CLDiaMergeAbleEdge>
List<T> CLDiaMergeAbleNode.getOwnedMergeAbleEdge(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) <T extends CLDiaMergeAbleNode>
List<T> CLDia.getOwnedMergeAbleNode(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) <T extends CLDiaMergeAbleNode>
List<T> CLDiaElemNode.getOwnedMergeAbleNode(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) -
Uses of K_CONTROL_OPTION in de.mid.innovator.srv2api.icw2db
Methods in de.mid.innovator.srv2api.icw2db with parameters of type K_CONTROL_OPTIONModifier and TypeMethodDescription<T extends MEModelElement>
List<T> DBMergedInstance.getAllInstanceElements(Class<T> returnType, boolean mode, K_CONTROL_OPTION... behaviourFlags) Returns the list of all elements, assigned to thisDBMergedInstance.<T extends MEModelElement>
List<T> DBMergedInstance.getAllInstanceElements(Class<T> returnType, MMStereotype stereotype, boolean mode, K_CONTROL_OPTION... behaviourFlags) The method calls getAllInstanceElements and filters its return values according to the given stereotype value.DBViewFrom.getColumnSetColumn(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) DBTableColumn.getDBForeignKey(K_CONTROL_OPTION... behaviourFlags) DBTableColumn.getDBIndex(K_CONTROL_OPTION... behaviourFlags) DBTableColumn.getDBIndex(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getDBIndex and filters its return values according to the given stereotype value.DBTableColumn.getDBUniqueKey(K_CONTROL_OPTION... behaviourFlags) DBTableColumn.getDBUniqueKeyColumn(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) List of unique key columns, referenced by this foreign key column.DBTableColumn.getDBUniqueKeyColumnOrigin(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) Gets the origin columns of this foreign key column.<T extends MEModelElement>
List<T> DBTable.getFirstLevelElements(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) The elements of the first level are all columns, unique keys and foreign keys that are not yet assigned to anDBMergedInstance.<T extends MEModelElement>
List<T> DBTable.getFirstLevelElements(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getFirstLevelElements and filters its return values according to the given stereotype value.<T extends DBColumnSet>
List<T> DBView.getFromColumnSet(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) <T extends DBColumnSet>
List<T> DBView.getFromColumnSet(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getFromColumnSet and filters its return values according to the given stereotype value.DBView.getFromColumnSetColumn(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) DBView.getFromColumnSetColumn(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getFromColumnSetColumn and filters its return values according to the given stereotype value.<T extends DBAuthorization>
List<T> DBAuthorizationIdentifier.getGrantedAuthorization(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) List of all authorizations granted by thisDBAuthorizationIdentifier.DBTable.getOwnedColumn(K_CONTROL_OPTION... behaviourFlags) DBView.getOwnedColumn(K_CONTROL_OPTION... behaviourFlags) DBCheckConstraint.getOwnedConstraintAssign(K_CONTROL_OPTION... behaviourFlags) All check constraint assignments of thisDBCheckConstraint.DBTable.getOwnedDBCheckConstraint(K_CONTROL_OPTION... behaviourFlags) List of check constraints owned by thisDBTable.DBTableColumn.getOwnedDBCheckConstraint(K_CONTROL_OPTION... behaviourFlags) List of check constraints owned by thisDBTableColumn.DBTable.getOwnedDBSiblingConstraint(K_CONTROL_OPTION... behaviourFlags) List of constraints (disjoint tables) owned by this database table.DBTable.getOwnedDBTrigger(K_CONTROL_OPTION... behaviourFlags) DBView.getOwnedDBTrigger(K_CONTROL_OPTION... behaviourFlags) DBTable.getOwnedForeignKey(K_CONTROL_OPTION... behaviourFlags) List of foreign keys of thisDBTable.<T extends DBViewFrom>
List<T> DBView.getOwnedFrom(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) List of from clauses of thisDBView.<T extends DBViewFrom>
List<T> DBView.getOwnedFromByRef(Class<T> returnType, DBColumnSet refObj, K_CONTROL_OPTION... behaviourFlags) <T extends DBViewFrom>
List<T> DBView.getOwnedFromByRef(Class<T> returnType, MMStereotype stereotype, DBColumnSet refObj, K_CONTROL_OPTION... behaviourFlags) The method calls getOwnedFromByRef and filters its return values according to the given stereotype value.DBTable.getOwnedIndex(K_CONTROL_OPTION... behaviourFlags) DBIndex.getOwnedIndexedColumn(K_CONTROL_OPTION... behaviourFlags) List of indexed columns of thisDBIndex.DBMergedTable.getOwnedInstance(K_CONTROL_OPTION... behaviourFlags) List of instances of thisDBMergedTable.DBTable.getOwnedMergedTable(K_CONTROL_OPTION... behaviourFlags) List of merged tables of this table.DBColumn.getOwnedSQLGeneric(K_CONTROL_OPTION... behaviourFlags) List of all owned SQL generic objects.DBColumnSet.getOwnedSQLGeneric(K_CONTROL_OPTION... behaviourFlags) List of all owned SQL generic objects.DBIndex.getOwnedSQLGeneric(K_CONTROL_OPTION... behaviourFlags) List of all owned SQL generic objects.DBPackage.getOwnedSQLGeneric(K_CONTROL_OPTION... behaviourFlags) List of all owned SQL generic objects.DBSQLGeneric.getOwnedSQLGeneric(K_CONTROL_OPTION... behaviourFlags) List of all owned SQL generic objects.DBView.getOwnedSubselectFrom(K_CONTROL_OPTION... behaviourFlags) List of subselect from clauses of thisDBView.DBView.getOwnedSubView(K_CONTROL_OPTION... behaviourFlags) List of sub views of this combined view.DBTable.getOwnedUniqueKey(K_CONTROL_OPTION... behaviourFlags) DBView.getOwnedUniqueKey(K_CONTROL_OPTION... behaviourFlags) <T extends DBAuthorization>
List<T> DBAuthorizationIdentifier.getReceivedAuthorization(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) List of all authorizations of this granteeDBAuthorizationIdentifier.<T extends DBSQLObject>
List<T> DBSQLObject.getReferencedSQLObject(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) List of all SQL Objects using thisDBSQLObject.<T extends DBSQLObject>
List<T> DBSQLObject.getReferencingSQLObject(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) List of all SQL Objects used by thisDBSQLObject.<T extends DBSQLObject>
List<T> DBPrivilege.getSQLObject(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) List of all SQL objects of thisDBPrivilege.DBViewColumn.getUsedColumn(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) <T extends DBViewElement>
List<T> DBColumn.getUsingDBViewElement(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) DBView.getViewCompletionFeatures(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) DBView.getViewCompletionFeatures(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getViewCompletionFeatures and filters its return values according to the given stereotype value.<T extends DBViewFrom>
List<T> DBColumnSet.getViewFrom(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) List of from clauses that use thisDBColumnSetin a view. -
Uses of K_CONTROL_OPTION in de.mid.innovator.srv2api.icw2dg
Methods in de.mid.innovator.srv2api.icw2dg with parameters of type K_CONTROL_OPTIONModifier and TypeMethodDescriptionDGChapter.getOwnedChapter(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All documentation chapters owned by this documentation chapter.DGViewChapter.getOwnedTypeFilterEnum(K_CONTROL_OPTION... behaviourFlags) The type filter enumeration integer value of this view chapter.DGChapter.getRedefiningChapter(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) DGViewChapter.getTableColumns(K_CONTROL_OPTION... behaviourFlags) All table columns owned by this view chapter. -
Uses of K_CONTROL_OPTION in de.mid.innovator.srv2api.icw2dm
Methods in de.mid.innovator.srv2api.icw2dm with parameters of type K_CONTROL_OPTIONModifier and TypeMethodDescriptionDMDecisionTable.getDecisionAnnotation(K_CONTROL_OPTION... behaviourFlags) This attribute lists the instances ofDMRuleAnnotationClausethat compose thisDMDecisionTable.DMDecisionTable.getDecisionInput(K_CONTROL_OPTION... behaviourFlags) This attribute lists the instances ofDMInputClausethat compose thisDMDecisionTable.<T extends MEStereotypeAble>
List<T> DRDecision.getDecisionMaker(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) DMDecisionTable.getDecisionOutput(K_CONTROL_OPTION... behaviourFlags) This attribute lists the instances ofDMOutputClausethat compose thisDMDecisionTable.<T extends MEStereotypeAble>
List<T> DRDecision.getDecisionOwner(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) DMDecisionTable.getDecisionRule(K_CONTROL_OPTION... behaviourFlags) This attribute lists the instances ofDMDecisionRulethat compose thisDMDecisionTable.DMOutputClause.getDefaultValSpec(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All values referenced by this decision rule.DMFunctionDefinition.getFormalParameter(K_CONTROL_OPTION... behaviourFlags) All instances ofDMInformationItemthat are formal parameters of thisDMFunctionDefinition.<T extends DRGElement>
List<T> DMGroup.getGroupedElement(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) DMRelation.getOwnedColumns(K_CONTROL_OPTION... behaviourFlags) This attributes lists the instances ofDMInformationItemthat define the columns in thisDMRelation.<T extends DMExpression>
List<T> DMList.getOwnedExpressions(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) This attributes lists the instances ofDMExpressionthat are the elements in thisDMList.<T extends DRRequirement>
List<T> DRGElement.getOwnedRequirement(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) References the requirements owned by this element.DMRelation.getOwnedRows(K_CONTROL_OPTION... behaviourFlags) This attributes lists the instances ofDMListthat compose the rows of thisDMRelation.DMContext.getOwnedVariableContextEntrys(K_CONTROL_OPTION... behaviourFlags) This attributes lists the instances ofDMContextEntrythat compose thisDMContextas variable.<T extends DRRequirement>
List<T> DRGElement.getRequiredBy(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) References the requirements which require this element.<T extends CLClassifier>
List<T> DMValueRangeRefAble.getUsedType(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) <T extends CLClassifier>
List<T> DMValueRangeRefAble.getUsedType(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getUsedType and filters its return values according to the given stereotype value.<T extends CLValueRangeAble>
List<T> DMValueRangeRefAble.getUsedValueRangeAble(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) TheCLValueRangeAblewhich is referenced by thisDMValueRangeRefAble.<T extends CLValueRangeAble>
List<T> DMValueRangeRefAble.getUsedValueRangeAble(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getUsedValueRangeAble and filters its return values according to the given stereotype value.<T extends DRDecisionAble>
List<T> DRDecision.getUsingDecisionAble(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) <T extends DRDecisionOutputAble>
List<T> DRDecision.getUsingDecisionOutputAble(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) -
Uses of K_CONTROL_OPTION in de.mid.innovator.srv2api.icw2drdia
Methods in de.mid.innovator.srv2api.icw2drdia with parameters of type K_CONTROL_OPTIONModifier and TypeMethodDescriptionDRDiaGroupNode.getGroupedNode(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All nodes grouped by thisDRDiaGroupNode.DRDecisionRequirementDia.getOwnedDecisionRequirementNode(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All occurrences of decision requirement elements as node owned by this decision requirement diagram. -
Uses of K_CONTROL_OPTION in de.mid.innovator.srv2api.icw2elem
Methods in de.mid.innovator.srv2api.icw2elem that return K_CONTROL_OPTIONModifier and TypeMethodDescriptionstatic K_CONTROL_OPTIONK_CONTROL_OPTION.valueOf(int value) Returns the enumeration constant of this type with the specified value.static K_CONTROL_OPTIONReturns the enum constant of this class with the specified name.static K_CONTROL_OPTION[]K_CONTROL_OPTION.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.mid.innovator.srv2api.icw2elem with parameters of type K_CONTROL_OPTIONModifier and TypeMethodDescriptionELPackage.getAppliedProfile(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All profiles which are applied by this package.ELPackage.getAppliedProfileTransitive(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All profiles which are applied by this package, extended transitively by all applied profiles.ELElement.getAssignAbleToVattr(Class<T> returnType, K_VATTR kind, K_CONTROL_OPTION... behaviourFlags) all instances which are assignable to this element according to the relationship specified by argument kind.ELElement.getAssignAbleToVattr(Class<T> returnType, MMStereotype stereotype, K_VATTR kind, K_CONTROL_OPTION... behaviourFlags) The method calls getAssignAbleToVattr and filters its return values according to the given stereotype value.<T extends ELAssociation>
List<T> ELClassifier.getAssociation(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All associations which this classifier participates in.<T extends ELAssociation>
List<T> ELClassifier.getAssociation(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getAssociation and filters its return values according to the given stereotype value.<T extends ELProperty>
List<T> ELAssociation.getAssociationEnd(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All of this association's association ends.<T extends ELProperty>
List<T> ELAssociation.getAssociationEnd(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getAssociationEnd and filters its return values according to the given stereotype value.<T extends ELProperty>
List<T> ELClassifier.getAssociationEndFirstTypedBySelf(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) <T extends ELProperty>
List<T> ELClassifier.getAssociationEndFirstTypedBySelf(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getAssociationEndFirstTypedBySelf and filters its return values according to the given stereotype value.<T extends ELProperty>
List<T> ELClassifier.getAssociationEndNavigableTypedBySelf(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All navigable association ends typed by this classifier.<T extends ELProperty>
List<T> ELClassifier.getAssociationEndNavigableTypedBySelf(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getAssociationEndNavigableTypedBySelf and filters its return values according to the given stereotype value.<T extends ELProperty>
List<T> ELClassifier.getAssociationEndNavigableTypedBySelfOrGeneralTransitive(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All navigable association ends typed by this classifier or one of its general classifiers.<T extends ELProperty>
List<T> ELClassifier.getAssociationEndNavigableTypedBySelfOrGeneralTransitive(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getAssociationEndNavigableTypedBySelfOrGeneralTransitive and filters its return values according to the given stereotype value.<T extends ELProperty>
List<T> ELAssociation.getAssociationEndsOfEndType(Class<T> returnType, ELType refObj, K_CONTROL_OPTION... behaviourFlags) All of this association's association ends connected to the end type provided byargument refObj.<T extends ELProperty>
List<T> ELAssociation.getAssociationEndsOfEndType(Class<T> returnType, MMStereotype stereotype, ELType refObj, K_CONTROL_OPTION... behaviourFlags) The method calls getAssociationEndsOfEndType and filters its return values according to the given stereotype value.<T extends ELProperty>
List<T> ELClassifier.getAssociationEndTypedBySelf(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All association ends typed by this classifier.<T extends ELProperty>
List<T> ELClassifier.getAssociationEndTypedBySelf(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getAssociationEndTypedBySelf and filters its return values according to the given stereotype value.<T extends ELProperty>
List<T> ELClassifier.getAssociationEndTypedBySelfOrGeneralTransitive(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All association ends typed by this classifier or one of its general classifiers.<T extends ELProperty>
List<T> ELClassifier.getAssociationEndTypedBySelfOrGeneralTransitive(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getAssociationEndTypedBySelfOrGeneralTransitive and filters its return values according to the given stereotype value.<T extends ELAssociation>
List<T> ELClassifier.getAssociationNavigableFrom(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All associations which have at least one association end navigable from this classifier.<T extends ELAssociation>
List<T> ELClassifier.getAssociationNavigableFrom(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getAssociationNavigableFrom and filters its return values according to the given stereotype value.<T extends ELAssociation>
List<T> ELClassifier.getAssociationOfSelfOrGeneralTransitive(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All associations which this classifier or one of its transitive general classifier participates in.<T extends ELAssociation>
List<T> ELClassifier.getAssociationOfSelfOrGeneralTransitive(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getAssociationOfSelfOrGeneralTransitive and filters its return values according to the given stereotype value.<T extends ELAssociation>
List<T> ELClassifier.getAssociationTypedBySelf(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All associations which have at least one association end typed by this classifier.<T extends ELAssociation>
List<T> ELClassifier.getAssociationTypedBySelf(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getAssociationTypedBySelf and filters its return values according to the given stereotype value.<T extends ELClassifier>
List<T> ELAssociation.getClassifierOfAssociationEnd(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All classifiers of association ends connected to this association.<T extends ELClassifier>
List<T> ELAssociation.getClassifierOfAssociationEnd(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getClassifierOfAssociationEnd and filters its return values according to the given stereotype value.<T extends ELViewGroupAble>
List<T> ELClassifier.getClassifierViewGroup(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All group able elements using this classifier.<T extends ELDependency>
List<T> ELContainerAble.getClientDependency(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) Indicates the dependencies that reference the client.<T extends ELM2CLCompartment>
List<T> ELM2Class.getCompartment(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) This meta class' compartments.<T extends ELProperty>
List<T> ELClassifier.getEffectiveRedefinerOfAssocEnd(Class<T> returnType, ELProperty refObj, K_CONTROL_OPTION... behaviourFlags) Returns properties that subset the association end given byargument refObj.<T extends ELProperty>
List<T> ELClassifier.getEffectiveRedefinerOfAssocEnd(Class<T> returnType, MMStereotype stereotype, ELProperty refObj, K_CONTROL_OPTION... behaviourFlags) The method calls getEffectiveRedefinerOfAssocEnd and filters its return values according to the given stereotype value.<T extends ELProperty>
List<T> ELClassifier.getEffectiveSubsetterOfAssocEnd(Class<T> returnType, ELProperty refObj, boolean kind, K_CONTROL_OPTION... behaviourFlags) Returns properties that subset the association end given byargument refObj.<T extends ELProperty>
List<T> ELClassifier.getEffectiveSubsetterOfAssocEnd(Class<T> returnType, MMStereotype stereotype, ELProperty refObj, boolean kind, K_CONTROL_OPTION... behaviourFlags) The method calls getEffectiveSubsetterOfAssocEnd and filters its return values according to the given stereotype value.<T extends ELElementImport>
List<T> ELNamespaceAble.getElementImport(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All element import instances owned by this namespace.<T extends ELNamespaceAble>
List<T> ELPackageAble.getElementImportingNamespace(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All namespaces that import this element.<T extends ELNamespaceAble>
List<T> ELPackageAble.getElementImportingNamespace(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getElementImportingNamespace and filters its return values according to the given stereotype value.<T extends ELViewEntry>
List<T> ELFeature.getEntryInGroupAble(Class<T> returnType, ELViewGroupAble refObj, K_CONTROL_OPTION... behaviourFlags) <T extends ELViewEntry>
List<T> ELFeature.getEntryInGroupAble(Class<T> returnType, MMStereotype stereotype, ELViewGroupAble refObj, K_CONTROL_OPTION... behaviourFlags) The method calls getEntryInGroupAble and filters its return values according to the given stereotype value.ELViewGroupAble.getFeatureNotUsedByEntry(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All features owned by the connected classifier which are not used by view entries that are directly owned by thisELViewGroupAble.ELViewGroupAble.getFeatureNotUsedByEntry(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getFeatureNotUsedByEntry and filters its return values according to the given stereotype value.ELViewGroupAble.getFeatureUsedByEntry(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) ELViewGroupAble.getFeatureUsedByEntry(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getFeatureUsedByEntry and filters its return values according to the given stereotype value.<T extends ELClassifier>
List<T> ELClassifier.getGeneralDirect(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All classifiers connected directly by a generalization as general classifier.<T extends ELClassifier>
List<T> ELClassifier.getGeneralDirect(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getGeneralDirect and filters its return values according to the given stereotype value.<T extends ELGeneralizationSet>
List<T> ELClassifier.getGeneralGeneralizationSet(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All generalization sets with this classifier as specific classifier.<T extends ELGeneralizationSet>
List<T> ELClassifier.getGeneralGeneralizationSet(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getGeneralGeneralizationSet and filters its return values according to the given stereotype value.<T extends ELGeneralization>
List<T> ELClassifier.getGeneralization(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All generalization relationships owned by this classifier.<T extends ELGeneralization>
List<T> ELGeneralizationSet.getGeneralization(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) List of the generalization set's generalizations.<T extends ELGeneralizationSet>
List<T> ELGeneralization.getGeneralizationSet(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) List of the generalization's generalization sets.<T extends ELClassifier>
List<T> ELClassifier.getGeneralTransitive(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All classifiers connected transitively by generalizations as general classifier.<T extends ELClassifier>
List<T> ELClassifier.getGeneralTransitive(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getGeneralTransitive and filters its return values according to the given stereotype value.<T extends ELM2Attribute>
List<T> ELM2Attribute.getGenericAttribute(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) The subsetted meta attribute of this generic attribute.<T extends ELM2Verify>
List<T> ELM2Class.getHierarchicalMetaVerify(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All meta verifies of this meta class and all general meta classes.<T extends ELPackageAble>
List<T> ELNamespaceAble.getImportedElement(Class<T> returnType, K_VISIBILITY kind, K_CONTROL_OPTION... behaviourFlags) Returns allELPackageAbleinstances imported by this namespace.<T extends ELPackageAble>
List<T> ELNamespaceAble.getImportedElement(Class<T> returnType, MMStereotype stereotype, K_VISIBILITY kind, K_CONTROL_OPTION... behaviourFlags) The method calls getImportedElement and filters its return values according to the given stereotype value.ELNamespaceAble.getImportedPackage(Class<T> returnType, K_VISIBILITY kind, K_CONTROL_OPTION... behaviourFlags) Returns allELPackageinstances imported by this namespace by anELPackageImport.ELNamespaceAble.getImportedPackage(Class<T> returnType, MMStereotype stereotype, K_VISIBILITY kind, K_CONTROL_OPTION... behaviourFlags) The method calls getImportedPackage and filters its return values according to the given stereotype value.<T extends ELElementImport>
List<T> ELPackageAble.getImportedPackageAble(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All element imports that import this element.<T extends ELNamespaceAble>
List<T> ELPackage.getImportingNamespace(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All namespaces that import this package.<T extends ELNamespaceAble>
List<T> ELPackage.getImportingNamespace(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getImportingNamespace and filters its return values according to the given stereotype value.<T extends ELNamespaceAble>
List<T> ELPackage.getImportingNamespaceTransitive(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All namespaces that import this package, extended transitively by all importing namespaces.<T extends ELNamespaceAble>
List<T> ELPackage.getImportingNamespaceTransitive(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getImportingNamespaceTransitive and filters its return values according to the given stereotype value.<T extends CLInstSpec>
List<T> ELValSpecInstVal.getInstSpec(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) <T extends ELM2Attribute>
List<T> ELM2Class.getInverseProperty(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All properties of inverse association ends.<T extends ELM2Attribute>
List<T> ELM2Class.getInversePropertyDerivedRType(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All properties of inverse association ends assigned to a derived relationship type.<T extends ELM2Attribute>
List<T> ELM2Class.getInversePropertyNotDerivedRType(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All properties of inverse association ends not assigned to a derived relationship type.<T extends ELM2Attribute>
List<T> ELM2Type.getM2AttributeOfKind(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) The meta attribute this element is assigned as type of 'kind' parameter.<T extends ELM2Attribute>
List<T> ELM2Type.getM2AttributeOfMode(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) The meta attribute this element is assigned as type of 'mode' parameter.ELM2CLCompartment.getM2Class(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) This compartment's meta class.<T extends ELNamespaceAsgnAble>
List<T> ELNamespaceAble.getMember(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) AllELNamespaceAsgnAbleelements visible in this namespace.<T extends ELNamespaceAsgnAble>
List<T> ELNamespaceAble.getMember(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getMember and filters its return values according to the given stereotype value.<T extends ELNamespaceAsgnAble>
List<T> ELNamespaceAble.getMemberByPattern(Class<T> returnType, MMStereotype stereotype, String pattern, K_CONTROL_OPTION... behaviourFlags) The method calls getMemberByPattern and filters its return values according to the given stereotype value.<T extends ELNamespaceAsgnAble>
List<T> ELNamespaceAble.getMemberByPattern(Class<T> returnType, String pattern, K_CONTROL_OPTION... behaviourFlags) Returns allELNamespaceAsgnAbleelements visible in this namespace.ELM2Class.getMEModelElement(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) <T extends ELM2Attribute>
List<T> ELUUIDAble.getNotToTranslateAttribute(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All attributes which should not be translated for this element.<T extends ELUUIDAble>
List<T> ELM2Attribute.getNotToTranslateElement(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) ELValSpecExpression.getOperand(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) The value specifications used as operands.ELM2Verify.getOwnClass(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) This meta class' verifies.<T extends ELNamespaceAsgnAble>
List<T> ELClassifier.getOwnedAndInheritedMember(Class<T> returnType, MMStereotype stereotype, String pattern, K_CONTROL_OPTION... behaviourFlags) The method calls getOwnedAndInheritedMember and filters its return values according to the given stereotype value.<T extends ELNamespaceAsgnAble>
List<T> ELClassifier.getOwnedAndInheritedMember(Class<T> returnType, String pattern, K_CONTROL_OPTION... behaviourFlags) Members inherited from general namespaces.<T extends ELProperty>
List<T> ELAssociation.getOwnedAssociationEnd(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All properties owned by this association which are an association end.<T extends ELProperty>
List<T> ELAssociation.getOwnedAssociationEnd(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getOwnedAssociationEnd and filters its return values according to the given stereotype value.<T extends ELM2Attribute>
List<T> ELM2Class.getOwnedAttribute(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All attributes owned by this class.ELM2Package.getOwnedClass(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) <T extends ELConstraint>
List<T> ELNamespaceAble.getOwnedConstraint(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) Specifies a set of constraints owned by this namespace.<T extends ELContAsgnAble>
List<T> ELContainerAble.getOwnedElement(Class<T> returnType, K_CONTASGN kind, K_CONTROL_OPTION... behaviourFlags) Returns the elements owned by this element.<T extends ELContAsgnAble>
List<T> ELContainerAble.getOwnedElementTransitiveDown(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) Recursively retrieves all owned containers and returns all elements owned by these containers.<T extends ELContAsgnAble>
List<T> ELContainerAble.getOwnedElementTransitiveDown(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getOwnedElementTransitiveDown and filters its return values according to the given stereotype value.<T extends ELContAsgnAble>
List<T> ELContainerAble.getOwnedElementTransitiveDownAndUnresolved(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) Recursively retrieves all owned containers and returns all elements owned by these containers which are unresolved.<T extends ELContAsgnAble>
List<T> ELContainerAble.getOwnedElementTransitiveDownAndUnresolved(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getOwnedElementTransitiveDownAndUnresolved and filters its return values according to the given stereotype value.<T extends ELLanguage>
List<T> ELM2Schema.getOwnedLanguage(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) <T extends ELM2TypeEnumMember>
List<T> ELM2TypeBoolean.getOwnedLiteral(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All Boolean literals owned by this Boolean type.<T extends ELM2TypeEnumMember>
List<T> ELM2TypeEnum.getOwnedLiteral(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All enumeration literals owned by this enumeration type.<T extends ELM2Locale>
List<T> ELM2Schema.getOwnedM2Locale(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) <T extends ELNamespaceAsgnAble>
List<T> ELNamespaceAble.getOwnedMember(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) A collection of named elements owned by the namespace.<T extends ELNamespaceAsgnAble>
List<T> ELNamespaceAble.getOwnedMemberByPattern(Class<T> returnType, MMStereotype stereotype, String pattern, K_CONTROL_OPTION... behaviourFlags) The method calls getOwnedMemberByPattern and filters its return values according to the given stereotype value.<T extends ELNamespaceAsgnAble>
List<T> ELNamespaceAble.getOwnedMemberByPattern(Class<T> returnType, String pattern, K_CONTROL_OPTION... behaviourFlags) Returns allELNamespaceAsgnAbleelements owned by this namespace.<T extends ELNamespaceAsgnAble>
List<T> ELNamespaceAble.getOwnedMemberTransitiveByPattern(Class<T> returnType, MMStereotype stereotype, String pattern, K_CONTROL_OPTION... behaviourFlags) The method calls getOwnedMemberTransitiveByPattern and filters its return values according to the given stereotype value.<T extends ELNamespaceAsgnAble>
List<T> ELNamespaceAble.getOwnedMemberTransitiveByPattern(Class<T> returnType, String pattern, K_CONTROL_OPTION... behaviourFlags) AllELNamespaceAsgnAbleelements owned by this namespace transitively extended by members of the owned namespaces.<T extends ELNamespaceAsgnAble>
List<T> ELNamespaceAble.getOwnedMemberTransitiveByPatternIgnoreCase(Class<T> returnType, MMStereotype stereotype, String pattern, K_CONTROL_OPTION... behaviourFlags) The method calls getOwnedMemberTransitiveByPatternIgnoreCase and filters its return values according to the given stereotype value.<T extends ELNamespaceAsgnAble>
List<T> ELNamespaceAble.getOwnedMemberTransitiveByPatternIgnoreCase(Class<T> returnType, String pattern, K_CONTROL_OPTION... behaviourFlags) AllELNamespaceAsgnAbleelements owned by this namespace transitively extended by members of the owned namespaces.<T extends ELContAsgnAble>
List<T> ELContainerAble.getOwnedOrReferencedElementTransitiveDown(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) Recursively retrieves all owned containers and returns all elements owned or referenced by these containers.<T extends ELContAsgnAble>
List<T> ELContainerAble.getOwnedOrReferencedElementTransitiveDown(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getOwnedOrReferencedElementTransitiveDown and filters its return values according to the given stereotype value.<T extends ELM2Package>
List<T> ELM2Schema.getOwnedPackage(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All meta packages owned by this schema.<T extends ELRelshipBinDir>
List<T> ELContainerAble.getOwnedRelshipBinDirWithTarget(Class<T> returnType, ELElement refObj, K_CONTROL_OPTION... behaviourFlags) <T extends ELRelshipBinDir>
List<T> ELContainerAble.getOwnedRelshipBinDirWithTarget(Class<T> returnType, MMStereotype stereotype, ELElement refObj, K_CONTROL_OPTION... behaviourFlags) The method calls getOwnedRelshipBinDirWithTarget and filters its return values according to the given stereotype value.ELM2Schema.getOwnedType(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All meta types owned by this schema.<T extends ELM2Verify>
List<T> ELM2Schema.getOwnedVerify(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All meta verifies owned by this schema.<T extends ELViewEntry>
List<T> ELViewGroupAble.getOwnedViewEntry(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All view entrys owned by this view group able.<T extends ELViewGroup>
List<T> ELViewGroupAble.getOwnedViewGroup(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All view groups owned by this view group able.<T extends ELContainerAble>
List<T> ELContAsgnAble.getOwnerTransitive(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) Recursivly returns all owners of this element.<T extends ELContainerAble>
List<T> ELContAsgnAble.getOwnerTransitive(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getOwnerTransitive and filters its return values according to the given stereotype value.<T extends ELPackageAble>
List<T> ELPackage.getPackagedElement(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) <T extends ELPackageImport>
List<T> ELNamespaceAble.getPackageImport(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All package import instances owned by this namespace.<T extends ELPackageImport>
List<T> ELPackage.getPackageImported(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All package imports that import this package.ELM2Class.getPRContext(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) ELM2Class.getPRNodeOfModelElement(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) ELM2Class.getPRNodeOfNode(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) <T extends ELM2Attribute>
List<T> ELM2Class.getPropertiesByM2AttributeSet(Class<T> returnType, K_M2ATTRIBUTE_SET kind, K_CONTROL_OPTION... behaviourFlags) All metaattributes of this class specified by argument kind.<T extends ELProperty>
List<T> ELAssociation.getProperty(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) The properties that are assigned to this association.<T extends ELProperty>
List<T> ELClassifier.getPropertyNavigableFrom(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All navigable properties of this classifier.<T extends ELProperty>
List<T> ELClassifier.getPropertyNavigableFrom(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getPropertyNavigableFrom and filters its return values according to the given stereotype value.<T extends ELProperty>
List<T> ELClassifier.getPropertyNavigableFromSelfOrGeneralTransitive(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All navigable properties of this classifier or its general classifiers.<T extends ELProperty>
List<T> ELClassifier.getPropertyNavigableFromSelfOrGeneralTransitive(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getPropertyNavigableFromSelfOrGeneralTransitive and filters its return values according to the given stereotype value.<T extends ELProperty>
List<T> ELAssociation.getPropertyNotAssociationEnd(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All of this association's properties which are not an association end.<T extends ELProperty>
List<T> ELAssociation.getPropertyNotAssociationEnd(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getPropertyNotAssociationEnd and filters its return values according to the given stereotype value.ELPackage.getPublicImportedPackage(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) Returns all packages imported by anELPackageImportwith 'public' visibility.ELPackage.getPublicImportedPackage(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getPublicImportedPackage and filters its return values according to the given stereotype value.ELPackage.getPublicImportedPackageTransitive(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) Returns all packages imported by anELPackageImportwith 'public' visibility extended transitively by all public imported packages.ELPackage.getPublicImportedPackageTransitive(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getPublicImportedPackageTransitive and filters its return values according to the given stereotype value.<T extends CLBehavioralFeature>
List<T> ELType.getRaisingAsException(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All behavioral features that may raise this type as an exception during an invocation.<T extends ELRedefAble>
List<T> ELRedefAble.getRedefined(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All elements redefined by this element.<T extends ELRedefAble>
List<T> ELRedefAble.getRedefining(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All elements which redefine this element.<T extends ELRelshipBinDir>
List<T> ELElement.getRelshipBinDir(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) AllELRelshipBinDirinstances with this element as source or target.<T extends ELRelshipBinDir>
List<T> ELElement.getRelshipBinDir(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getRelshipBinDir and filters its return values according to the given stereotype value.<T extends ELRelshipBinDir>
List<T> ELContainerAble.getRelshipBinDirSource(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All directed relationships with this element as source.<T extends ELRelshipBinDir>
List<T> ELElement.getRelshipBinDirTarget(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All directed relationships with this element as target.<T extends ELClassifier>
List<T> ELClassifier.getSelfAndGeneralTransitive(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) The classifier and all classifiers connected transitively by generalizations as general classifier.<T extends ELClassifier>
List<T> ELClassifier.getSelfAndGeneralTransitive(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getSelfAndGeneralTransitive and filters its return values according to the given stereotype value.<T extends ELContAsgnAble>
List<T> ELContainerAble.getSelfAndOwnedElementTransitiveDown(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) Recursively retrieves all owned containers and returns all elements owned by these containers.<T extends ELContAsgnAble>
List<T> ELContainerAble.getSelfAndOwnedElementTransitiveDown(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getSelfAndOwnedElementTransitiveDown and filters its return values according to the given stereotype value.<T extends ELContainerAble>
List<T> ELContAsgnAble.getSelfAndOwnerTransitive(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) Returns this element and recursivly returns all owners of this element.<T extends ELContainerAble>
List<T> ELContAsgnAble.getSelfAndOwnerTransitive(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getSelfAndOwnerTransitive and filters its return values according to the given stereotype value.<T extends ELClassifier>
List<T> ELClassifier.getSelfAndSpecificTransitive(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) The classifier and all classifiers connected transitively by generalizations as specific classifier.<T extends ELClassifier>
List<T> ELClassifier.getSelfAndSpecificTransitive(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getSelfAndSpecificTransitive and filters its return values according to the given stereotype value.<T extends ELClassifier>
List<T> ELClassifier.getSelfAndSpecificTransitiveNotAbstract(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) This classifier, if it is not abstract and all classifiers which are not abstract are connected transitively by generalizations as specific classifier.<T extends ELClassifier>
List<T> ELClassifier.getSelfAndSpecificTransitiveNotAbstract(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getSelfAndSpecificTransitiveNotAbstract and filters its return values according to the given stereotype value.<T extends ELProperty>
List<T> ELProperty.getSelfAndSubsettedTransitive(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) This element and all properties transitively subsetted by this element.<T extends ELProperty>
List<T> ELProperty.getSelfAndSubsettedTransitive(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getSelfAndSubsettedTransitive and filters its return values according to the given stereotype value.<T extends ELProperty>
List<T> ELProperty.getSelfAndSubsettingTransitive(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) This element and all properties transitively subsetting this element.<T extends ELProperty>
List<T> ELProperty.getSelfAndSubsettingTransitive(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getSelfAndSubsettingTransitive and filters its return values according to the given stereotype value.<T extends ELGeneralization>
List<T> ELClassifier.getSpecialization(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All generalization relationships with this element as general classifier.<T extends ELClassifier>
List<T> ELClassifier.getSpecificDirect(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All classifiers connected directly by a generalization as specific classifier.<T extends ELClassifier>
List<T> ELClassifier.getSpecificDirect(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getSpecificDirect and filters its return values according to the given stereotype value.<T extends ELGeneralization>
List<T> ELClassifier.getSpecificGeneralization(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All generalizations this classifier is connected to as general classifier.<T extends ELGeneralizationSet>
List<T> ELClassifier.getSpecificGeneralizationSet(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All generalization sets with this classifier as general classifier.<T extends ELGeneralizationSet>
List<T> ELClassifier.getSpecificGeneralizationSet(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getSpecificGeneralizationSet and filters its return values according to the given stereotype value.<T extends ELClassifier>
List<T> ELClassifier.getSpecificTransitive(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All classifiers connected transitively by generalizations as specific classifier.<T extends ELClassifier>
List<T> ELClassifier.getSpecificTransitive(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getSpecificTransitive and filters its return values according to the given stereotype value.<T extends ELClassifier>
List<T> ELClassifier.getSpecificTransitiveNotAbstract(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All non-abstract classifiers connected transitively by generalizations as specific classifier.<T extends ELClassifier>
List<T> ELClassifier.getSpecificTransitiveNotAbstract(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getSpecificTransitiveNotAbstract and filters its return values according to the given stereotype value.ELClassifier.getSpecificTransitiveNotAbstractRange(Class<T> returnType, ELProperty refObj, K_CONTROL_OPTION... behaviourFlags) If the property provided byargument refObjis an association end, the result of SpecificTransitiveNotAbstractTypesOfEffectiveSubsetterOfAssocEndIntersectedByInverseAssocEnd is returned.ELClassifier.getSpecificTransitiveNotAbstractRange(Class<T> returnType, MMStereotype stereotype, ELProperty refObj, K_CONTROL_OPTION... behaviourFlags) The method calls getSpecificTransitiveNotAbstractRange and filters its return values according to the given stereotype value.ELClassifier.getSpecificTransitiveNotAbstractTypesOfEffectiveSubsetterOfAssocEnd(Class<T> returnType, ELProperty refObj, boolean kind, K_CONTROL_OPTION... behaviourFlags) Returns non-abstract specializations (transitive) of types of properties that subset the association end given byargument refObj.ELClassifier.getSpecificTransitiveNotAbstractTypesOfEffectiveSubsetterOfAssocEnd(Class<T> returnType, MMStereotype stereotype, ELProperty refObj, boolean kind, K_CONTROL_OPTION... behaviourFlags) The method calls getSpecificTransitiveNotAbstractTypesOfEffectiveSubsetterOfAssocEnd and filters its return values according to the given stereotype value.ELClassifier.getSpecificTransitiveNotAbstractTypesOfEffectiveSubsetterOfAssocEndIntersectedByInverseAssocEnd(Class<T> returnType, ELProperty refObj, boolean kind, K_CONTROL_OPTION... behaviourFlags) Returns non-abstract specializations (transitive) of types of properties that subset the association end given byargument refObj.ELClassifier.getSpecificTransitiveNotAbstractTypesOfEffectiveSubsetterOfAssocEndIntersectedByInverseAssocEnd(Class<T> returnType, MMStereotype stereotype, ELProperty refObj, boolean kind, K_CONTROL_OPTION... behaviourFlags) The method calls getSpecificTransitiveNotAbstractTypesOfEffectiveSubsetterOfAssocEndIntersectedByInverseAssocEnd and filters its return values according to the given stereotype value.<T extends ANStructuralFeature>
List<T> ELStructFeature.getStructuralFeatureAction(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) StructuralFeatureAction is an abstract class for all structural feature actions.<T extends ELProperty>
List<T> ELProperty.getSubsettedProperty(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) The properties that are subsetted by this property.<T extends ELProperty>
List<T> ELProperty.getSubsettedTransitive(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All properties transitively subsetted by this element.<T extends ELProperty>
List<T> ELProperty.getSubsettedTransitive(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getSubsettedTransitive and filters its return values according to the given stereotype value.<T extends ELProperty>
List<T> ELProperty.getSubsettingProperty(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) The properties that subset this property.<T extends ELProperty>
List<T> ELProperty.getSubsettingTransitive(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All properties transitively subsetting this element.<T extends ELProperty>
List<T> ELProperty.getSubsettingTransitive(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getSubsettingTransitive and filters its return values according to the given stereotype value.<T extends ELDependency>
List<T> ELNamedElement.getSupplierDependency(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) Indicates the dependencies that reference the supplier.<T extends ELTranslationAble>
List<T> ELM2Locale.getTranslation(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All translation containers of this locale.<T extends ELTypedElement>
List<T> ELType.getTypedElement(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) <T extends ELTypedElement>
List<T> ELType.getTypedElementNotAssocEnd(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All elements typed by this type which are not part of an association.<T extends ELTypedElement>
List<T> ELType.getTypedElementNotAssocEnd(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getTypedElementNotAssocEnd and filters its return values according to the given stereotype value.<T extends ELM2Attribute>
List<T> ELM2Type.getTypedM2Attribute(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All meta attributes typed by this meta type.<T extends ELValSpecExpression>
List<T> ELM2TypeString.getTypedValSpecExpression(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All expression values typed by this meta string type.<T extends ELValSpecOpaqueExpr>
List<T> ELM2TypeString.getTypedValSpecOpaqueExpr(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All opaque expression values typed by this meta string type.<T extends ELM2TypeRange>
List<T> ELM2TypeEnumMember.getTypeRange(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All of this enum member's type ranges.ELClassifier.getTypesOfEffectiveSubsetterOfAssocEnd(Class<T> returnType, ELProperty refObj, boolean kind, K_CONTROL_OPTION... behaviourFlags) Returns the types of properties that subset the association end given byargument refObj.ELClassifier.getTypesOfEffectiveSubsetterOfAssocEnd(Class<T> returnType, MMStereotype stereotype, ELProperty refObj, boolean kind, K_CONTROL_OPTION... behaviourFlags) The method calls getTypesOfEffectiveSubsetterOfAssocEnd and filters its return values according to the given stereotype value.ELViewElement.getUsedFeature(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) List of features used by this view element.<T extends ELViewElement>
List<T> ELFeature.getUsingViewElement(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) List of view elements using this feature.ELTypedElement.getValSpecOfTypedElement(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All value specifications assigned to this typed element.ELTypedElement.getValSpecOfTypedElementWithPattern(Class<T> returnType, MMStereotype stereotype, String pattern, K_CONTROL_OPTION... behaviourFlags) The method calls getValSpecOfTypedElementWithPattern and filters its return values according to the given stereotype value.ELTypedElement.getValSpecOfTypedElementWithPattern(Class<T> returnType, String pattern, K_CONTROL_OPTION... behaviourFlags) All value specifications assigned to this typed element with argument pattern.<T extends ELValueContainerAble>
List<T> ELValueReUseAble.getValueContainerAble(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) <T extends ELValueReUseAble>
List<T> ELValueContainerAble.getValueReUseAble(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) <T extends ELM2Verify>
List<T> ELM2Class.getVerify(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) The meta classes this verify is assigned to.<T extends ELM2Attribute>
List<T> ELM2Class.getVersionProperty(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All members conform toELM2Attributes which are not derived and not connected to an association.<T extends ELM2Attribute>
List<T> ELM2Class.getVersionPropertyRsIn(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All properties owned by this class or one of its general classes and connected to an association.<T extends ELM2Attribute>
List<T> ELM2Class.getVersionPropertyRsOptional(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) Takes all properties of VersionPropertyRsOut and replaces attributes owned by a relationship type with the corresponding attributes owned by the derived relationship type.<T extends ELM2Attribute>
List<T> ELM2Class.getVersionPropertyRsOut(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All properties typed by this class or one of its general classes.<T extends ELViewGroup>
List<T> ELViewNavigAble.getViewNavigAbleGroup(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All view groups which navigate by this element.ELClassifier.getViewTransitive(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All views which are directly or indirectly deduced from this classifier.ELClassifier.getViewTransitive(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getViewTransitive and filters its return values according to the given stereotype value. -
Uses of K_CONTROL_OPTION in de.mid.innovator.srv2api.icw2er
Methods in de.mid.innovator.srv2api.icw2er with parameters of type K_CONTROL_OPTIONModifier and TypeMethodDescription<T extends IMForeignKeyAble>
List<T> EREntity.getAllConnections(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) List of all connections (roles or generalizations) of thisEREntity.
If an element of the list is a role, it is the role to the partner entity! If an element of the list is a generaliziaton, this entity can be source or target.<T extends IMForeignKeyAble>
List<T> EREntity.getAllConnections(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getAllConnections and filters its return values according to the given stereotype value.<T extends IMForeignKeyAble>
List<T> ERView.getAllConnections(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) List of all connections (roles or generalizations) of the firstEREntityof thisERView.
If an element of the list is a role, it is the role to the partner entity! If an element of the list is a generalization, this entity can be source or target.<T extends IMForeignKeyAble>
List<T> ERView.getAllConnections(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getAllConnections and filters its return values according to the given stereotype value.<T extends ERUsedAttribute>
List<T> ERViewFrom.getAttributeSetAttribute(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) EREntity.getAutoMapDatabaseModels(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) EREntity.getAutoMapDatabaseModels(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getAutoMapDatabaseModels and filters its return values according to the given stereotype value.<T extends IMClassifier>
List<T> BI2HierarchyLevel.getDBColumnSets(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) Get all DB elements which have a mapping dependency to thisBI2HierarchyLevel.<T extends IMClassifier>
List<T> BI2HierarchyLevel.getDBColumnSets(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getDBColumnSets and filters its return values according to the given stereotype value.<T extends ERUsedAttribute>
List<T> BI2CubeDimension.getDimensionAttribute(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) Gets the dimension attributes of thisBI2CubeDimension.<T extends ERUsedAttribute>
List<T> BI2CubeDimension.getDimensionAttribute(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getDimensionAttribute and filters its return values according to the given stereotype value.<T extends BI2DimensionAttribute>
List<T> ERUsedAttribute.getDimensionAttribute(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) List of dimension attributes using thisERUsedAttribute.<T extends ERUsedAttribute>
List<T> BI2Cube.getDimensionAttributes(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) Gets the dimension attributes of thisBI2Cube.<T extends ERUsedAttribute>
List<T> BI2Cube.getDimensionAttributes(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getDimensionAttributes and filters its return values according to the given stereotype value.<T extends BI2DimensionAttribute>
List<T> BI2HierarchyLevel.getDimensionAttributes(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) <T extends BI2DimensionAttribute>
List<T> BI2HierarchyLevel.getDimensionAttributes(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getDimensionAttributes and filters its return values according to the given stereotype value.<T extends MEModelElement>
List<T> EREntity.getElementExistentialDependencyIn(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) Gets the existence prerequisite elements (ERRelationshiporERGeneralization) which thisEREntityis at the foreign key side for.<T extends MEModelElement>
List<T> EREntity.getElementExistentialDependencyIn(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getElementExistentialDependencyIn and filters its return values according to the given stereotype value.<T extends MEModelElement>
List<T> EREntity.getElementExistentialDependencyOut(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) Gets the existence prerequisite elements (ERRelationshiporERGeneralization) which thisEREntityis at the unique key side for.<T extends MEModelElement>
List<T> EREntity.getElementExistentialDependencyOut(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getElementExistentialDependencyOut and filters its return values according to the given stereotype value.ERAttribute.getERForeignKey(K_CONTROL_OPTION... behaviourFlags) ERAttribute.getERUniqueKey(K_CONTROL_OPTION... behaviourFlags) <T extends ERUsedAttribute>
List<T> ERAttribute.getERUniqueKeyAttribute(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) List of unique key attributes, referenced by this foreign key attribute.<T extends ERUsedAttribute>
List<T> ERAttribute.getERUniqueKeyAttributeOrigin(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) Gets the origin attributes of this foreign key attribute.<T extends IMForeignKeyAble>
List<T> EREntity.getForeignKeyAble(Class<T> returnType, ELElement refObj, K_CONTROL_OPTION... behaviourFlags) List of all foreign key assignable elements (roles or generalizations) which can be potentially referenced by anERForeignKeyin thisEREntity.
If there is an entity or a unique given by theargument refObj, the result will be restricted to the elements which the entity or the entity of the unique key is at the referenced side of the relationship.<T extends IMForeignKeyAble>
List<T> EREntity.getForeignKeyAble(Class<T> returnType, MMStereotype stereotype, ELElement refObj, K_CONTROL_OPTION... behaviourFlags) The method calls getForeignKeyAble and filters its return values according to the given stereotype value.<T extends IMForeignKeyAble>
List<T> ERAttributeSet.getForeignKeyAbleBetween(Class<T> returnType, ERAttributeSet refObj, K_CONTROL_OPTION... behaviourFlags) <T extends IMForeignKeyAble>
List<T> ERAttributeSet.getForeignKeyAbleBetween(Class<T> returnType, MMStereotype stereotype, ERAttributeSet refObj, K_CONTROL_OPTION... behaviourFlags) The method calls getForeignKeyAbleBetween and filters its return values according to the given stereotype value.<T extends IMForeignKeyAble>
List<T> EREntity.getForeignKeyAbleMissed(Class<T> returnType, ELElement refObj, K_CONTROL_OPTION... behaviourFlags) List of all foreign key assignable elements (roles or generalizations) which can be potentially, but are not yet referenced by anERForeignKeyin thisEREntity.
If there is an entity or a unique given by theargument refObj, the result will be restricted to the elements which the entity or the entity of the unique key is at the referenced side of the relationship.<T extends IMForeignKeyAble>
List<T> EREntity.getForeignKeyAbleMissed(Class<T> returnType, MMStereotype stereotype, ELElement refObj, K_CONTROL_OPTION... behaviourFlags) The method calls getForeignKeyAbleMissed and filters its return values according to the given stereotype value.<T extends IMForeignKeyAble>
List<T> EREntity.getForeignKeyAbleUsed(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) List of all foreign key assignable elements (roles or generalizations) which are referenced by anERForeignKeyin thisEREntity.<T extends IMForeignKeyAble>
List<T> EREntity.getForeignKeyAbleUsed(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getForeignKeyAbleUsed and filters its return values according to the given stereotype value.EREntity.getForeignKeyByReferencedEntity(EREntity refObj, K_CONTROL_OPTION... behaviourFlags) EREntity.getForeignKeyByReferencedEntity(MMStereotype stereotype, EREntity refObj, K_CONTROL_OPTION... behaviourFlags) The method calls getForeignKeyByReferencedEntity and filters its return values according to the given stereotype value.<T extends ERAttributeSet>
List<T> ERView.getFromAttributeSet(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) <T extends ERAttributeSet>
List<T> ERView.getFromAttributeSet(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getFromAttributeSet and filters its return values according to the given stereotype value.<T extends ERUsedAttribute>
List<T> ERView.getFromAttributeSetAttribute(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) <T extends ERUsedAttribute>
List<T> ERView.getFromAttributeSetAttribute(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getFromAttributeSetAttribute and filters its return values according to the given stereotype value.<T extends ERRelationship>
List<T> EREntity.getMandatoryReferencingMeRelationship(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) Get all mandatory relationships of the entity, if thisEREntityis on primary key side.<T extends ERRelationship>
List<T> EREntity.getMandatoryReferencingMeRelationship(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getMandatoryReferencingMeRelationship and filters its return values according to the given stereotype value.<T extends ERRelationship>
List<T> EREntity.getMandatoryReferencingRelationship(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) Get all mandatory relationships of the entity, if thisEREntityis on foreign key side.<T extends ERRelationship>
List<T> EREntity.getMandatoryReferencingRelationship(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getMandatoryReferencingRelationship and filters its return values according to the given stereotype value.<T extends ERRelationship>
List<T> EREntity.getOptionalReferencingMeRelationship(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) Get all optional relationships of the entity, if thisEREntityis on primary key side.<T extends ERRelationship>
List<T> EREntity.getOptionalReferencingMeRelationship(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getOptionalReferencingMeRelationship and filters its return values according to the given stereotype value.<T extends ERRelationship>
List<T> EREntity.getOptionalReferencingRelationship(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) Get all optional relationships of the entity, if thisEREntityis on foreign key side.<T extends ERRelationship>
List<T> EREntity.getOptionalReferencingRelationship(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getOptionalReferencingRelationship and filters its return values according to the given stereotype value.<T extends BI2DimensionAttribute>
List<T> BI2DimensionLevel.getOwnedAttribute(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) List of all dimension attributes of this anBI2DimensionLevelEREntity.getOwnedAttribute(K_CONTROL_OPTION... behaviourFlags) List of attributes of this entity.ERView.getOwnedAttribute(K_CONTROL_OPTION... behaviourFlags) List of attributes of thisERView.ERCheckConstraint.getOwnedConstraintAssign(K_CONTROL_OPTION... behaviourFlags) All check constraint assignments of thisERCheckConstraint.BI2Cube.getOwnedCubeDimension(K_CONTROL_OPTION... behaviourFlags) List of cube dimensions of thisBI2Cube.BI2CubeDimension.getOwnedCubeDimensionHierarchy(K_CONTROL_OPTION... behaviourFlags) List of cube dimension hierarchies of thisBI2CubeDimension.ERAttribute.getOwnedERCheckConstraint(K_CONTROL_OPTION... behaviourFlags) List of check constraints owned by thisERAttribute.EREntity.getOwnedERCheckConstraint(K_CONTROL_OPTION... behaviourFlags) List of check constraints owned by thisEREntity.EREntity.getOwnedForeignKey(K_CONTROL_OPTION... behaviourFlags) List of foreign keys of this entity.<T extends ERViewFrom>
List<T> ERView.getOwnedFrom(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) List of from clauses of thisERView.<T extends ERViewFrom>
List<T> ERView.getOwnedFromByRef(Class<T> returnType, ERAttributeSet refObj, K_CONTROL_OPTION... behaviourFlags) <T extends ERViewFrom>
List<T> ERView.getOwnedFromByRef(Class<T> returnType, MMStereotype stereotype, ERAttributeSet refObj, K_CONTROL_OPTION... behaviourFlags) The method calls getOwnedFromByRef and filters its return values according to the given stereotype value.BI2DimensionTree.getOwnedHierarchy(K_CONTROL_OPTION... behaviourFlags) List of hierarchys of thisBI2DimensionTree.BI2DimensionTree.getOwnedLevel(K_CONTROL_OPTION... behaviourFlags) BI2Hierarchy.getOwnedLevel(K_CONTROL_OPTION... behaviourFlags) BIHierarchy.getOwnedLevel(K_CONTROL_OPTION... behaviourFlags) BIHierarchyLevel.getOwnedLevelAttribute(K_CONTROL_OPTION... behaviourFlags) List of all level attributes of this anBIHierarchyLevelEREntity.getOwnedRole(K_CONTROL_OPTION... behaviourFlags) ERRelationship.getOwnedRole(K_CONTROL_OPTION... behaviourFlags) List of roles owned by this relationship.BIHierarchyLevel.getOwnedSortAttribute(K_CONTROL_OPTION... behaviourFlags) List of all sort attributes of this anBIHierarchyLevelERView.getOwnedSubselectFrom(K_CONTROL_OPTION... behaviourFlags) List of subselect from clauses of thisERView.ERView.getOwnedSubView(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) List of sub views of this combined view.EREntity.getOwnedUniqueKey(K_CONTROL_OPTION... behaviourFlags) ERView.getOwnedUniqueKey(K_CONTROL_OPTION... behaviourFlags) <T extends MEModelElement>
List<T> BIHierarchy.getPossibleLevelActivator(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) Activator of anBIHierarchyLevelis either an attribute set for the top level, or a connection to the attribute set of the last level.<T extends MEModelElement>
List<T> BIHierarchy.getPossibleLevelActivator(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getPossibleLevelActivator and filters its return values according to the given stereotype value.ERAttributeSet.getPropagationViews(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) Returns all views which are viewing thisERAttributeSet, but not yet viewing all attributes of this attribute set.ERAttributeSet.getPropagationViews(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getPropagationViews and filters its return values according to the given stereotype value.ERUsedAttribute.getPropagationViews(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) Returns all views which are viewing theERAttributeSetof thisERUsedAttribute, but not this attribute.ERUsedAttribute.getPropagationViews(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getPropagationViews and filters its return values according to the given stereotype value.<T extends ERRelationship>
List<T> EREntity.getReferencingMeRelationship(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) Get all relationships of the entity, if thisEREntityis on primary key side.<T extends ERRelationship>
List<T> EREntity.getReferencingMeRelationship(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getReferencingMeRelationship and filters its return values according to the given stereotype value.<T extends ERRelationship>
List<T> EREntity.getReferencingRelationship(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) Get all relationships of the entity, if thisEREntityis on foreign key side.<T extends ERRelationship>
List<T> EREntity.getReferencingRelationship(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getReferencingRelationship and filters its return values according to the given stereotype value.<T extends ERRelationship>
List<T> EREntity.getRelationshipOfEntity(Class<T> returnType, EREntity refObj, K_CONTROL_OPTION... behaviourFlags) <T extends ERRelationship>
List<T> EREntity.getRelationshipOfEntity(Class<T> returnType, MMStereotype stereotype, EREntity refObj, K_CONTROL_OPTION... behaviourFlags) The method calls getRelationshipOfEntity and filters its return values according to the given stereotype value.<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) <T extends IMForeignKeyAble>
List<T> EREntity.getUniqueKeyForeignKeyAble(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) List of all foreign key assignable elements (roles or generalizations) where thisEREntityis on the unique key side.<T extends IMForeignKeyAble>
List<T> EREntity.getUniqueKeyForeignKeyAble(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getUniqueKeyForeignKeyAble and filters its return values according to the given stereotype value.<T extends ERUsedAttribute>
List<T> ERViewAttribute.getUsedAttribute(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) <T extends ERViewElement>
List<T> ERUsedAttribute.getUsingERViewElement(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) <T extends ERViewFrom>
List<T> ERAttributeSet.getViewFrom(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) List of from clauses that use this attributes set in a view.EREntity.getViewingViews(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) EREntity.getViewingViews(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getViewingViews and filters its return values according to the given stereotype value. -
Uses of K_CONTROL_OPTION in de.mid.innovator.srv2api.icw2gc
Methods in de.mid.innovator.srv2api.icw2gc with parameters of type K_CONTROL_OPTIONModifier and TypeMethodDescriptionGCNode.getDirectlyConnectedPredecessors(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) GCNode.getDirectlyConnectedPredecessors(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getDirectlyConnectedPredecessors and filters its return values according to the given stereotype value.GCNode.getDirectlyConnectedSuccessors(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) GCNode.getDirectlyConnectedSuccessors(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getDirectlyConnectedSuccessors and filters its return values according to the given stereotype value.GCConcept.getNestedConceptsByDiagram(GCDia refObj, K_CONTROL_OPTION... behaviourFlags) Finds the sons of the diagram occurrence withinargument refObjof this concept and returns the corresponding concepts of these nodes.GCConcept.getNestedConceptsByDiagram(MMStereotype stereotype, GCDia refObj, K_CONTROL_OPTION... behaviourFlags) The method calls getNestedConceptsByDiagram and filters its return values according to the given stereotype value.GCConcept.getNestedConceptsByPresentation(K_CONTROL_OPTION... behaviourFlags) Finds the sons of all diagram occurrences of this concept and returns the corresponding concepts of these nodes.GCConcept.getNestedConceptsByPresentation(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getNestedConceptsByPresentation and filters its return values according to the given stereotype value.<T extends MMCommentContainerAble>
List<T> GCConcept.getRealizingElement(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) <T extends MMCommentContainerAble>
List<T> GCConcept.getRealizingElement(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getRealizingElement and filters its return values according to the given stereotype value. -
Uses of K_CONTROL_OPTION in de.mid.innovator.srv2api.icw2gcdia
Methods in de.mid.innovator.srv2api.icw2gcdia with parameters of type K_CONTROL_OPTIONModifier and TypeMethodDescriptionGCDynDia.getIgnoredNode(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) GCDiaConceptNode.getNestedNode(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All nodes owned by this concept node.GCDia.getOwnedNode(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) -
Uses of K_CONTROL_OPTION in de.mid.innovator.srv2api.icw2ia
Methods in de.mid.innovator.srv2api.icw2ia with parameters of type K_CONTROL_OPTIONModifier and TypeMethodDescriptionIAInteraction.getAction(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) Action of the interaction.IAUse.getActualGate(K_CONTROL_OPTION... behaviourFlags) IAMessage.getArgument(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) The arguments of the message.IAUse.getArguments(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) <T extends MEModelElement>
List<T> IAConsider.getConsideredElement(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) Returns the considered elements.<T extends MEModelElement>
List<T> IAConsider.getConsideredElement(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getConsideredElement and filters its return values according to the given stereotype value.<T extends IACovering>
List<T> IACovered.getCoveredBy(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) <T extends MEModelElement>
List<T> IAConsider.getElement(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All model elements of this considered element.<T extends MEModelElement>
List<T> IAIgnore.getElement(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All model elements of this ignored element.<T extends IAExecSpec>
List<T> IAExecOccSpec.getFinished(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) References the occurrence specification that designates the finish of the action or behavior.IAInteraction.getFormalGate(K_CONTROL_OPTION... behaviourFlags) Specifies the gates that form the message interface between thisIAInteractionand anyIAUsethat reference it.<T extends IAFragment>
List<T> IAInteraction.getFragment(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) The ordered set of fragments in the interaction.<T extends IAFragment>
List<T> IAOperand.getFragment(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) Fragments of the operand.IAFragment.getGeneralOrdering(K_CONTROL_OPTION... behaviourFlags) The general ordering relationships contained in this fragment.<T extends MEModelElement>
List<T> IAIgnore.getIgnoredElement(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) Returns the ignored elements.<T extends MEModelElement>
List<T> IAIgnore.getIgnoredElement(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getIgnoredElement and filters its return values according to the given stereotype value.IAInteraction.getLifeline(K_CONTROL_OPTION... behaviourFlags) Specifies the participants in this interaction.IAInteraction.getLostAndFound(K_CONTROL_OPTION... behaviourFlags) The occurrences of lost or found messages contained in this interaction.IAInteraction.getMessage(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) The messages contained in this interaction.IACombined.getOperand(K_CONTROL_OPTION... behaviourFlags) The set of operands of the combined fragment.IAInteraction.getOwnedDurationConstraint(K_CONTROL_OPTION... behaviourFlags) IAInteraction.getOwnedTimeConstraint(K_CONTROL_OPTION... behaviourFlags) <T extends IAExecSpec>
List<T> IAExecOccSpec.getStarted(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) References the occurrence specification that designates the start of the action or behavior. -
Uses of K_CONTROL_OPTION in de.mid.innovator.srv2api.icw2im
Methods in de.mid.innovator.srv2api.icw2im with parameters of type K_CONTROL_OPTIONModifier and TypeMethodDescription<T extends IMProperty>
List<T> IMIndex.getAddableProperty(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) List of all addable properties.<T extends IMProperty>
List<T> IMIndex.getAddableProperty(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getAddableProperty and filters its return values according to the given stereotype value.<T extends IMProperty>
List<T> IMKey.getAddableProperty(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) List of all addable properties.<T extends IMProperty>
List<T> IMKey.getAddableProperty(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getAddableProperty and filters its return values according to the given stereotype value.<T extends MEConstraint>
List<T> IMClassifier.getAllAssignedConstraint(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All constraints which are assigned to thisIMClassifieror to aIMPropertyof this classifier.<T extends MEConstraint>
List<T> IMClassifier.getAllAssignedConstraint(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getAllAssignedConstraint and filters its return values according to the given stereotype value.<T extends IMClassifier>
List<T> IMConstraint.getConstrainedClassifier(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) Gets all classifiers which are directly assigned by thisIMConstraintor contain aIMPropertyassigned by this constraint.<T extends IMClassifier>
List<T> IMConstraint.getConstrainedClassifier(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getConstrainedClassifier and filters its return values according to the given stereotype value.<T extends IMClassifier>
List<T> IMConstraintAssign.getConstrainedClassifier(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) Gets all classifiers constrained by thisIMConstraintAssign, directly or indirectly via owned properties or used data types.<T extends IMClassifier>
List<T> IMConstraintAssign.getConstrainedClassifier(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getConstrainedClassifier and filters its return values according to the given stereotype value.<T extends IMKeyRelationship>
List<T> IMClassifier.getForeignKeyReferencingOwnedUniqueKey(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) <T extends IMKeyRelationship>
List<T> IMClassifier.getForeignKeyReferencingOwnedUniqueKey(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getForeignKeyReferencingOwnedUniqueKey and filters its return values according to the given stereotype value.IMFeature.getIndex(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) IMFeature.getIndex(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getIndex and filters its return values according to the given stereotype value.<T extends IMIndexedFeature>
List<T> IMFeature.getIndexedFeature(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) List of indexed features of thisIMFeature.IMFeature.getKey(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) IMFeature.getKey(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getKey and filters its return values according to the given stereotype value.<T extends IMClassifier>
List<T> IMKeyRelationship.getKeyClassifier(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) Returns a list of two elements.<T extends IMClassifier>
List<T> IMKeyRelationship.getKeyClassifier(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getKeyClassifier and filters its return values according to the given stereotype value.<T extends IMKeyFeature>
List<T> IMFeature.getKeyFeature(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) List of key features that use thisIMFeature.<T extends IMKeyRelationship>
List<T> IMProperty.getKeyRelationship(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) <T extends IMKeyRelationship>
List<T> IMProperty.getKeyRelationship(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getKeyRelationship and filters its return values according to the given stereotype value.<T extends IMKeyRelationship>
List<T> IMUniqueKey.getKeyRelationship(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) List of key relationships that reference this unique key.<T extends IMProperty>
List<T> IMFeature.getKeyRelationshipProperty(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) List of foreign key properties, referencing this unique key property.<T extends IMProperty>
List<T> IMFeature.getKeyRelationshipProperty(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getKeyRelationshipProperty and filters its return values according to the given stereotype value.<T extends IMProperty>
List<T> IMFeature.getKeyRelationshipPropertyRecursive(Class<T> returnType, IMClassifier refObj, K_CONTROL_OPTION... behaviourFlags) List of foreign key properties, referencing this unique key property indirectly.<T extends IMProperty>
List<T> IMFeature.getKeyRelationshipPropertyRecursive(Class<T> returnType, MMStereotype stereotype, IMClassifier refObj, K_CONTROL_OPTION... behaviourFlags) The method calls getKeyRelationshipPropertyRecursive and filters its return values according to the given stereotype value.IMSemanticDataType.getOwnedDBCheckConstraint(K_CONTROL_OPTION... behaviourFlags) List of check constraints owned by thisIMSemanticDataType.IMSemanticDataType.getOwnedERConstraint(K_CONTROL_OPTION... behaviourFlags) List of check constraints owned by thisIMSemanticDataType.<T extends IMProcedureExpression>
List<T> IMProcedureExpressionAble.getOwnedExpression(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) IMClassifier.getOwnedFeature(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) List of features of this classifier.<T extends IMGeneralizationSet>
List<T> IMClassifier.getOwnedGeneralizationSet(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All generalization sets owned by this classifier.<T extends IMConstraint>
List<T> IMClassifier.getOwnedIMConstraint(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All constraints owned by this classifier.IMClassifier.getOwnedIMTrigger(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) List of all triggers of this classifier.<T extends IMIndexedFeature>
List<T> IMIndex.getOwnedIndexedFeature(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) List of indexed features of thisIMIndex.<T extends IMIndexedFeature>
List<T> IMIndex.getOwnedIndexedFeatureIncluded(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) List of included indexed features of thisIMIndex.<T extends IMIndexedFeature>
List<T> IMIndex.getOwnedIndexedFeatureIncluded(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getOwnedIndexedFeatureIncluded and filters its return values according to the given stereotype value.<T extends IMIndexedFeature>
List<T> IMIndex.getOwnedIndexedFeatureRegular(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) List of regular indexed features of thisIMIndex.<T extends IMIndexedFeature>
List<T> IMIndex.getOwnedIndexedFeatureRegular(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getOwnedIndexedFeatureRegular and filters its return values according to the given stereotype value.IMClassifier.getOwnedKey(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) <T extends IMKeyFeature>
List<T> IMKey.getOwnedKeyFeature(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) List of key features of thisIMKey.IMKeyRelationship.getOwnedKeyRelationshipFeature(K_CONTROL_OPTION... behaviourFlags) List of key relationship features of thisIMKeyRelationship.<T extends IMProperty>
List<T> IMClassifier.getOwnedProperty(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) List of properties of this classifier.IMProperty.getOwnedTypeDefinition(K_CONTROL_OPTION... behaviourFlags) IMSemanticDataType.getOwnedTypeDefinition(K_CONTROL_OPTION... behaviourFlags) List of type definitions of this semantic data type.IMUniqueKey.getOwnedUniqueKeyFeature(K_CONTROL_OPTION... behaviourFlags) List of unique key features of this unique key.<T extends IMProperty>
List<T> IMIndex.getProperty(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) <T extends IMProperty>
List<T> IMIndex.getProperty(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getProperty and filters its return values according to the given stereotype value.IMKey.getProperty(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) Gets all features of thisIMKey, unique or foreign key.
In DB context, these features are columns; in ER context, these features are attributes.IMKey.getProperty(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getProperty and filters its return values according to the given stereotype value.<T extends IMProperty>
List<T> IMViewFrom.getPropertySetProperty(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) <T extends IMProperty>
List<T> IMViewFrom.getPropertySetProperty(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getPropertySetProperty and filters its return values according to the given stereotype value.<T extends IMSemanticDataType>
List<T> IMSemanticDataType.getSameTypedSemanticDataTypes(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) Returns the list of other semantic data type with identical owned data type definitions and the same master type.<T extends IMSemanticDataType>
List<T> IMSemanticDataType.getSameTypedSemanticDataTypes(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getSameTypedSemanticDataTypes and filters its return values according to the given stereotype value.<T extends IMProperty>
List<T> IMSemanticDataType.getTypedBySemanticProperty(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) <T extends IMProperty>
List<T> IMDataType.getTypedIMProperty(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) <T extends IMSemanticDataType>
List<T> IMDataTypeDefinition.getTypedSemanticDataType(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) The semantic data type typed by this data type definition.<T extends IMUniqueKey>
List<T> IMProperty.getUniqueKey(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) <T extends IMUniqueKey>
List<T> IMProperty.getUniqueKey(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getUniqueKey and filters its return values according to the given stereotype value.<T extends IMProperty>
List<T> IMProperty.getUniqueKeyProperty(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) List of unique key properties, referenced by this foreign key property.<T extends IMProperty>
List<T> IMProperty.getUniqueKeyProperty(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getUniqueKeyProperty and filters its return values according to the given stereotype value.<T extends IMProperty>
List<T> IMProperty.getUniqueKeyPropertyOrigin(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) Gets the origin properties of this foreign key property.<T extends IMProperty>
List<T> IMProperty.getUniqueKeyPropertyOrigin(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getUniqueKeyPropertyOrigin and filters its return values according to the given stereotype value.<T extends IMViewFrom>
List<T> IMKeyRelationship.getViewFrom(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All FROM Clauses using thisIMKeyRelationship. -
Uses of K_CONTROL_OPTION in de.mid.innovator.srv2api.icw2meta
Methods in de.mid.innovator.srv2api.icw2meta with parameters of type K_CONTROL_OPTIONModifier and TypeMethodDescription<T extends ADAccessAble>
List<T> ADUsrRole.getAccessAble(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) Returns the elements which can be accessed by the current object.MM2Classification.getAllLabel(String pattern, K_CONTROL_OPTION... behaviourFlags) All labels of this classification.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.getAllText(String pattern, K_CONTROL_OPTION... behaviourFlags) All specifications of this classification.<T extends ADClientAble>
List<T> ADAnnotation.getAnnotatedElement(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All elements which are annotated by this annotation.ADModel.getApplicationConfigurationByPurpose(String pattern, K_CONTROL_OPTION... behaviourFlags) All application configurations owned by thisADModelwith the specified argument pattern as purpose.MMAttachmentAble.getAssignedAttachment(String pattern, K_CONTROL_OPTION... behaviourFlags) All attachments being assigned to this element.MMProfile.getAvailableProfile(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All profiles which are available for this profile.<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.MM2Class.getClassesOfViewAttr(Class<T> returnType, MM2Attribute refObj, K_CONTROL_OPTION... behaviourFlags) Returns not abstract specializations (transitive) of classes given byargument refObj.<T extends MM2Classification>
List<T> MMEngineeringSequence.getClassification(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) The classification of this engineering classification.<T extends MM2Classification>
List<T> MMVerify.getClassificationWithVerifyMsg(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) MMEngineeringAction.getClassPathValue(K_CONTROL_OPTION... behaviourFlags) All string values of class paths owned by this engineering action.<T extends CLDiaCompartmentNode>
List<T> MM2CLCompartment.getCompartmentNode(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All node compartments of this compartment.ADModel.getConceptualModels(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) ADModel.getConceptualModels(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getConceptualModels and filters its return values according to the given stereotype value.<T extends ADCSMM2TypedValue>
List<T> ADCSInstance.getCSMM2Type(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All property values of this MM2-type.ADModel.getDatabaseModels(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) ADModel.getDatabaseModels(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getDatabaseModels and filters its return values according to the given stereotype value.ADModel.getDataModels(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) ADModel.getDataModels(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getDataModels 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.MMProfile.getDGCommand(K_CONTROL_OPTION... behaviourFlags) All docu commands owned by this profile.ADNSchedule.getElementOfSchedule(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All elements considered in thisADNSchedule.ADNSchedule.getElementOfSchedule(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getElementOfSchedule and filters its return values according to the given stereotype value.<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 ADExecuteAble>
List<T> ADUsrRole.getExecuteAble(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) Return all executeable elements the the current object is allowed to execute.<T extends ELUUIDAble>
List<T> ADModel.getFindByUUID(Class<T> returnType, MMStereotype stereotype, String pattern, K_CONTROL_OPTION... behaviourFlags) The method calls getFindByUUID and filters its return values according to the given stereotype value.<T extends ELUUIDAble>
List<T> ADModel.getFindByUUID(Class<T> returnType, String pattern, K_CONTROL_OPTION... behaviourFlags) If they exist, returns the model elements described by the Innovator UUID provided by argument pattern.<T extends MMMetamodelElement>
List<T> MMProfile.getIgnoredElement(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) MMMetamodelElement.getIgnoringProfile(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All profiles where thisMMMetamodelElementis marked as ignored.<T extends MM2Classification>
List<T> MM2TypedElement.getInvisibleClassification(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All meta classifications which are not using this typed element.<T extends MM2TypedElement>
List<T> MM2Classification.getInvisibleTypedElement(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All typed elements which are not used by this meta classification.MMLabelAble.getLabel(String pattern, K_CONTROL_OPTION... behaviourFlags) The label named argument pattern which is configured for the classification of the selected element or all labels if no pattern is given.<T extends ELValueReUseAble>
List<T> MMLabelAble.getLabelValueByPattern(Class<T> returnType, MMStereotype stereotype, String pattern, K_CONTROL_OPTION... behaviourFlags) The method calls getLabelValueByPattern and filters its return values according to the given stereotype value.<T extends ELValueReUseAble>
List<T> MMLabelAble.getLabelValueByPattern(Class<T> returnType, String pattern, K_CONTROL_OPTION... behaviourFlags) All label values owned by this element.<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.ADLoginAble.getLoginByDisplay(String pattern, K_CONTROL_OPTION... behaviourFlags) Returns theADLoginof the current object depending on the display given by the argument pattern.ADUsrRole.getMdlUserByPattern(String pattern, K_CONTROL_OPTION... behaviourFlags) Returns the users which are assigned to the current object.ADModel.getMetaClassInstantiable(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) Returns all meta classes instantiable in this model.ADModel.getMetaClassStereotypeAbleNotAbstract(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) Returns all meta classes with stereotypes instantiable in this model.<T extends MM2Classification>
List<T> MM2TypedElement.getNotToLocalizeClassification(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All classifications where thisMM2TypedElementshould not be localized.<T extends MM2TypedElement>
List<T> MM2Classification.getNotToLocalizeProperty(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All properties which should not be localized for thisMM2Classification.<T extends MM2TypedElement>
List<T> MMStereotype.getOrderedProperty(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All typed elements of this stereotype as sorted properties by @SORTING.MM2Class.getOwnedAddItem(K_CONTROL_OPTION... behaviourFlags) ADModel.getOwnedApplicationConfiguration(K_CONTROL_OPTION... behaviourFlags) All application configurations owned by the current object.MMAttachmentAble.getOwnedAttachment(K_CONTROL_OPTION... behaviourFlags) All attachments owned by this element.MMStereotype.getOwnedAttrCnstr(K_CONTROL_OPTION... behaviourFlags) All typed element constraints owned by this stereotype.<T extends CLProperty>
List<T> MMCreateCLInst.getOwnedAttribute(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) MMStereotype.getOwnedBuildingBlock(K_CONTROL_OPTION... behaviourFlags) All building blocks owned by this stereotype.ADModel.getOwnedChangeSet(K_CONTROL_OPTION... behaviourFlags) The change sets owned by the current object.MMProfile.getOwnedClassificationConstraint(K_CONTROL_OPTION... behaviourFlags) All classification constraints that are defined within this profile.MMCommentContainerAble.getOwnedComment(K_CONTROL_OPTION... behaviourFlags) MM2Schema.getOwnedCompartment(K_CONTROL_OPTION... behaviourFlags) All compartments owned by this schema.ADNCondition.getOwnedConditionProperty(K_CONTROL_OPTION... behaviourFlags) All properties of notification conditions which are owned by this notification condition.MMProfile.getOwnedConfig(K_CONTROL_OPTION... behaviourFlags) All documentation configurations owned by this profile.ADModel.getOwnedConfigTranslation(K_CONTROL_OPTION... behaviourFlags) All translations owned by thisADModel.MMCreateTemplate.getOwnedCopy(K_CONTROL_OPTION... behaviourFlags) The copy dependency ownend by this create template.MMProfile.getOwnedCreateTemplate(K_CONTROL_OPTION... behaviourFlags) All create templates owned by this profile.ADModel.getOwnedCSInstance(K_CONTROL_OPTION... behaviourFlags) All instances associated with a change set owned by this model.ADXModel.getOwnedDBConnection(K_CONTROL_OPTION... behaviourFlags) All database connetions owned by thisADXModel.MMCreateTemplate.getOwnedDBRole(K_CONTROL_OPTION... behaviourFlags) All DB roles owned by thisMMCreateTemplate.MMTSTypeClass.getOwnedDefaultValue(K_CONTROL_OPTION... behaviourFlags) List of all default values of thisMMTSTypeClass.MMProfile.getOwnedDGTemplate(K_CONTROL_OPTION... behaviourFlags) All documentation building blocks owned by this profile.MMProfile.getOwnedDocuStructureRoot(K_CONTROL_OPTION... behaviourFlags) All documentation structures owned by this profile.<T extends ELContAsgnAble>
List<T> ADModel.getOwnedElementTransitiveDownExcludeProfiles(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) Returns the current object's result of OwnedElementTransitiveDown subtracted by the union of OwnedElementTransitiveDown applied to all the current object's profiles.<T extends ELContAsgnAble>
List<T> ADModel.getOwnedElementTransitiveDownExcludeProfiles(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getOwnedElementTransitiveDownExcludeProfiles and filters its return values according to the given stereotype value.<T extends ELContAsgnAble>
List<T> ADModel.getOwnedElementTransitiveDownOfProfiles(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) Retrieves all of the current object's profiles and returns the union of their OwnedElementTransitiveDown.<T extends ELContAsgnAble>
List<T> ADModel.getOwnedElementTransitiveDownOfProfiles(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getOwnedElementTransitiveDownOfProfiles and filters its return values according to the given stereotype value.MMEngineeringSequence.getOwnedEngineeringAction(K_CONTROL_OPTION... behaviourFlags) All engineering actions owned by this engineering sequence.MMVerifyClassification.getOwnedEngineeringAction(K_CONTROL_OPTION... behaviourFlags) All engineering actions owned by this verification category.MMProfile.getOwnedEngineeringSequence(K_CONTROL_OPTION... behaviourFlags) All engineering sequences owned by this profile.MMEngineeringAction.getOwnedEngineeringTag(K_CONTROL_OPTION... behaviourFlags) All string values of tags owned by this engineering action.<T extends ADEventLogEntry>
List<T> ADModel.getOwnedEventLogEntry(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All event log entries owned by thisADModel.<T extends ADEventLogEntry>
List<T> ADRepository.getOwnedEventLogEntry(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All event log entries owned by the current object.MMStereotype.getOwnedExtension(K_CONTROL_OPTION... behaviourFlags) All extensions owned by this stereotype.MMProfile.getOwnedFilter(K_CONTROL_OPTION... behaviourFlags) MMFilter.getOwnedFilterProperty(K_CONTROL_OPTION... behaviourFlags) All filter properties owned by this filter.MMProfile.getOwnedFontColor(K_CONTROL_OPTION... behaviourFlags) All font color elements owned by this profile.MMProfile.getOwnedFooter(K_CONTROL_OPTION... behaviourFlags) All documentation footers owned by this profile.MMProfile.getOwnedFormat(K_CONTROL_OPTION... behaviourFlags) MMStereotypeAble.getOwnedFormat(K_CONTROL_OPTION... behaviourFlags) All formats owned by this stereotypeable element.MMFormatRuleSet.getOwnedFormatRule(K_CONTROL_OPTION... behaviourFlags) All format rules owned by this format rule set.MMFormatRule.getOwnedFormatRuleParameter(K_CONTROL_OPTION... behaviourFlags) All format rule parameters owned by this format rule.MMFormat.getOwnedFormatRuleSetOfClass(K_CONTROL_OPTION... behaviourFlags) All format rule sets owned by this format.MMFormatRule.getOwnedFormatRuleSetOfRole(K_CONTROL_OPTION... behaviourFlags) All format rule sets owned by this format rule.ADChangeSet.getOwnedFragment(K_CONTROL_OPTION... behaviourFlags) The change set fragments owned by the current object.MMProfile.getOwnedHeader(K_CONTROL_OPTION... behaviourFlags) All documentation headers owned by this profile.ADRepository.getOwnedInoHost(K_CONTROL_OPTION... behaviourFlags) The host entries which are owned by the current object.<T extends MMCreateELInst>
List<T> MMCreateTemplate.getOwnedInst(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All dummy elements of this create template.ADCSInstance.getOwnedInstLocalizedName(K_CONTROL_OPTION... behaviourFlags) All localized names owned by the current object.MMProfile.getOwnedLabel(K_CONTROL_OPTION... behaviourFlags) MMLabelAble.getOwnedLabelValSpec(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All value specifications owned by this label able element.ADLogin.getOwnedLock(K_CONTROL_OPTION... behaviourFlags) The locks which are owned by the current object.ADLoginAble.getOwnedLogin(K_CONTROL_OPTION... behaviourFlags) The logins owned by the current object.ADModel.getOwnedMdlLogOption(K_CONTROL_OPTION... behaviourFlags) The model login options which are owned by this model.ADModel.getOwnedMdlUser(K_CONTROL_OPTION... behaviourFlags) All model users which are owned by this model.MMProfile.getOwnedMenu(K_CONTROL_OPTION... behaviourFlags) MMMenu.getOwnedMenuItem(K_CONTROL_OPTION... behaviourFlags) All menu items owned by this menu.MM2Class.getOwnedMetaFontColor(K_CONTROL_OPTION... behaviourFlags) All font/color types owned by this class.MM2Class.getOwnedMetaPresentation(K_CONTROL_OPTION... behaviourFlags) All presentation types owned by this class.<T extends ADCSMM2TypedValue>
List<T> ADCSOperation.getOwnedMM2TypedValue(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All property values owned by this operation.ADRepository.getOwnedModel(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) The models which are owned by the current object.ADModel.getOwnedModelTranslation(K_CONTROL_OPTION... behaviourFlags) All translations owned by thisADModel.ADUserNotification.getOwnedNotificationCondition(K_CONTROL_OPTION... behaviourFlags) All notification conditions which are owned by thisADUserNotification.ADUserNotification.getOwnedNotificationElement(K_CONTROL_OPTION... behaviourFlags) All notification elements which are owned by thisADUserNotification.ADChangeSet.getOwnedOperation(K_CONTROL_OPTION... behaviourFlags) All operations owned by the current object.ADOptionAble.getOwnedOption(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) The options which are owned by the current object.MMFormat.getOwnedPresEntry(K_CONTROL_OPTION... behaviourFlags) All presentation entries owned by this format.MMFormatRule.getOwnedPresEntry(K_CONTROL_OPTION... behaviourFlags) All presentation entries owned by this format rule.MMXProfile.getOwnedPrimitiveType(K_CONTROL_OPTION... behaviourFlags) All primitive types owned by this InoX Profile.ADModel.getOwnedProfile(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) ADModel.getOwnedProfileTranslation(K_CONTROL_OPTION... behaviourFlags) All translations owned by thisADModel.<T extends ADCSPropertyValue>
List<T> ADCSOperation.getOwnedPropertyValue(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All property values owned by this operation.MMProfile.getOwnedRecipe(K_CONTROL_OPTION... behaviourFlags) MMProfile.getOwnedRelationConstraint(K_CONTROL_OPTION... behaviourFlags) All relation constraints that are defined within this profile.MMCreateCLInst.getOwnedRole(K_CONTROL_OPTION... behaviourFlags) Template dummy instance needed as owner substitute forEREntity.MMCreateTemplate.getOwnedRoleBinding(K_CONTROL_OPTION... behaviourFlags) The role binding owned by this create template.MMProfile.getOwnedRoleExecution(K_CONTROL_OPTION... behaviourFlags) All role executions owned by this profile.MM2Class.getOwnedRuleParameter(K_CONTROL_OPTION... behaviourFlags) All format rule parameters owned by this class.ADUserNotification.getOwnedSchedule(K_CONTROL_OPTION... behaviourFlags) All notification schedules which are owned by thisADUserNotification.ADRepository.getOwnedSchemaTranslation(K_CONTROL_OPTION... behaviourFlags) All translations owned by thisADRepository.ADXModel.getOwnedSection(K_CONTROL_OPTION... behaviourFlags) MMProfile.getOwnedSelection(K_CONTROL_OPTION... behaviourFlags) All documentation selection owned by this profile.MM2Class.getOwnedStereotype(K_CONTROL_OPTION... behaviourFlags) The stereotype owned by this metaclass.MMProfile.getOwnedStereotype(K_CONTROL_OPTION... behaviourFlags) All stereotypes owned by this profile.<T extends MMStereotypeAble>
List<T> MMCreateTemplate.getOwnedStereotypeAble(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All elements ownend by this create template.MMStereotype.getOwnedStereotypeProperty(K_CONTROL_OPTION... behaviourFlags) All stereotype properties owned by thisMMStereotype.MMStereotypeAble.getOwnedStereotypePropertyValSpec(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) <T extends MMStereotypeRelatedElement>
List<T> MMStereotype.getOwnedStereotypeRelatedElement(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All related elements owned by this stereotype.MMStereotype.getOwnedStereotypeTSOption(K_CONTROL_OPTION... behaviourFlags) All type system options owned by thisMMStereotype.MMStereotypeAble.getOwnedStereotypeTSOptionValSpec(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) MMProfile.getOwnedStructureDefinition(K_CONTROL_OPTION... behaviourFlags) All structure definitions owned by thisMMProfile.MMSyncedStereotype.getOwnedSyncedProperty(K_CONTROL_OPTION... behaviourFlags) All synced elements owned by thisMMSyncedStereotype.MMSyncSet.getOwnedSyncedStereotype(K_CONTROL_OPTION... behaviourFlags) All synced stereotypes owned by thisMMSyncSet.MMSyncProfile.getOwnedSyncSet(K_CONTROL_OPTION... behaviourFlags) All synchronization sets owned by thisMMSyncProfile.MMSyncSet.getOwnedSyncSetProperty(K_CONTROL_OPTION... behaviourFlags) All synced properties owned by thisMMSyncSet.ADModel.getOwnedSystemModel(K_CONTROL_OPTION... behaviourFlags) All system model packages owned by this model.MMProfile.getOwnedText(K_CONTROL_OPTION... behaviourFlags) MMTextAble.getOwnedTextValue(K_CONTROL_OPTION... behaviourFlags) All text values owned by this element.MMTextAble.getOwnedTextValueByPattern(String pattern, K_CONTROL_OPTION... behaviourFlags) All text values owned by this element.MMProfile.getOwnedTitle(K_CONTROL_OPTION... behaviourFlags) All documentation title pages owned by this profile.MMProfile.getOwnedTreeTemplate(K_CONTROL_OPTION... behaviourFlags) All details templates owned by this profile.MMCreateTemplate.getOwnedType(K_CONTROL_OPTION... behaviourFlags) MMCreateTemplateof theMMTSType.MMTypeSystem.getOwnedType(K_CONTROL_OPTION... behaviourFlags) List of all data types of thisMMTypeSystem.MMTypeSystem.getOwnedTypeClass(K_CONTROL_OPTION... behaviourFlags) List of all type classes of thisMMTypeSystem.MM2TypedElement.getOwnedTypeRange(K_CONTROL_OPTION... behaviourFlags) All type ranges of this typed element.MMCreateTemplate.getOwnedTypeSystem(K_CONTROL_OPTION... behaviourFlags) MMCreateTemplateof theMMTypeSystem.MMProfile.getOwnedTypeSystem(K_CONTROL_OPTION... behaviourFlags) All type systems owned by thisMMProfile.ADRepository.getOwnedUpdTime(K_CONTROL_OPTION... behaviourFlags) The update times which are owned by the current object.ADModel.getOwnedUsrRole(K_CONTROL_OPTION... behaviourFlags) All user roles which are owned by this model.MM2TypedElement.getOwnedValSpec(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) This typed element's value specification for the default value.MMFontColor.getOwnedValue(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All values owned by this font color element.MM2TypedElement.getOwnedValueCnstr(K_CONTROL_OPTION... behaviourFlags) All typed element constraints owned by this typed element.MMFilterProperty.getOwnedValues(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All value specifications owned by this filter property.MMProfile.getOwnedVerify(K_CONTROL_OPTION... behaviourFlags) MMVerifyClassification.getOwnedVerifyClassification(K_CONTROL_OPTION... behaviourFlags) All verification categories owned by this verification category.MMVerifyPackage.getOwnedVerifyClassification(K_CONTROL_OPTION... behaviourFlags) All verification categories owned by this verification section.MMVerifyClassification.getOwnedVerifyMessage(K_CONTROL_OPTION... behaviourFlags) All verification messages owned by this verification category.MMVerify.getOwnedVerifyPackage(K_CONTROL_OPTION... behaviourFlags) All verification sections owned by this verify.MMTypeSystem.getPackage(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) List of the packages supporting thisMMTypeSystem.MM2Classification.getPresContentAbleMetaClass(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All classes which are allowed as presentation content of this classification.<T extends ELProperty>
List<T> MM2Class.getPropertyNavigableTo(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) Returns all navigable properties typed by this element.<T extends ELProperty>
List<T> MM2Class.getPropertyNavigableTo(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getPropertyNavigableTo and filters its return values according to the given stereotype value.<T extends ADAccessAble>
List<T> ADUsrRole.getReadAble(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) Returns the elements which cannot be read by the current object.<T extends MEReferenceContainerAble>
List<T> ADReferenceAble.getReferenceContainer(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All reference container referencing this element.ADRepository.getRepositoryInactivity(K_CONTROL_OPTION... behaviourFlags) All string values of repository inactivity owned by the current object.<T extends ELContAsgnAble>
List<T> ADModel.getSelfAndOwnedElementTransitiveDownExcludeProfiles(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) Returns the current object's result of SelfAndOwnedElementTransitiveDown subtracted by the union of OwnedElementTransitiveDown applied to all the current object's profiles.<T extends ELContAsgnAble>
List<T> ADModel.getSelfAndOwnedElementTransitiveDownExcludeProfiles(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getSelfAndOwnedElementTransitiveDownExcludeProfiles and filters its return values according to the given stereotype value.<T extends MM2TypedElement>
List<T> MMStereotype.getSeparatedProperty(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All typed elements of this stereotype with a separator behind the property.<T extends ELValueReUseAble>
List<T> MMStereotypeAble.getStereoPropValueByPattern(Class<T> returnType, MMStereotype stereotype, String pattern, K_CONTROL_OPTION... behaviourFlags) The method calls getStereoPropValueByPattern and filters its return values according to the given stereotype value.<T extends ELValueReUseAble>
List<T> MMStereotypeAble.getStereoPropValueByPattern(Class<T> returnType, String pattern, K_CONTROL_OPTION... behaviourFlags) All stereotype property values owned by this element.<T extends MMStereotypeAble>
List<T> ADSyncedElement.getStereotypeAble(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All elements synced by thisADSyncedElement.<T extends MMStereotypeAble>
List<T> MMStereotype.getStereotypeAble(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All elements of this stereotype.MM2Class.getStereotypeAblesOfAssocEndRange(Class<T> returnType, ELProperty refObj, K_VATTR kind, K_CONTROL_OPTION... behaviourFlags) Returns not abstract specializations (transitive) ofMMStereotypeAbletypes of properties subsetting the association end given byargument refObj.MM2Class.getStereotypeAblesOfAssocEndRange(Class<T> returnType, MMStereotype stereotype, ELProperty refObj, K_VATTR kind, K_CONTROL_OPTION... behaviourFlags) The method calls getStereotypeAblesOfAssocEndRange and filters its return values according to the given stereotype value.MMProfile.getStereotypeByMetaClass(MM2Class refObj, String pattern, Class<? extends ELObject> kind, K_CONTROL_OPTION... behaviourFlags) All meta class stereotypes specified by meta class or argument kind which are owned and imported by this profile.MMProfile.getStereotypeByMetaClassTransitive(MM2Class refObj, String pattern, Class<? extends ELObject> kind, K_CONTROL_OPTION... behaviourFlags) All meta class stereotypes or transitive specializations specified by meta class or argument kind which are owned and imported by this profile.<T extends MM2Classification>
List<T> MM2Classification.getStereotypeHierarchyWithClass(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) The meta class of this classification.MMStereotypeAble.getStereotypeProperty(K_CONTROL_OPTION... behaviourFlags) All properties which are configured for the stereotype of this element.MMStereotypeAble.getStereotypeTSOption(K_CONTROL_OPTION... behaviourFlags) All type system options which are configured for the stereotype of this element.<T extends ELValueReUseAble>
List<T> MMStereotypeAble.getStereotypeTSOptionValueByPattern(Class<T> returnType, MMStereotype stereotype, String pattern, K_CONTROL_OPTION... behaviourFlags) The method calls getStereotypeTSOptionValueByPattern and filters its return values according to the given stereotype value.<T extends ELValueReUseAble>
List<T> MMStereotypeAble.getStereotypeTSOptionValueByPattern(Class<T> returnType, String pattern, K_CONTROL_OPTION... behaviourFlags) All type system option values owned by this element.<T extends MMStereotypeAble>
List<T> MMStereotypeAble.getSyncedStereotypeAble(Class<T> returnType, MMStereotype refObj, K_CONTROL_OPTION... behaviourFlags) Returns all synchronous elements of this.<T extends MMStereotypeAble>
List<T> MMStereotypeAble.getSyncedStereotypeAble(Class<T> returnType, MMStereotype stereotype, MMStereotype refObj, K_CONTROL_OPTION... behaviourFlags) The method calls getSyncedStereotypeAble and filters its return values according to the given stereotype value.<T extends ELRelshipBinDir>
List<T> MMCreateELInst.getTemplateTarget(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All directed relationships with this dummy element as target.<T extends ELProperty>
List<T> MMCreateCLInst.getTypedAssociationEnd(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All properties as association ends typed by this dummy classifier.<T extends MM2TypedElement>
List<T> MM2Type.getTypedM2Element(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All elements typed by this element.<T extends MM2TypedTSOption>
List<T> MMTypeSystem.getTypedTSOption(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) List of all options of this type system.MM2Class.getTypesOfAssocEndRange(Class<T> returnType, ELProperty refObj, K_VATTR kind, K_CONTROL_OPTION... behaviourFlags) Returns not abstract specializations (transitive) of types of properties subsetting the association end given byargument refObj.MM2Class.getTypesOfAssocEndRange(Class<T> returnType, MMStereotype stereotype, ELProperty refObj, K_VATTR kind, K_CONTROL_OPTION... behaviourFlags) The method calls getTypesOfAssocEndRange and filters its return values according to the given stereotype value.ADApplicationConfiguration.getUsedApplicationConfiguration(K_CONTROL_OPTION... behaviourFlags) All used application configurations of thisADApplicationConfiguration.ADMdlUser.getUsrRoleByPattern(String pattern, K_CONTROL_OPTION... behaviourFlags) Returns all roles for the current object.MM2FontColor.getValue(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All values for this font or color property.MMEngineeringAction.getVirtualMachineValue(K_CONTROL_OPTION... behaviourFlags) All string values of virtual machines owned by this engineering action.<T extends ELContAsgnAble>
List<T> ADXModel.getVisibleOwnedElementTransitiveDownExcludeProfiles(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) Returns the current object's result of OwnedElementTransitiveDown subtracted by the union of OwnedElementTransitiveDown applied to all the current object's profiles.<T extends ELContAsgnAble>
List<T> ADXModel.getVisibleOwnedElementTransitiveDownExcludeProfiles(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getVisibleOwnedElementTransitiveDownExcludeProfiles and filters its return values according to the given stereotype value. -
Uses of K_CONTROL_OPTION in de.mid.innovator.srv2api.icw2model
Methods in de.mid.innovator.srv2api.icw2model with parameters of type K_CONTROL_OPTIONModifier and TypeMethodDescription<T extends MEConstraint>
List<T> MEConstraintAble.getAssignedConstraint(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All constraints which are assigned to this element.<T extends MEConstraint>
List<T> MEConstraintAble.getAssignedConstraint(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getAssignedConstraint and filters its return values according to the given stereotype value.<T extends MECommentAble>
List<T> MEComment.getCommentAble(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All elements which are annotated by the current object.<T extends MECommentAble>
List<T> MEComment.getCommentAble(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getCommentAble and filters its return values according to the given stereotype value.<T extends MEConstraintAble>
List<T> MEConstraint.getConstraintAble(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All constraintable elements which are connected to this constraint.<T extends MEConstraintAble>
List<T> MEConstraint.getConstraintAble(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getConstraintAble and filters its return values according to the given stereotype value.<T extends MEConstraintAble>
List<T> MEIntervalConstraint.getConstraintAble(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All constraintable elements which are connected to this interval constraint.<T extends MEConstraintAble>
List<T> MEIntervalConstraint.getConstraintAble(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getConstraintAble and filters its return values according to the given stereotype value.<T extends MEConstraintAble>
List<T> MESimpleConstraint.getConstraintAble(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All constraintable elements which are connected to this simple constraint.<T extends MEConstraintAble>
List<T> MESimpleConstraint.getConstraintAble(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getConstraintAble and filters its return values according to the given stereotype value.<T extends MEConstraintAssign>
List<T> MEConstraintAble.getConstraintAssign(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All assignments of this constraint.MEModel.getDocumentAreaTextOfClassification(MM2Classification refObj, String pattern, K_CONTROL_OPTION... behaviourFlags) <T extends MMAttachmentAble>
List<T> MEAttachment.getElementAssignedTo(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All elements the file is attached to.<T extends MMAttachmentAble>
List<T> MEAttachment.getElementAssignedTo(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getElementAssignedTo and filters its return values according to the given stereotype value.MEModel.getFlowDocumentTextOfClassification(MM2Classification refObj, String pattern, K_CONTROL_OPTION... behaviourFlags) All flow document texts with classification and argument pattern within valid profiles of this model.MEModel.getKnownCreateTemplatesByMetaClassification(MMStereotype refObj, String pattern, Class<? extends ELObject> kind, K_CONTROL_OPTION... behaviourFlags) All create templates of meta class or stereotype specified byargument refObjor argument kind which are owned by profiles transitive imported by this model.MEModel.getKnownStereotypesByMetaClass(MM2Class refObj, String pattern, Class<? extends ELObject> kind, K_CONTROL_OPTION... behaviourFlags) All stereotypes of meta class specified by meta class or argument kind which are owned by profiles transitive imported by this model.MEModel.getLabelOfClassification(MM2Classification refObj, String pattern, K_CONTROL_OPTION... behaviourFlags) <T extends ELValSpecOpaqueExpr>
List<T> MEAbstraction.getMapping(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) A composition of an expression that states the abstraction relationship between the supplier and the client.<T extends MEStereotypeAble>
List<T> MENamedElement.getMappingSourceElement(Class<T> returnType, ELContainerAble refObj, K_CONTROL_OPTION... behaviourFlags) <T extends MEStereotypeAble>
List<T> MENamedElement.getMappingSourceElement(Class<T> returnType, MMStereotype stereotype, ELContainerAble refObj, K_CONTROL_OPTION... behaviourFlags) The method calls getMappingSourceElement and filters its return values according to the given stereotype value.<T extends MENamedElement>
List<T> MEStereotypeAble.getMappingTargetElement(Class<T> returnType, ELContainerAble refObj, K_CONTROL_OPTION... behaviourFlags) <T extends MENamedElement>
List<T> MEStereotypeAble.getMappingTargetElement(Class<T> returnType, MMStereotype stereotype, ELContainerAble refObj, K_CONTROL_OPTION... behaviourFlags) The method calls getMappingTargetElement and filters its return values according to the given stereotype value.<T extends MENamespaceAsgnAble>
List<T> MENamespaceAble.getMEOwnedMember(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) A collection of named elements owned by this namespace.<T extends MEDependency>
List<T> MENamedElement.getMESupplierDependency(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) Indicates the dependencies that reference the supplier.<T extends MEModelElement>
List<T> MEModelElement.getModelElement(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) Returns this element.<T extends MEModelElement>
List<T> MEModelElement.getModelElement(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getModelElement and filters its return values according to the given stereotype value.MEPackage.getNestedPackage(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) The packages under this package.MEHierarchyAble.getOwnedAnalysisDia(K_CONTROL_OPTION... behaviourFlags) All analysis diagrams owned by this hierarchical element.MEAttachment.getOwnedAttachmentAssign(K_CONTROL_OPTION... behaviourFlags) The attachment reference elements of theMEAttachment.MEPackage.getOwnedBPDia(K_CONTROL_OPTION... behaviourFlags) All business process diagrams of theMEPackage.MEPackage.getOwnedBRDiagram(K_CONTROL_OPTION... behaviourFlags) The business resource diagrams in thisMEPackage.MEComment.getOwnedCommentAssign(K_CONTROL_OPTION... behaviourFlags) All comment assigns owned by this element.MEConfigurationManagement.getOwnedComponentDia(K_CONTROL_OPTION... behaviourFlags) All component diagrams owned by this configuration base package.MEMappingConfigurationPackage.getOwnedComponentDia(K_CONTROL_OPTION... behaviourFlags) All component diagrams owned by this mapping configuration package.MESystemModelManagement.getOwnedComponentDia(K_CONTROL_OPTION... behaviourFlags) All component diagrams owned by this system model management.MESystemModelManagement.getOwnedConfigurationManagement(K_CONTROL_OPTION... behaviourFlags) All component diagrams owned by this configuration base package.<T extends MEConstraintAssign>
List<T> MEAssignAbleConstraint.getOwnedConstraintAssign(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) MEPackage.getOwnedDiagram(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All classifier diagrams owned by this package.MEHierarchyAble.getOwnedDiaWhiteboard(K_CONTROL_OPTION... behaviourFlags) All whiteboards owned by this hierarchical element.MEHierarchyAble.getOwnedGCDia(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All concept diagrams owned by this hierarchical element.<T extends IMConstraint>
List<T> MEPackage.getOwnedIMConstraint(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All constraints owned by this package.<T extends MEMappingConfigurationPackage>
List<T> MEConfigurationManagement.getOwnedMappingConfigurationPackage(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) Get MappingConfigurationPackage PackageMEMappingPackageContent.getOwnedMappingPackageContent(K_CONTROL_OPTION... behaviourFlags) All component diagrams owned by this configuration base package.MEMappingPackageType.getOwnedMappingPackageContent(K_CONTROL_OPTION... behaviourFlags) Get MappingPackageContent Package.<T extends MEMappingPackageType>
List<T> MEStubPackage.getOwnedMappingPackageType(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) Get MappingPackageType Package.MESystemModel.getOwnedModel(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All model packages owned by this system model package.MEMappingPackageContent.getOwnedProxy(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) Get assigned Proxies.MEProxyExternal.getOwnedProxy(K_CONTROL_OPTION... behaviourFlags) All component diagrams owned by this configuration base package.MEProxyInnovator.getOwnedProxy(K_CONTROL_OPTION... behaviourFlags) The parent element.<T extends MEConstraint>
List<T> MEPackage.getOwnedRule(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All constraints owned by this package.MEPackage.getOwnedStateDiagram(K_CONTROL_OPTION... behaviourFlags) All state diagrams owned by this package.<T extends MEStubPackage>
List<T> MEStubPackageBase.getOwnedStubPackage(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) Get Base Stub Package:MESystemModelManagement.getOwnedStubPackageBase(K_CONTROL_OPTION... behaviourFlags) All component diagrams owned by this configuration base package.MESystemModel.getOwnedSystemModelManagement(K_CONTROL_OPTION... behaviourFlags) <T extends PRPresContext>
List<T> MEModelElement.getPresContext(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) The presentation contexts where the given element is represented.<T extends PRPresContext>
List<T> MEModelElement.getPresContext(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getPresContext and filters its return values according to the given stereotype value.<T extends PRPresContent>
List<T> MEModelElement.getPRPresContent(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All presentation contents representing this model element.MEPackage.getRedirectSource(K_CONTROL_OPTION... behaviourFlags) All create redirections owned by this package.<T extends ADReferenceAble>
List<T> MEReferenceContainerAble.getReferenceAble(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All referenced elements of this hierarchical element.<T extends BPArtifact>
List<T> MEStereotypeAble.getRepresentingArtifact(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) <T extends BPResourceRole>
List<T> MERefAbleAsResource.getResourceRole(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All resource roles which represent the element.MESection.getSectionClass(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All meta classes allowed in this section.<T extends ADLoginAble>
List<T> MESection.getSectionLoginAble(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) <T extends ADClientAble>
List<T> MESection.getSectionPart(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) MENamespaceAsgnAble.getSignatureMessage(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All messages with this named element as signature.MERequirement.getSlaveCopy(K_CONTROL_OPTION... behaviourFlags) All copy dependencies with this requirement as slave.<T extends MEStereotypeAble>
List<T> MERequirement.getStakeholderOfRequirement(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All stakeholders of this requirement.METerm.getSynonymTerms(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) METerm.getSynonymTerms(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getSynonymTerms and filters its return values according to the given stereotype value.MESynonym.getTerm(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) METermAble.getTerm(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) <T extends METermAble>
List<T> METerm.getTermAble(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) MEModel.getTextOfClassification(MM2Classification refObj, String pattern, K_CONTROL_OPTION... behaviourFlags) -
Uses of K_CONTROL_OPTION in de.mid.innovator.srv2api.icw2pres
Methods in de.mid.innovator.srv2api.icw2pres with parameters of type K_CONTROL_OPTIONModifier and TypeMethodDescriptionPRDiaCalloutNode.getCalloutElements(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All elements which are represented by thisPRDiaCalloutNode.PRDiaCalloutNode.getCalloutElements(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getCalloutElements and filters its return values according to the given stereotype value.<T extends PRPresContent>
List<T> PRDiaAttachmentNode.getConnectedElement(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All contents which are connected to this attachment.<T extends PRPresContent>
List<T> PRDiaNote.getConnectedElement(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) AllPRPresContents which are connected to this note.PRDiaWhiteboard.getDiaOfOwnedDiaWhiteboardNode(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) PRDiaWhiteboard.getDiaOfOwnedDiaWhiteboardNode(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getDiaOfOwnedDiaWhiteboardNode and filters its return values according to the given stereotype value.<T extends ADClientAble>
List<T> PRAnalysisDia.getEndElement(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All end elements of thisPRAnalysisDia.PRPresContent.getIncoming(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All incoming edges of this node.<T extends MEModelElement>
List<T> PRPresContent.getMEModelElement(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All model elements represented by this presentation content.<T extends MEModelElement>
List<T> PRPresContext.getModelElementOfTransitiveOwnedPresentationElement(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) returns the model elements assigned to presentation elements transitively owned by this presentation context.<T extends MEModelElement>
List<T> PRPresContext.getModelElementOfTransitiveOwnedPresentationElement(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getModelElementOfTransitiveOwnedPresentationElement and filters its return values according to the given stereotype value.PRPresContent.getOutgoing(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All outgoing edges of this node.PRDia.getOwnedAnnotations(K_CONTROL_OPTION... behaviourFlags) All annotations owned by this diagram.PRPresElement.getOwnedDiagramTags(K_CONTROL_OPTION... behaviourFlags) All string values of diagram tags owned by thisPRPresElement.PRDiaFrameNode.getOwnedDiaNode(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All nodes owned by this frame node.<T extends PRDiaWhiteboardEdge>
List<T> PRDiaWhiteboard.getOwnedDiaWhiteboardEdge(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All edges owned by this whiteboard.PRDiaEdge.getOwnedEdgePoint(K_CONTROL_OPTION... behaviourFlags) <T extends PRPresContent>
List<T> PRPresContent.getOwnedPresContent(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All presentation contents owned by this presentation content.<T extends PRPresContent>
List<T> PRPresContext.getOwnedPresContent(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All presentation contents owned by this presentation context.<T extends PRPresContent>
List<T> PRPresElement.getOwnedPresContentElement(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All presentation contents owned by this presentation element.<T extends PRPresContent>
List<T> PRPresElement.getPresentationOfLogic(Class<T> returnType, MEModelElement refObj, K_CONTROL_OPTION... behaviourFlags) All presentation contents of this presentation element which are connected to the model element specified byargument refObj.<T extends ADClientAble>
List<T> PRAnalysisDia.getStartElement(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All start elements of thisPRAnalysisDia.<T extends MEDependency>
List<T> PRVersionAbleDia.getVersionAbleDiaClientDependency(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) Indicates the dependencies that reference the diagram as client.<T extends MEDependency>
List<T> PRVersionAbleDia.getVersionAbleDiaSupplierDependency(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) Indicates the dependencies that reference the diagram as supplier.<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. -
Uses of K_CONTROL_OPTION in de.mid.innovator.srv2api.icw2sm
Methods in de.mid.innovator.srv2api.icw2sm with parameters of type K_CONTROL_OPTIONModifier and TypeMethodDescriptionSMRegularState.getDeferreableTrigger(K_CONTROL_OPTION... behaviourFlags) A list of triggers that are candidates to be retained by the state machine if they trigger no transitions out of the state (not consumed).<T extends BEBehavior>
List<T> SMRegularState.getDoActivity(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) An optional behavior that is executed while being in the state.<T extends BEBehavior>
List<T> SMRegularState.getEntry(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) An optional behavior that is executed whenever this state is entered regardless of the transition taken to reach the state.SMRegularState.getEntryPoint(K_CONTROL_OPTION... behaviourFlags) The set of entry points owned by the state.SMStateMachine.getEntryPoint(K_CONTROL_OPTION... behaviourFlags) The set of entry points owned by the statemachine.<T extends BEBehavior>
List<T> SMRegularState.getExit(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) An optional behavior that is executed whenever this state is exited regardless of which transition was taken out of the state.SMRegularState.getExitPoint(K_CONTROL_OPTION... behaviourFlags) The set of exit points owned by the state.SMStateMachine.getExitPoint(K_CONTROL_OPTION... behaviourFlags) The set of exit points owned by the state machine.<T extends BPItemAwareElement>
List<T> SMState.getItemAwareElement(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) AllBPItemAwareElementthat have the given state.<T extends ACObjectNode>
List<T> SMState.getObjectNode(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) AllACObjectNodethat have the given state.SMVertex.getReachedVertex(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All vertices which are reached transitive via transitions starting from the given vertex.SMVertex.getReachedVertex(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getReachedVertex and filters its return values according to the given stereotype value.SMRegularState.getRegion(K_CONTROL_OPTION... behaviourFlags) The regions owned directly by the state.SMStateMachine.getRegion(K_CONTROL_OPTION... behaviourFlags) <T extends SMStateMachine>
List<T> SMStateMachine.getSubmachine(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) Determines all state machines which are assigned to submachine states of the given state machine.<T extends SMStateMachine>
List<T> SMStateMachine.getSubmachine(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getSubmachine and filters its return values according to the given stereotype value.SMRegion.getSubvertex(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) The set of vertices that are owned by the region.SMRegion.getTransition(K_CONTROL_OPTION... behaviourFlags) The set of transitions owned by the region.SMRegularState.getTransition(K_CONTROL_OPTION... behaviourFlags) The set of transitions onwed by the state.SMTransition.getTrigger(K_CONTROL_OPTION... behaviourFlags) Specifies an optional trigger that may fire the transition. -
Uses of K_CONTROL_OPTION in de.mid.innovator.srv2api.icw2smdia
Methods in de.mid.innovator.srv2api.icw2smdia with parameters of type K_CONTROL_OPTIONModifier and TypeMethodDescription<T extends SMDiaTextNode>
List<T> SMDiaSMNode.getTextNode(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All text nodes owned by this node.<T extends SMDiaTextNode>
List<T> SMDiaTransEdge.getTextNode(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All text nodes owned by this transition.<T extends SMDiaTextNode>
List<T> SMDiaVertexNode.getTextNode(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All text nodes owned by this vertex node.<T extends SMDiaVertexNode>
List<T> SMDiaRegionNode.getVertexNode(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All vertex nodes owned by this region node.