FunctionBehavior
UML specifies several types of behaviors:
▪Activity
▪State Machine
▪Interaction
▪Opaque Behavior, which has subtype FunctionBehavior
A FunctionBehavior enables you to model external functions that take only inputs and produce outputs, and are not part of the modeled system.
Example
See also
Go up to