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.
setProbedSelector
public Object setProbedSelector(Selector aSel)
- The setProbedSelector: method sets the message to be probed given the selector.