swarm.defobj
Class HDF5ArchiverCImpl

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

public class HDF5ArchiverCImpl
extends PhaseCImpl
implements ArchiverS, ArchiverC, HDF5ArchiverS

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(HDF5ArchiverImpl 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.CreateC
createEnd
 
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(HDF5ArchiverImpl nextPhase)

HDF5ArchiverCImpl

public HDF5ArchiverCImpl()