Previous | UML Classes | Table of Contents | UML Packages | Next |
•
Behavior (from BasicBehaviors ) on page 447
A behavior with implementation-specific semantics.
Attributes
Issue 9191 - change lower bound to 0
• body : String [0..*] Specifies the behavior in one or more languages.
• language : String [0..*]Languages the body strings use in the same order as the body strings.
Associations
No additional associations
Constraints
No additional constraints
Semantics
The semantics of the behavior is determined by the implementation.
Notation
None
Rationale
OpaqueBehavior is introduced for implementation-specific behavior or for use as a place-holder before one of the other behaviors
is chosen.