indexing
description: "General notion of command. To write an actual command inherit from this class and implement the `execute' feature."
status: "See notice at end of class."
date: "$Date$"
revision: "$Revision$"
deferred class interface
WEL_COMMAND
feature
message_information: WEL_MESSAGE_INFORMATION
feature
set_message_information (mi: WEL_MESSAGE_INFORMATION)
message_informationmi
ensure
message_information_set: message_information = mi
feature
execute (argument: ANY)
argument
invariant
ANY
reflexive_equality: standard_is_equal (Current)
reflexive_conformance: conforms_to (Current)
end -- WEL_COMMAND