(*Object Model Search - first draft *) (* This file defines the objects and operations of a Search *) object word is string; operation Search is inputs: Class, word; outputs: Class; description: (* Search will scan the currently open class for the word given and then highlight that word within that class. *); end ViewReport;