Command

Concrete Command

Derived from: Command
Stereotype:
Constraint:
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.


Receiver

Stereotype:
Constraint:
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.


Client

Stereotype:
Constraint:
Description:


Command

Stereotype:
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.


Invoker

Stereotype:
Constraint:
Description: