ca.cas.control
Class SampleController

java.lang.Object
  extended by ca.cas.control.SampleController

public class SampleController
extends java.lang.Object

SampleController is an example of a runnable class which executes a cas simulation using a driver class. An integer value seed may be given as an argument so that SampleController creates reproducible randomized results. The purpose of a controller class is to create objects for use in the simulation. Examples of controller classes which may eventually exist include gui's and classes which design a simulation based on experimental data read from a file. In many cases the controller class must convert a description of an experiment in biological terms into the appropriate parameters for the cas simulation.


Constructor Summary
SampleController()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SampleController

public SampleController()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception