swarm.analysis
Class EZBinCImpl

java.lang.Object
  |
  +--swarm.PhaseCImpl
        |
        +--swarm.analysis.EZBinCImpl

public class EZBinCImpl
extends PhaseCImpl
implements SwarmObjectS, SwarmObjectC, EZBinS

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.


Fields inherited from class swarm.PhaseCImpl
nextPhase
 
Constructor Summary
EZBinCImpl()
           
EZBinCImpl(EZBinImpl nextPhase)
           
 
Methods implemented by this class for interface swarm.defobj.CreateC
createEnd
 
Methods inherited from class swarm.PhaseCImpl
_copy_creating_phase_to_using_phase
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EZBinCImpl

public EZBinCImpl(EZBinImpl nextPhase)

EZBinCImpl

public EZBinCImpl()