swarm.analysis
Interface EntropyC

All Known Implementing Classes:
EntropyCImpl

public interface EntropyC
extends MessageProbeS, MessageProbeC

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.


Method Summary
 Object createEnd()
           
 Object setCollection(Object aCollection)
          The setCollection method sets the collection of objects that will be probed.
 
Methods inherited from interface swarm.objectbase.MessageProbeS
setHideResult
 
Methods inherited from interface swarm.objectbase.MessageProbeC
create$setProbedSelector, setProbedSelector
 
Methods inherited from interface swarm.objectbase.ProbeC
setProbedClass
 
Methods inherited from interface swarm.defobj.CreateC
create, createBegin
 
Methods inherited from interface swarm.defobj.CustomizeC
customizeBegin, customizeCopy, customizeEnd
 

Method Detail

setCollection

public Object setCollection(Object aCollection)
The setCollection method sets the collection of objects that will be probed.

createEnd

public Object createEnd()