swarm.space
Class Int2dFilerCImpl

java.lang.Object
  |
  +--swarm.BaseImpl
        |
        +--swarm.PhaseCImpl
              |
              +--swarm.space.Int2dFilerCImpl

public class Int2dFilerCImpl
extends PhaseCImpl
implements SwarmObjectC, SwarmObjectS, Int2dFilerS, Int2dFilerC

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.


Fields inherited from class swarm.PhaseCImpl
nextPhase
 
Constructor Summary
Int2dFilerCImpl()
           
Int2dFilerCImpl(Int2dFiler nextPhase)
           
 
Methods implemented by this class for interface swarm.defobj.CreateC
create, createBegin, createEnd
 
Methods implemented by this class for interface swarm.defobj.CustomizeC
customizeBegin, customizeCopy, customizeEnd
 
Methods inherited from class swarm.PhaseCImpl
_copy_creating_phase_to_using_phase
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Int2dFilerCImpl

public Int2dFilerCImpl(Int2dFiler nextPhase)

Int2dFilerCImpl

public Int2dFilerCImpl()