edu.usc.cse.desi.algorithm
Class FirstTestAlgo

java.lang.Object
  extended byedu.usc.cse.desi.algorithm.AbstractAlgorithm
      extended byedu.usc.cse.desi.algorithm.FirstTestAlgo

public class FirstTestAlgo
extends AbstractAlgorithm

Author:
NeLs Started on Jul 29, 2004

Constructor Summary
FirstTestAlgo()
           
 
Method Summary
protected  DESIViewModel executeAlgo(DESIViewModel cur_model)
          I overrode this method:
 
Methods inherited from class edu.usc.cse.desi.algorithm.AbstractAlgorithm
run, run
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FirstTestAlgo

public FirstTestAlgo()
Method Detail

executeAlgo

protected DESIViewModel executeAlgo(DESIViewModel cur_model)
I overrode this method:

Specified by:
executeAlgo in class AbstractAlgorithm
Parameters:
cur_model - DESIViewModel - The current model of the system.
Returns:
DESIViewModel - The affected model of the system.
See Also:
AbstractAlgorithm.executeAlgo(edu.usc.cse.desi.model.view.DESIViewModel)