net.sourceforge.jasa.report
Class TradeNetworkReport.TransactionList

java.lang.Object
  extended by net.sourceforge.jasa.report.TradeNetworkReport.TransactionList
Enclosing class:
TradeNetworkReport

public class TradeNetworkReport.TransactionList
extends java.lang.Object

 

Constructor Summary
TradeNetworkReport.TransactionList()
           
 
Method Summary
 void add()
           
 void add(TransactionExecutedEvent e)
           
 double getValue()
           
 double value(TransactionExecutedEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TradeNetworkReport.TransactionList

public TradeNetworkReport.TransactionList()
Method Detail

add

public void add(TransactionExecutedEvent e)

add

public void add()

value

public double value(TransactionExecutedEvent event)

getValue

public double getValue()