jfreerails.controller
Class FinancialMoveProducer

java.lang.Object
  extended by jfreerails.controller.FinancialMoveProducer

public class FinancialMoveProducer
extends java.lang.Object

Not yet implemented

Author:
Luke

Field Summary
static Money IPO_SHARE_PRICE
           
static int IPO_SIZE
           
static int SHARE_BUNDLE_SIZE
           
 
Constructor Summary
FinancialMoveProducer(ReadOnlyWorld row)
           
 
Method Summary
(package private)  EconomicClimate improve()
           
(package private)  EconomicClimate worsen()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

IPO_SHARE_PRICE

public static final Money IPO_SHARE_PRICE

SHARE_BUNDLE_SIZE

public static final int SHARE_BUNDLE_SIZE
See Also:
Constant Field Values

IPO_SIZE

public static final int IPO_SIZE
See Also:
Constant Field Values
Constructor Detail

FinancialMoveProducer

FinancialMoveProducer(ReadOnlyWorld row)
Method Detail

worsen

EconomicClimate worsen()

improve

EconomicClimate improve()