Uses of Interface
de.mid.innovator.srv2api.icw2ac.ACActivityNode
Packages that use ACActivityNode
Package
Description
Activity modeling emphasizes the sequence and conditions for coordinating
lower-level behaviors, rather than which classifiers own those behaviors.
-
Uses of ACActivityNode in de.mid.innovator.srv2api.icw2ac
Subinterfaces of ACActivityNode in de.mid.innovator.srv2api.icw2acModifier and TypeInterfaceDescriptioninterfaceAn activity final node is a final node that stops all flows in an activity.interfaceA central buffer node is an object node for managing flows from multiple sources and destinations.interfaceA control node is an abstract activity node that coordinates flows in an activity.interfaceA data store node is a central buffer node for non-transient information.interfaceA decision node is a control node that chooses between outgoing flows.interfaceAn executable node is an abstract class for activity nodes that may be executed.interfaceinterfaceA flow final node is a final node that terminates a flow.interfaceA fork node is a control node that splits a flow into multiple concurrent flows.interfaceAn initial node is a control node which flow starts at when the activity is invoked.interfaceA join node is a control node that synchronizes multiple flows.interfaceA merge node is a control node that brings multiple alternate flows together.interfaceAn object node is an activity node that indicates an instance of a particular classifier, possibly in a particular state, and may be available at a particular point in the activity.interfaceAn activity parameter node is an object node for inputs and outputs to activities.interfaceA structured activity node is an executable activity node that may have an expansion into subordinate nodes as an ActivityGroup.interfaceAcceptCallAction is an accept event action that represents the receipt of a synchronous call request.interfaceAcceptEventAction is an action that waits for the occurrence of an event meeting specified condition.interfaceAn action is a named element that is the fundamental unit of executable functionality.interfaceAn action input pin is a kind of pin that executes an action to determine the values to input to another.interfaceStructural features are potentially multi-valued and ordered; this means that the action supports specification of insertion points for new values.interfaceBroadcastSignalAction is an action that transmits a signal instance to all the potential target objects in the system.interfaceCallAction is an abstract class for actions that invoke behavior and receive return values.interfaceinterfaceinterfaceThis action destroys all links of an association that have a particular object at one end.interfaceThis action removes all values of a structural feature.interfaceThis action can be used to create links and link objects.interfaceThis action instantiates a classifier.interfaceThis action destroys a link or a link object.interfaceThis action destroys the object on its input pin at runtime.interfaceAn input pin is a pin that holds input values to be consumed by an action.interfaceInvocation is an abstract class for the various actions that invoke behavior.interfaceA link action creates, destroys or reads links, identifying a link by its end objects and qualifier values, if any.interfaceAn action with implementation-specific semantics.interfaceAn output pin is a pin that holds output values produced by an action.interfaceA pin is a typed element and multiplicity element that provides values to actions and accept result values from them.interfaceAction that causes an exception to occur.interfaceThis action navigates an association towards one end which is the end that does not have an input pin to take its object (the 'open' end).interfaceEvery action is ultimately a part of some behavior, which is in turn optionally attached in some way to the specification of a classifier -- for example, as the body of a method or as part of a state machine.interfaceThis action reads the values of a structural feature in order if the structural feature is ordered.rinterfaceThe object to access is specified dynamically by referring to an input pin which the object will be placed on at runtime.interfaceAction that accepts a set of return values and a value containing return information produced by a previous accept call action.interfaceSendObjectAction is an action that transmits an object to the target object where it may invoke behavior such as the firing of state machine transitions or the execution of an activity.interfaceSendSignalAction is an action that creates a signal instance from its inputs and transmits it to the target object where it may cause the firing of a state machine transition or the execution of an activity.interfaceThis abstract action class statically specifies the structural feature being accessed.interfaceThis action returns true if the two input values are the same identity, false if they are not.interfaceAction that breaks an object of a known type into outputs each of which is equal to a value froma structural feature of the object.interfaceThe action returns the result of evaluating a value specification.interfaceA value pin is an input pin that provides a value by evaluating a value specification.interfaceA write link action takes a complete identification of a link and creates or destroys it.interfaceA write structural feature action operates on a structural feature of an object to modify its values.Fields in de.mid.innovator.srv2api.icw2ac declared as ACActivityNodeModifier and TypeFieldDescriptionARG_ACObjectFlowPins.ohSourceThe source elementARG_ACObjectFlowPins.ohTargetThe target elementFields in de.mid.innovator.srv2api.icw2ac with type parameters of type ACActivityNodeModifier and TypeFieldDescriptionARG_ACActivityGroupAssignNodes.seqNodeARG_ACActivityNodesAndGroups.seqNodeMethods in de.mid.innovator.srv2api.icw2ac with type parameters of type ACActivityNodeModifier and TypeMethodDescription<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 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.<T extends ACActivityNode>
List<T> ACActivity.getNode(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) Methods in de.mid.innovator.srv2api.icw2ac that return ACActivityNodeModifier and TypeMethodDescriptionACActivityEdge.getSource()The source node of the edge.ACActivityEdge.getTarget()The target node of the edge.Methods in de.mid.innovator.srv2api.icw2ac with parameters of type ACActivityNodeModifier and TypeMethodDescriptionACObjectFlow.createPinsOnObjFlow(ACActivityNode ohSource, ACActivityNode ohTarget) If an object flow is to be created between the nodes, where at least one of them is not an object node but an action, then this command will create and return the missing pins so that the object flow can be created correctly.voidACActivityEdge.setSource(ACActivityNode value) Set the value of Foreign Key Source.voidACActivityEdge.setTarget(ACActivityNode value) Set the value of Foreign Key Target.Method parameters in de.mid.innovator.srv2api.icw2ac with type arguments of type ACActivityNodeModifier and TypeMethodDescriptionvoidACActivityGroup.assignContainedNodeExplicit(List<? extends ACActivityNode> seqNode) Assigns all the activity nodes passed to this group marking the assignment as explicit, not being deduced from the graphical containership but being intended by the user to remain fixed independent of the graphical containership.static voidACPartitionHelper.assignPartitionsToNodes(SrvContext srvCtx, List<? extends ACActivityNode> seqNode, List<? extends ACActivityGroup> seqGroup) voidACActivityGroup.removeContainedNodeExplicit(List<? extends ACActivityNode> seqNode) Removes all the activity nodes passed from this group.voidACActivityGroup.replaceContainedNodeExplicit(List<? extends ACActivityNode> seqNode) Assigns all the activity nodes passed to this group marking the assignment as explicit.voidACActivityGroup.setContainedNodeExplicit(List<? extends ACActivityNode> values) Set the value of Foreign Key ContainedNodeExplicit.voidACActivityGroup.setContainedNodeImplicit(List<? extends ACActivityNode> values) Set the value of Foreign Key ContainedNodeImplicit.Constructors in de.mid.innovator.srv2api.icw2ac with parameters of type ACActivityNodeModifierConstructorDescriptionARG_ACObjectFlowPins(ACActivityNode ohSource, ACActivityNode ohTarget) Constructor parameters in de.mid.innovator.srv2api.icw2ac with type arguments of type ACActivityNodeModifierConstructorDescriptionARG_ACActivityGroupAssignNodes(List<ACActivityNode> seqNode) ARG_ACActivityNodesAndGroups(List<ACActivityNode> seqNode, List<ACActivityGroup> seqGroup)