swarm.defobj
Class HDF5CImpl

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

public class HDF5CImpl
extends PhaseCImpl
implements CreateS, CreateC, DropS, DropC, HDF5S

HDF5 interface. HDF5 interface


Fields inherited from class swarm.PhaseCImpl
nextPhase
 
Constructor Summary
HDF5CImpl()
           
HDF5CImpl(HDF5Impl nextPhase)
           
 
Methods implemented by this class for interface swarm.defobj.CreateC
createEnd
 
Methods implemented by this class for interface swarm.defobj.HDF5S
setBaseTypeObject, setName
 
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

HDF5CImpl

public HDF5CImpl(HDF5Impl nextPhase)

HDF5CImpl

public HDF5CImpl()