swarm.defobj
Class HDF5ArchiverCImpl

java.lang.Object
  |
  +--swarm.BaseImpl
        |
        +--swarm.PhaseCImpl
              |
              +--swarm.defobj.HDF5ArchiverCImpl

public class HDF5ArchiverCImpl
extends PhaseCImpl
implements ArchiverC, ArchiverS, HDF5ArchiverS, HDF5ArchiverC

Protocol for creating HDF5 instances of the Archiver. Protocol for creating HDF5 instances of the Archiver Default system path is ~/swarmArchiver.hdf Default application path is //.hdf or the current directory.


Fields inherited from class swarm.PhaseCImpl
nextPhase
 
Constructor Summary
HDF5ArchiverCImpl()
           
HDF5ArchiverCImpl(HDF5Archiver nextPhase)
           
 
Methods implemented by this class for interface swarm.defobj.ArchiverC
setDefaultAppPath, setDefaultPath, setInhibitLoadFlag, setPath, setSystemArchiverFlag
 
Methods implemented by this class for interface swarm.defobj.HDF5ArchiverC
create$setPath
 
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

HDF5ArchiverCImpl

public HDF5ArchiverCImpl(HDF5Archiver nextPhase)

HDF5ArchiverCImpl

public HDF5ArchiverCImpl()