ACActivity |
An activity specifies the coordination of executions of subordinate behaviors using a control and data flow model.
|
ACActivity.VAttr |
|
ACActivityEdge |
Flow edge for either control flow of object flow.
|
ACActivityEdge.VAttr |
|
ACActivityFinalNode |
|
ACActivityGroup |
|
ACActivityGroup.VAttr |
|
ACActivityNode |
An activity node is an abstract class for points in the flow of an activity connected by edges.
|
ACActivityNode.VAttr |
|
ACCentralBufferNode |
A central buffer node is an object node for managing flows from multiple sources and destinations.
|
ACControlFlow |
A control flow is an edge that starts an activity node after the previous one is finished.
|
ACControlNode |
|
ACDataStoreNode |
A data store node is a central buffer node for non-transient information.
|
ACDecisionBehavior |
|
ACDecisionBehavior.VAttr |
|
ACDecisionNode |
A decision node is a control node that chooses between outgoing flows.
|
ACDecisionNode.VAttr |
|
ACExceptionHandler |
An exception handler is an element that specifies a body to execute in case the specified exception occurs during the execution of the protected node.
|
ACExceptionHandler.VAttr |
|
ACExecutableNode |
An executable node is an abstract class for activity nodes that may be executed.
|
ACExecutableNode.VAttr |
|
ACFinalNode |
|
ACFlowFinalNode |
A flow final node is a final node that terminates a flow.
|
ACForkNode |
A fork node is a control node that splits a flow into multiple concurrent flows.
|
ACForkNode.VAttr |
|
ACInitialNode |
|
ACInterruptibleRegion |
An interruptible activity region is an activity group that supports termination of tokens flowing in the portions of an
activity.
|
ACJoinNode |
A join node is a control node that synchronizes multiple flows.
|
ACJoinNode.VAttr |
|
ACMergeNode |
A merge node is a control node that brings multiple alternate flows together.
|
ACObjectFlow |
An object flow is an activity edge that can have objects or data passing along it.
|
ACObjectFlow.VAttr |
|
ACObjectNode |
An 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.
|
ACObjectNode.VAttr |
|
ACObjFlowBehavior |
Selects tokens from a source object node.
|
ACObjFlowBehavior.VAttr |
|
ACObjNodeSelBehavior |
Selects tokens for outgoing edges.
|
ACObjNodeSelBehavior.VAttr |
|
ACParamNode |
|
ACParamNode.VAttr |
|
ACPartition |
An activity partition is a kind of activity group that identifies actions that have common characteristics.
|
ACPartition.VAttr |
|
ACStructuredNode |
|
ACStructuredNode.VAttr |
|
ACVariable |
Variables are elements for passing data between actions indirectly.
|
ACVariable.VAttr |
|
ANAcceptCall |
AcceptCallAction is an accept event action that represents the receipt of a synchronous call request.
|
ANAcceptCall.VAttr |
|
ANAcceptEvent |
AcceptEventAction is an action that waits for the occurrence of an event meeting specified condition.
|
ANAcceptEvent.VAttr |
|
ANAction |
An action is a named element that is the fundamental unit of executable functionality.
|
ANAction.VAttr |
|
ANActionInputPin |
An action input pin is a kind of pin that executes an action to determine the values to input to another.
|
ANActionInputPin.VAttr |
|
ANAddStructuralFeatureValue |
Structural features are potentially multi-valued and ordered; this means that the action supports specification of insertion points for new
values.
|
ANAddStructuralFeatureValue.VAttr |
|
ANBroadcastSignal |
BroadcastSignalAction is an action that transmits a signal instance to all the potential target objects in
the system.
|
ANBroadcastSignal.VAttr |
|
ANCall |
CallAction is an abstract class for actions that invoke behavior and receive return values.
|
ANCall.VAttr |
|
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.
|
ANCallBehavior.VAttr |
|
ANCallOperation |
CallOperationAction is an action that transmits an operation call request to the target object where it may cause the invocation of associated behavior.
|
ANCallOperation.VAttr |
|
ANClearAssociation |
This action destroys all links of an association that have a particular object at one end.
|
ANClearAssociation.VAttr |
|
ANClearStructuralFeature |
This action removes all values of a structural feature.
|
ANCreateLink |
This action can be used to create links and link objects.
|
ANCreateLink.VAttr |
|
ANCreateObject |
This action instantiates a classifier.
|
ANCreateObject.VAttr |
|
ANDestroyLink |
This action destroys a link or a link object.
|
ANDestroyLink.VAttr |
|
ANDestroyObject |
This action destroys the object on its input pin at runtime.
|
ANDestroyObject.VAttr |
|
ANInputPin |
An input pin is a pin that holds input values to be consumed by an action.
|
ANInputPin.VAttr |
|
ANInvocation |
Invocation is an abstract class for the various actions that invoke behavior.
|
ANInvocation.VAttr |
|
ANLink |
A link action creates, destroys or reads links, identifying a link by its end objects and qualifier values, if any.
|
ANLink.VAttr |
|
ANLinkEndCreationData |
This class is required when using CreateLinkAction to specify insertion points for ordered ends and to replace all links at
end.
|
ANLinkEndCreationData.VAttr |
|
ANLinkEndData |
LinkEndData is not an action.
|
ANLinkEndData.VAttr |
|
ANLinkEndDestructionData |
This class is required when using DestroyLinkAction to specify links to destroy for non-unique ordered ends.
|
ANLinkEndDestructionData.VAttr |
|
ANOpaque |
An action with implementation-specific semantics.
|
ANOpaque.VAttr |
|
ANOutputPin |
An output pin is a pin that holds output values produced by an action.
|
ANOutputPin.VAttr |
|
ANPin |
A pin is a typed element and multiplicity element that provides values to actions and accept result values from them.
|
ANPin.VAttr |
|
ANQualifierValue |
A link cannot be passed as a runtime value to or from an action.
|
ANQualifierValue.VAttr |
|
ANRaiseException |
Action that causes an exception to occur.
|
ANRaiseException.VAttr |
|
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).
|
ANReadLink.VAttr |
|
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.
|
ANReadSelf.VAttr |
|
ANReadStructuralFeature |
This action reads the values of a structural feature in order if the structural feature is ordered.r
|
ANReadStructuralFeature.VAttr |
|
ANRemoveStructuralFeatureValue |
The object to access is specified dynamically by referring to an input pin which the object will be placed on at runtime.
|
ANRemoveStructuralFeatureValue.VAttr |
|
ANReply |
Action that accepts a set of return values and a value containing return information produced by a previous accept call action.
|
ANReply.VAttr |
|
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.
|
ANSendObject.VAttr |
|
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.
|
ANSendSignal.VAttr |
|
ANStructuralFeature |
This abstract action class statically specifies the structural feature being accessed.
|
ANStructuralFeature.VAttr |
|
ANTestIdentity |
This action returns true if the two input values are the same identity, false if they are not.
|
ANTestIdentity.VAttr |
|
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.
|
ANUnmarshall.VAttr |
|
ANValSpec |
The action returns the result of evaluating a value specification.
|
ANValSpec.VAttr |
|
ANValuePin |
A value pin is an input pin that provides a value by evaluating a value specification.
|
ANValuePin.VAttr |
|
ANWriteLink |
A write link action takes a complete identification of a link and creates or destroys it.
|
ANWriteStructuralFeature |
A write structural feature action operates on a structural feature of an object to modify its values.
|
ANWriteStructuralFeature.VAttr |
|
ARG_ACObjectFlowPins |
Argument to the command to create the missing pins required to be able to create an object flow.
|