edu.ucla.belief.decision
Class Stats.Stat

Object
  extended by Stats.Stat
Enclosing class:
Stats

public static class Stats.Stat
extends Object


Field Summary
 String caption
           
 Set distinct
           
 float fraction
           
 int sizeExponential
           
 int total
           
 
Constructor Summary
Stats.Stat(String caption)
           
 
Method Summary
 void accumulate(Stats.Stat other)
           
 void append(StringBuffer buff)
           
 void appendFull(StringBuffer buff)
           
 void calcFraction()
           
 void reset()
           
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

total

public int total

distinct

public Set distinct

fraction

public float fraction

caption

public String caption

sizeExponential

public int sizeExponential
Constructor Detail

Stats.Stat

public Stats.Stat(String caption)
Method Detail

reset

public void reset()

append

public void append(StringBuffer buff)

appendFull

public void appendFull(StringBuffer buff)
Since:
012405

accumulate

public void accumulate(Stats.Stat other)
Since:
012405

calcFraction

public void calcFraction()


Copyright 2010 UCLA Automated Reasoning Group