Uses of Interface
de.mid.innovator.srv2api.icw2ac.ACExecutableNode
Packages that use ACExecutableNode
Package
Description
Activity modeling emphasizes the sequence and conditions for coordinating
lower-level behaviors, rather than which classifiers own those behaviors.
-
Uses of ACExecutableNode in de.mid.innovator.srv2api.icw2ac
Subinterfaces of ACExecutableNode in de.mid.innovator.srv2api.icw2acModifier and TypeInterfaceDescriptioninterfaceA 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.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.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.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 write link action takes a complete identification of a link and creates or destroys it.interfaceA write structural feature action operates on a structural feature of an object to modify its values.Methods in de.mid.innovator.srv2api.icw2ac with type parameters of type ACExecutableNodeModifier and TypeMethodDescription<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.Methods in de.mid.innovator.srv2api.icw2ac that return ACExecutableNodeModifier and TypeMethodDescriptionACExceptionHandler.getHandlerBody()ACExceptionHandler.getProtectedNode()ACExecutableNode.getProtectedNode()Methods in de.mid.innovator.srv2api.icw2ac with parameters of type ACExecutableNodeModifier and TypeMethodDescriptionvoidACExceptionHandler.setHandlerBody(ACExecutableNode value) Set the value of Foreign Key HandlerBody.