swarm.objectbase
Interface MessageProbeS

All Known Subinterfaces:
ActiveGraph, ActiveGraphC, ActiveGraphS, ActiveOutFile, ActiveOutFileC, ActiveOutFileS, Averager, AveragerC, AveragerS, Entropy, EntropyC, EntropyS
All Known Implementing Classes:
MessageProbeCImpl, MessageProbeImpl, EntropyCImpl, ActiveOutFileImpl, ActiveGraphImpl, ActiveOutFileCImpl, ActiveGraphCImpl, AveragerImpl, AveragerCImpl, EntropyImpl

public abstract interface MessageProbeS
extends ProbeS

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 setHideResult(boolean val)
          The setHideResult: method is used to set the visibility of the result field.
 
Methods inherited from interface swarm.objectbase.ProbeS
setSafety, unsetSafety
 

Method Detail

setHideResult

public Object setHideResult(boolean val)
The setHideResult: method is used to set the visibility of the result field. When set to 1, the user is indicating that the result field in a graphical representation of the message probe should not be shown.