swarm.space
Class Int2dFilerImpl

java.lang.Object
  |
  +--swarm.space.Int2dFilerImpl

public class Int2dFilerImpl
extends Object
implements SwarmObjectS, SwarmObject, Int2dFilerS, Int2dFiler

Saves the state of a Discrete2d object [DEPRECATED].. The Int2dFiler class is used to save the state of any Discrete2d object (or a subclass thereof) to a specified file. Use of this protocol is deprecated, the ability to write the state of a Discrete2d instance to disk (serialize) is now encoded directly to the Discrete2d class, via the lisp and HDF5 archiver features.


Constructor Summary
Int2dFilerImpl()
           
Int2dFilerImpl(Zone aZone)
          Default constructor for Impl class
 
Methods implemented by this class for interface swarm.objectbase.SwarmObject
getCompleteProbeMap, getProbeForMessage, getProbeForVariable, getProbeMap
 
Methods implemented by this class for interface swarm.space.Int2dFiler
fileTo, setBackground, setDiscrete2dToFile, setValueMessage
 
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

Int2dFilerImpl

public Int2dFilerImpl()

Int2dFilerImpl

public Int2dFilerImpl(Zone aZone)
Default constructor for Impl class