edu.cuny.cat.stat
Class HistoricalReport.SortedView

java.lang.Object
  extended by java.util.Observable
      extended by edu.cuny.cat.stat.HistoricalReport.SortedView
All Implemented Interfaces:
java.util.Observer
Enclosing class:
HistoricalReport

public class HistoricalReport.SortedView
extends java.util.Observable
implements java.util.Observer

a class providing sorted lists of shouts.


Constructor Summary
HistoricalReport.SortedView()
           
 
Method Summary
 void destroy()
           
 edu.cuny.struct.SortedTreeList<Shout> getSortedAcceptedAsks()
           
 edu.cuny.struct.SortedTreeList<Shout> getSortedAcceptedBids()
           
 edu.cuny.struct.SortedTreeList<Shout> getSortedAsks()
           
 edu.cuny.struct.SortedTreeList<Shout> getSortedBids()
           
 edu.cuny.struct.SortedTreeList<Shout> getSortedRejectedAsks()
           
 edu.cuny.struct.SortedTreeList<Shout> getSortedRejectedBids()
           
 void reset()
           
 void resetIfNeeded()
           
 void update(java.util.Observable o, java.lang.Object arg)
           
 
Methods inherited from class java.util.Observable
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HistoricalReport.SortedView

public HistoricalReport.SortedView()
Method Detail

destroy

public void destroy()

reset

public void reset()

update

public void update(java.util.Observable o,
                   java.lang.Object arg)
Specified by:
update in interface java.util.Observer

resetIfNeeded

public void resetIfNeeded()

getSortedAsks

public edu.cuny.struct.SortedTreeList<Shout> getSortedAsks()

getSortedBids

public edu.cuny.struct.SortedTreeList<Shout> getSortedBids()

getSortedAcceptedAsks

public edu.cuny.struct.SortedTreeList<Shout> getSortedAcceptedAsks()

getSortedAcceptedBids

public edu.cuny.struct.SortedTreeList<Shout> getSortedAcceptedBids()

getSortedRejectedAsks

public edu.cuny.struct.SortedTreeList<Shout> getSortedRejectedAsks()

getSortedRejectedBids

public edu.cuny.struct.SortedTreeList<Shout> getSortedRejectedBids()