com.browseengine.bobo.facets.statistics
Class FacetCountStatistics

java.lang.Object
  extended by com.browseengine.bobo.facets.statistics.FacetCountStatistics
All Implemented Interfaces:
Serializable

public class FacetCountStatistics
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
FacetCountStatistics()
           
 
Method Summary
 boolean equals(Object o)
           
 int getCollectedSampleCount()
           
 double getDistribution()
           
 int getNumSamplesCollected()
           
 int getTotalSampleCount()
           
 void setCollectedSampleCount(int collectedSampleCount)
           
 void setDistribution(double distribution)
           
 void setNumSamplesCollected(int numSamplesCollected)
           
 void setTotalSampleCount(int totalSampleCount)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FacetCountStatistics

public FacetCountStatistics()
Method Detail

getDistribution

public double getDistribution()

setDistribution

public void setDistribution(double distribution)

getTotalSampleCount

public int getTotalSampleCount()

setTotalSampleCount

public void setTotalSampleCount(int totalSampleCount)

getCollectedSampleCount

public int getCollectedSampleCount()

setCollectedSampleCount

public void setCollectedSampleCount(int collectedSampleCount)

getNumSamplesCollected

public int getNumSamplesCollected()

setNumSamplesCollected

public void setNumSamplesCollected(int numSamplesCollected)

toString

public String toString()
Overrides:
toString in class Object

equals

public boolean equals(Object o)
Overrides:
equals in class Object


Copyright © 2011. All Rights Reserved.