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.
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.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 |
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