Command





Client


Command

Constraint: abstract
Description:
This is the class description.
You should see this note in the html exported documentation.

Operations:

<<virtual>> Execute()
This is operation Execute() description.
You should see this note in the html exported documentation.


Concrete Command

Derived from: Command
Description:
This is the class description.
You should see this note in the html exported documentation.

Attributes:

state
This is attribute state.
You should see this note in the html exported documentation.

Operations:

Execute() {receiver->Action();}
This is operation Execute() description.
You should see this note in the html exported documentation.


Invoker


Receiver

Description:
This is the class description.
You should see this note in the html exported documentation.

Operations:

Action()
This is operation Action() description.
You should see this note in the html exported documentation.