Uses of Interface
de.mid.innovator.srv2api.icw2ac.ANAction
Packages that use ANAction
Package
Description
Activity modeling emphasizes the sequence and conditions for coordinating
lower-level behaviors, rather than which classifiers own those behaviors.
The Interaction package describes the concepts needed to express interactions.
This packagage contains elements representing the logical model.
-
Uses of ANAction in de.mid.innovator.srv2api.icw2ac
Subinterfaces of ANAction 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.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 ANActionModifier and TypeMethodDescriptionANAcceptEvent.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.Methods in de.mid.innovator.srv2api.icw2ac that return ANActionModifier and TypeMethodDescriptionANInputPin.getAction()ANOutputPin.getAction()The action that owns this output pin.ANActionInputPin.getFromAction()Returns the action used to provide values to theANActionInputPin.Methods in de.mid.innovator.srv2api.icw2ac with parameters of type ANActionModifier and TypeMethodDescriptionANPin.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. -
Uses of ANAction in de.mid.innovator.srv2api.icw2ia
Methods in de.mid.innovator.srv2api.icw2ia with type parameters of type ANActionModifier and TypeMethodDescriptionIAInteraction.getAction(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) Action of the interaction.Methods in de.mid.innovator.srv2api.icw2ia that return ANActionMethods in de.mid.innovator.srv2api.icw2ia with parameters of type ANAction -
Uses of ANAction in de.mid.innovator.srv2api.icw2model
Methods in de.mid.innovator.srv2api.icw2model that return ANActionModifier and TypeMethodDescriptionMESimpleConstraint.getPostconditionOwningAction()MESimpleConstraint.getPreconditionOwningAction()