swarm.analysis
Class EZBinImpl

java.lang.Object
  |
  +--swarm.analysis.EZBinImpl

public class EZBinImpl
extends Object
implements SwarmObjectS, SwarmObject, EZBinS, EZBin

An easy to use histogram interface.. This class allows the user to easily histogram data generated by a collection of objects. In addition the class will generate some standard statistics over the resulting dataset.


Constructor Summary
EZBinImpl()
           
EZBinImpl(ZoneImpl aZone)
          Default constructor for Impl class
 
Methods implemented by this class for interface swarm.objectbase.SwarmObject
getCompleteProbeMap, getProbeForMessage, getProbeForVariable, getProbeMap
 
Methods implemented by this class for interface swarm.analysis.EZBin
getAverage, getBinColorCount, getBinCount, getCount, getFileName, getLowerBound, getMax, getMin, getOutliers, getStd, getTitle, getUpperBound, output, outputGraph, outputToFile, reset, setPrecision, update
 
Methods implemented by this class for interface swarm.defobj.Drop
drop
 
Methods implemented by this class for interface swarm.defobj.DefinedObject
compare, describe, describeID, getDisplayName, getTypeName, getZone, perform, perform$with, perform$with$with, perform$with$with$with, respondsTo, setDisplayName, xfprint, xfprintid, xprint, xprintid
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EZBinImpl

public EZBinImpl()

EZBinImpl

public EZBinImpl(ZoneImpl aZone)
Default constructor for Impl class