All Packages Class Hierarchy This Package Previous Next Index
Class berkeley.cs.dmc.periodic.Main
java.lang.Object
|
+----berkeley.cs.dmc.periodic.Main
- public class Main
- extends Object
Application that searches for periodic behaviour in a dynamical
system, and if it finds it, generates a more efficient version
of the system, suitable for culling.
-
Main()
-
-
main(String[])
- The main method for the application.
Main
public Main()
main
public static void main(String args[])
- The main method for the application. It should be invoked as:
java dynamics.period.Main
is a class name that must implement the
berkeley.cs.dmc.system.DynamicsSystem
interface, and should contain the string System somewhere in the
name. The class file must be in the class search path.
If the system is found to be periodic in output over time,
a new class is created, with a name derived from the original
class by replacing the string System with the string Variable.
The new class will implement the
berkeley.cs.dmc.system.DynamicsVariable interface.
If no period under one hour is found, the system exits
without generating anything.
All Packages Class Hierarchy This Package Previous Next Index