edu.jhu.ece.iacl.jist.pipeline
Class ObservableCalculation

java.lang.Object
  extended by edu.jhu.ece.iacl.jist.pipeline.AbstractCalculation
      extended by edu.jhu.ece.iacl.jist.pipeline.ObservableCalculation

public class ObservableCalculation
extends AbstractCalculation

An empty calculation to use as the root calculation for the Calculation monitor.

Author:
Blake Lucas

Field Summary
 
Fields inherited from class edu.jhu.ece.iacl.jist.pipeline.AbstractCalculation
monitor
 
Constructor Summary
ObservableCalculation(java.lang.String name, CalculationMonitor monitor)
          Default constructor.
 
Method Summary
 
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

ObservableCalculation

public ObservableCalculation(java.lang.String name,
                             CalculationMonitor monitor)
Default constructor.

Parameters:
name - calculation name
monitor - calculation monitor