swarm.analysis
Class EntropyCImpl

java.lang.Object
  |
  +--swarm.BaseImpl
        |
        +--swarm.PhaseCImpl
              |
              +--swarm.analysis.EntropyCImpl

public class EntropyCImpl
extends PhaseCImpl
implements MessageProbeC, MessageProbeS, EntropyS, EntropyC

Computes entropy via a MessageProbe.. Entropy objects read probabilities (via a MessageProbe) from a collection of objects and calculate the entropy of the underlying distribution.


Fields inherited from class swarm.PhaseCImpl
nextPhase
 
Constructor Summary
EntropyCImpl()
           
EntropyCImpl(Entropy nextPhase)
           
 
Methods implemented by this class for interface swarm.objectbase.MessageProbeC
create$setProbedSelector, setProbedMethodName, setProbedSelector
 
Methods implemented by this class for interface swarm.objectbase.MessageProbeS
setHideResult
 
Methods implemented by this class for interface swarm.analysis.EntropyC
setCollection
 
Methods implemented by this class for interface swarm.objectbase.ProbeC
setProbedClass, setProbedObject
 
Methods implemented by this class for interface swarm.objectbase.ProbeS
setSafety, unsetSafety
 
Methods implemented by this class for interface swarm.defobj.CreateC
create, createBegin, createEnd
 
Methods implemented by this class for interface swarm.defobj.CustomizeC
customizeBegin, customizeCopy, customizeEnd
 
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

EntropyCImpl

public EntropyCImpl(Entropy nextPhase)

EntropyCImpl

public EntropyCImpl()