-
A
Command
(
Command
) represents an (atomic) operation applied
to a context returning a result encapsulated in an object (as of object
oriented programming).
Provides an accessor for a command property.
Provides a builder method for a name property returning the builder for
applying multiple build operations.
Provides a mutator for a command property.
An
Undoable
is a
Command
) which also provides means to undo
its operation applied before.
Provides an accessor for a command property.
Provides a builder method for a name property returning the builder for
applying multiple build operations.
Provides a mutator for a undoable property.
A
Worker
represents an (atomic) operation applied to a context and
(in contrast to a
Command
) not returning any result, all of which
encapsulated in an object (as of object oriented programming).
Provides an accessor for a command property.
Provides a builder method for a name property returning the builder for
applying multiple build operations.
Provides a mutator for a worker property.