edu.cuny.cat.valuation
Class FixedValuer

java.lang.Object
  extended by edu.cuny.cat.valuation.ValuationPolicy
      extended by edu.cuny.cat.valuation.FixedValuer
All Implemented Interfaces:
AuctionEventListener, edu.cuny.obj.Resetable

public class FixedValuer
extends ValuationPolicy

A valuation policy in which we maintain a fixed private valuation independent of time or auction.

Version:
$Revision: 1.13 $
Author:
Steve Phelps

Field Summary
 
Fields inherited from class edu.cuny.cat.valuation.ValuationPolicy
value
 
Constructor Summary
FixedValuer()
           
FixedValuer(double value)
           
 
Method Summary
 
Methods inherited from class edu.cuny.cat.valuation.ValuationPolicy
eventOccurred, getValue, reset, setValue, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FixedValuer

public FixedValuer()

FixedValuer

public FixedValuer(double value)