interface |
ACStructuredNode |
|
interface |
ANAcceptCall |
AcceptCallAction is an accept event action that represents the receipt of a synchronous call request.
|
interface |
ANAcceptEvent |
AcceptEventAction is an action that waits for the occurrence of an event meeting specified condition.
|
interface |
ANAddStructuralFeatureValue |
Structural features are potentially multi-valued and ordered; this means that the action supports specification of insertion points for new
values.
|
interface |
ANBroadcastSignal |
BroadcastSignalAction is an action that transmits a signal instance to all the potential target objects in
the system.
|
interface |
ANCall |
CallAction is an abstract class for actions that invoke behavior and receive return values.
|
interface |
ANCallBehavior |
A CallBehaviorAction is a call action that invokes a behavior directly rather than invoking a behavioral feature that, in turn, results in the invocation of that behavior.
|
interface |
ANCallOperation |
CallOperationAction is an action that transmits an operation call request to the target object where it may cause the invocation of associated behavior.
|
interface |
ANClearAssociation |
This action destroys all links of an association that have a particular object at one end.
|
interface |
ANClearStructuralFeature |
This action removes all values of a structural feature.
|
interface |
ANCreateLink |
This action can be used to create links and link objects.
|
interface |
ANCreateObject |
This action instantiates a classifier.
|
interface |
ANDestroyLink |
This action destroys a link or a link object.
|
interface |
ANDestroyObject |
This action destroys the object on its input pin at runtime.
|
interface |
ANInvocation |
Invocation is an abstract class for the various actions that invoke behavior.
|
interface |
ANLink |
A link action creates, destroys or reads links, identifying a link by its end objects and qualifier values, if any.
|
interface |
ANOpaque |
An action with implementation-specific semantics.
|
interface |
ANRaiseException |
Action that causes an exception to occur.
|
interface |
ANReadLink |
This 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).
|
interface |
ANReadSelf |
Every 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.
|
interface |
ANReadStructuralFeature |
This action reads the values of a structural feature in order if the structural feature is ordered.r
|
interface |
ANRemoveStructuralFeatureValue |
The object to access is specified dynamically by referring to an input pin which the object will be placed on at runtime.
|
interface |
ANReply |
Action that accepts a set of return values and a value containing return information produced by a previous accept call action.
|
interface |
ANSendObject |
SendObjectAction 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.
|
interface |
ANSendSignal |
SendSignalAction 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.
|
interface |
ANStructuralFeature |
This abstract action class statically specifies the structural feature being accessed.
|
interface |
ANTestIdentity |
This action returns true if the two input values are the same identity, false if they are not.
|
interface |
ANUnmarshall |
Action that breaks an object of a known type into outputs each of which is equal to a value froma structural feature of the object.
|
interface |
ANValSpec |
The action returns the result of evaluating a value specification.
|
interface |
ANWriteLink |
A write link action takes a complete identification of a link and creates or destroys it.
|
interface |
ANWriteStructuralFeature |
A write structural feature action operates on a structural feature of an object to modify its values.
|