AAFID2 directory hierarchy


 ======================================================================
 This file is Copyright 1998,1999 by the Purdue Research Foundation and
 may only be used under license.  For terms of the license, see the
 file named COPYRIGHT included with this software release.
 AAFID is a trademark of the Purdue Research Foundation.
 All rights reserved.
 ======================================================================


The following directory hierarchy is proposed for the AAFID2 prototype

AAFID2/                 <---- Base directory
   |
   |- classes           <---- Base directory for classes
   |      |
   |      |- AAFID      <---- All the base class files (.pm)
   |      |    |
   |      |    |- GUI   <---- Classes for the GUI
   |      |
   |      |- Agents     <---- Agent module files (.pm)
   |      |
   |      |- Filter     <---- Filter class files (.pm)
   |
   |- aas               <---- Agent AAS files (.aas)
   |
   |- bin               <---- Binaries (makeagent, aafid2gui, Starter, etc.)
   |
   |- config            <---- Configuration files
   |
   |- doc               <---- Documentation
   |   |
   |   |- code          <---- Formatted, documented code
   |   |
   |   |- papers	<---- Papers related to the project and the prototype
   |   |
   |   |- notes         <---- Documentation that has not made it
   |                          to the papers yet.
   |
   |- lib               <---- Different auxiliary files
   |   |
   |   |- pixmaps       <---- Pixmaps for aafid2gui
   |
   |- misc              <---- Miscellaneous files.
   |
   |- man               <---- Man pages
   |
   |- utils             <---- Miscellaneous utilities and support files

Notes:
- AAFID2/aas contains the .aas files, and a Makefile that automatically
  generates the Perl code and copies it to the AAFID2/classes/Agents
  directory.
