il2.inf.structure
Class JoinTreeStats.StatImpl

Object
  extended by JoinTreeStats.StatImpl
All Implemented Interfaces:
JoinTreeStats.Stat
Enclosing class:
JoinTreeStats

public static class JoinTreeStats.StatImpl
extends Object
implements JoinTreeStats.Stat

Since:
020305

Constructor Summary
JoinTreeStats.StatImpl(BigInteger max, double normalized, BigInteger total)
           
 
Method Summary
 void combine(JoinTreeStats.Stat other)
           
 BigInteger getMax()
           
 double getNormalizedMax()
           
 BigInteger getTotal()
           
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JoinTreeStats.StatImpl

public JoinTreeStats.StatImpl(BigInteger max,
                              double normalized,
                              BigInteger total)
Method Detail

getMax

public BigInteger getMax()
Specified by:
getMax in interface JoinTreeStats.Stat

getNormalizedMax

public double getNormalizedMax()
Specified by:
getNormalizedMax in interface JoinTreeStats.Stat

getTotal

public BigInteger getTotal()
Specified by:
getTotal in interface JoinTreeStats.Stat

combine

public void combine(JoinTreeStats.Stat other)


Copyright 2010 UCLA Automated Reasoning Group