Previous | UML Classes | Table of Contents | UML Packages | Next |
Issue 8171 -change reference from Pin to Action 8759 -duplicate fix
•
Action (from BasicActions ) on page 247
An action with implementation-specific semantics.
Issue 8133 -add {ordered} constraints 9191 -change lower bound of ‘body’ to 0
• body : String [0..*] {ordered} Specifies the action in one or more languages.
• language : String [0..*] {ordered} Languages the body strings use, in the same order as the body strings.
Issue 8867 -add two ‘input’ and ‘output’ items 9103 -replaced ‘input’ by ‘inputValue’ 9107 - replaced ‘output’ by ‘outputValue’
• inputValue : InputPin [0..*] Provides input to the action. (Specializes Action::input) • outputValue : OutputPin [0..*]
Takes output from the action. (Specializes Action::output)
No additional constraints
The semantics of the action are determined by the implementation.
No specific notation
OpaqueAction is introduced for implementation-specific actions or for use as a temporary placeholder before some other action
is chosen.