swarm.analysis
Class ActiveOutFileImpl

java.lang.Object
  |
  +--swarm.analysis.ActiveOutFileImpl

public class ActiveOutFileImpl
extends Object
implements MessageProbeS, MessageProbe, ActiveOutFileS, ActiveOutFile

An object that actively updates its file stream when updated.. This is the file I/O equivalent of ActiveGraph: it takes an OutFile object, a target (datafeed) object, and a selector, which it uses to extract data from the object and send it to the file.


Constructor Summary
ActiveOutFileImpl()
           
ActiveOutFileImpl(ZoneImpl aZone)
          Default constructor for Impl class
ActiveOutFileImpl(ZoneImpl aZone, Selector aSel)
          Convenience factory method for common case.
 
Methods implemented by this class for interface swarm.objectbase.MessageProbeS
setHideResult
 
Methods implemented by this class for interface swarm.objectbase.MessageProbe
doubleDynamicCallOn, getArgCount, getArgName, getHideResult, getProbedMessage, isArgumentId, isResultId, longDynamicCallOn, objectDynamicCallOn, setArg$ToString, stringDynamicCallOn
 
Methods implemented by this class for interface swarm.analysis.ActiveOutFile
setDataFeed, setFileObject, step
 
Methods implemented by this class for interface swarm.objectbase.ProbeS
setSafety, unsetSafety
 
Methods implemented by this class for interface swarm.objectbase.Probe
clone, getProbedClass, getProbedType
 
Methods implemented by this class for interface swarm.objectbase.SwarmObject
getCompleteProbeMap, getProbeForMessage, getProbeForVariable, getProbeMap
 
Methods implemented by this class for interface swarm.defobj.Drop
drop
 
Methods implemented by this class for interface swarm.defobj.DefinedObject
compare, describe, describeID, getDisplayName, getTypeName, getZone, perform, perform$with, perform$with$with, perform$with$with$with, respondsTo, setDisplayName, xfprint, xfprintid, xprint, xprintid
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActiveOutFileImpl

public ActiveOutFileImpl()

ActiveOutFileImpl

public ActiveOutFileImpl(ZoneImpl aZone,
                         Selector aSel)
Convenience factory method for common case.

ActiveOutFileImpl

public ActiveOutFileImpl(ZoneImpl aZone)
Default constructor for Impl class