swarm.objectbase
Interface MessageProbeC

All Known Subinterfaces:
ActiveGraphC, ActiveOutFileC, AveragerC, EntropyC
All Known Implementing Classes:
EntropyCImpl, ActiveOutFileCImpl, ActiveGraphCImpl, AveragerCImpl

public abstract interface MessageProbeC
extends ProbeS, ProbeC

A class that allows the user to call a given message on any candidate that is an instance of, or inherits from, a given class.. This is a specialized subclass of the abstract class Probe. It completes the specification of a probe that refers to a message element of an object.


Method Summary
 Object setProbedSelector(Selector aSel)
          The setProbedSelector: method sets the message to be probed given the selector.
 
Methods inherited from interface swarm.objectbase.ProbeS
setSafety, unsetSafety
 
Methods inherited from interface swarm.objectbase.ProbeC
setProbedClass
 
Methods inherited from interface swarm.defobj.CreateC
createEnd
 

Method Detail

setProbedSelector

public Object setProbedSelector(Selector aSel)
The setProbedSelector: method sets the message to be probed given the selector.