|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectca.cas.control.SampleController
public class SampleController
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 |
|---|
public SampleController()
| Method Detail |
|---|
public static void main(java.lang.String[] args)
throws java.lang.Exception
java.lang.Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||