ACP3 README Updated: Fri Jan 23 17:28:19 1998 by Jeff Dalton This file briefly describes the contents of the ACP3 directory and some of the conventions that are used. For instructions on how to install and use ACP3, see the file INSTALL in this directory. Subdirectories and their contents --------------------------------- bin/ Various executables, including shell scripts for running Java programs. doc/ Documentation of various sorts. See doc/README. doc/javadoc/ Documentation produced by javadoc, usually via "make javadoc". html/ HTML files that correspond to the run-time information displays, together with any included images. IMG/ Images used at run-time by ACP3. kqml/ The Java KQML code used by ACP3. The actual files are in kqml/java-src. kqml/lib/kqml.jar is what's normally put in the CLASSPATH. It is a symbolic link to kqml.jar in kqml/java-src. This version was obtained from Terry Padgett on 23 Jan 1998. oplan/ The oplan package. By convention, this directory contains only subpackages and files (such as Release.java) that apply to the the oplan package as a whole. oplan/acp3/ The oplan.acp3 package -- classes specific to ACP3. oplan/op3/ The oplan.op3 package -- classes relevant to process panels generally. oplan/test/ The oplan.test package. This contains a number of simple main programs used to test various aspects of the system, features of Java, etc. oplan/util/ The oplan.util package -- general-purpose classes, not specific to process panels. ProcessModels/ Saved process models.