All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class berkeley.cs.dmc.system.SysToVar

java.lang.Object
   |
   +----berkeley.cs.dmc.system.SysToVar

public class SysToVar
extends Object
Application class to convert a DynamicsSystem directly into a DynamicsVariable. For use in debugging, primarily.


Constructor Index

 o SysToVar()

Method Index

 o main(String[])
Main routine.

Constructors

 o SysToVar
 public SysToVar()

Methods

 o main
 public static void main(String args[])
Main routine. Should be invoked as:
 java berkeley.cs.dmc.system.SysToVar 
 
DynamicsSystem must be th ename of a class that implements the DynamicsSystem interface, and must contain the string "System" in its name. A new class will be created, that implements the DynamicsVariable interface, and with a name derived from DynamicsSystem by replacing the string "System" with the string "Variable".


All Packages  Class Hierarchy  This Package  Previous  Next  Index