OpaqueBehavior
UML specifies several types of behaviors:
•Activity
•State Machine
•Interaction
•Opaque Behavior, which has subtype FunctionBehavior
OpaqueBehavior is behavior with implementation-specific semantics, modeled as a place-holder before another behavior is chosen.
See also
Go up to