Package | Description |
---|---|
org.eclipse.ice.io.hdf | |
org.eclipse.ice.reactor.plant |
Modifier and Type | Class and Description |
---|---|
class |
HdfIOFactory
This class provides a base for implementing
IHdfIOFactory and
includes many helpful methods for writing and reading HDF5 attributes,
datasets, groups, and more. |
Modifier and Type | Method and Description |
---|---|
IHdfIOFactory |
IHdfIORegistry.getHdfIOFactory(java.lang.Object object)
Gets an
IHdfIOFactory from the registry. |
IHdfIOFactory |
HdfIORegistry.getHdfIOFactory(java.lang.Object object) |
IHdfIOFactory |
IHdfIORegistry.getHdfIOFactory(java.lang.String tag)
Gets an
IHdfIOFactory from the registry. |
IHdfIOFactory |
HdfIORegistry.getHdfIOFactory(java.lang.String tag) |
Modifier and Type | Method and Description |
---|---|
void |
IHdfIORegistry.registerHdfIOFactory(IHdfIOFactory factory)
Registers an
IHdfIOFactory with the registry. |
void |
HdfIORegistry.registerHdfIOFactory(IHdfIOFactory factory) |
Modifier and Type | Class and Description |
---|---|
class |
PlantIOFactory
This class provides an implementation of
HdfIOFactory geared toward
PlantComponent s. |