edu.jhu.ece.iacl.jist.plugins.testing
Class MedicAlgorithmDemo.MyAlgorithm

java.lang.Object
  extended by edu.jhu.ece.iacl.jist.pipeline.AbstractCalculation
      extended by edu.jhu.ece.iacl.jist.plugins.testing.MedicAlgorithmDemo.MyAlgorithm
Enclosing class:
MedicAlgorithmDemo

protected static class MedicAlgorithmDemo.MyAlgorithm
extends AbstractCalculation

Example algorithm

Author:
Blake Lucas (bclucas@jhu.edu)

Field Summary
 
Fields inherited from class edu.jhu.ece.iacl.jist.pipeline.AbstractCalculation
monitor
 
Constructor Summary
MedicAlgorithmDemo.MyAlgorithm(AbstractCalculation parent)
          Construct algorithm
MedicAlgorithmDemo.MyAlgorithm(int maxCount)
           
 
Method Summary
 void execute()
          Call algorithm
 
Methods inherited from class edu.jhu.ece.iacl.jist.pipeline.AbstractCalculation
add, addTotalUnits, decrementCompletedUnits, decrementCompletedUnits, getCompletedUnits, getCurrentLabel, getCurrentProgress, getLabel, getPerformance, getProgress, getTotalUnits, incrementCompletedUnits, incrementCompletedUnits, isCompleted, markCompleted, reset, setCompletedUnits, setCompletedUnits, setLabel, setMonitor, setTotalUnits
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MedicAlgorithmDemo.MyAlgorithm

public MedicAlgorithmDemo.MyAlgorithm(int maxCount)

MedicAlgorithmDemo.MyAlgorithm

public MedicAlgorithmDemo.MyAlgorithm(AbstractCalculation parent)
Construct algorithm

Parameters:
parent - parent algorithm
Method Detail

execute

public void execute()
Call algorithm