org.uacalc.alg
Class CloserTiming

java.lang.Object
  extended by org.uacalc.alg.CloserTiming

public class CloserTiming
extends java.lang.Object

A class to hold the data for the timing information in the UI.

Author:
ralph

Constructor Summary
CloserTiming(BigProductAlgebra algebra, ProgressReport report)
           
 
Method Summary
 void incrementApps()
           
 void incrementNextPassSize()
           
 void updatePass(int size)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CloserTiming

public CloserTiming(BigProductAlgebra algebra,
                    ProgressReport report)
Method Detail

updatePass

public void updatePass(int size)

incrementApps

public void incrementApps()

incrementNextPassSize

public void incrementNextPassSize()


Copyright 2003 Ralph Freese. All Rights Reserved.