File: KeyNotePackage.config
Last edited by:
Kent December 31, 1987 1:57:52 pm PST
Jack Kent February 13, 1988 9:00:46 pm PST
KeyNotePackage: CONFIGURATION
IMPORTS
From Alpine
AlpineFile,
From Cedar
DBCommon, FS, FSPseudoServers,
Process, RefText, RPC,
Convert, CommandTool, Commander, DB, FS, IO, RedBlackTree, Rope, List, SymTab
EXPORTS ALL
CONTROL
KeyNoteImpl,
KeyNoteDatabaseImpl,
KeyNoteDatabaseImpl,
KeyNoteCommandToolImpl,
KeyNotePseudoServerImpl,
KeyNoteTokenFreqPerFileTableImpl =
BEGIN
KeyNoteImpl; -- implements high level commands
KeyNoteDatabaseImpl; -- manipulates keyNote databases
KeyNoteWeightedMatchingImpl; --keynote weighted matching
KeyNoteCommandToolImpl;
KeyNotePseudoServerImpl;
KeyNoteTokenFreqPerFileTableImpl;
END. -- KeyNote