All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----berkeley.cs.dmc.compiler.Main
public Main()
public static void main(String args[])
java dynamics.compiler.Main [ -l logfile ]The -l option will cause all the standard output to be written to a log file of the given name. The required argument must be the name of a class that implements the dmc.system.DynamicsSystem interface. It must appear somewhere in the class search path. The name must include the string "System" somewhere within it. The program will do a lot of munging of the input file (maybe several hours worth), and produce another file, derived from the input class by replacing System with Variable (so, for instance, RollerSystem becomes RollerVariable). The new file contains a class definition that implements the DynamicsVariable interface. See the associated documentation for full details about using this application.
All Packages Class Hierarchy This Package Previous Next Index