com.croftsoft.apps.infant
Class InfantData

java.lang.Object
  extended by com.croftsoft.apps.infant.InfantData

public final class InfantData
extends Object

Data recorded for analysis.

Since:
2006-03-05
Version:
$Id: InfantData.java,v 1.4 2007/12/01 00:51:07 croft Exp $
Author:
David Wallace Croft

Constructor Summary
InfantData()
           
 
Method Summary
 void record(long cycle, long stimulus, double duration, double contemplation)
           
 String report()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InfantData

public InfantData()
Method Detail

record

public void record(long cycle,
                   long stimulus,
                   double duration,
                   double contemplation)

report

public String report()

CroftSoft Javadoc

CroftSoft Apps Javadoc (2008-09-28 21:15:07)