public class LWRComponentReader extends java.lang.Object implements IHdfReader
The LWRComponentReader class creates and populates an LWRComponent or LWRComposite tree from an HDF5 file. This class implements the IHdfReadable interface. This takes any type of LWRComponent or LWRComposite and iterates from the top of that particular tree down, so a user could read from HDF5 and populate that list accordingly to any part of a Reactor or its delegated classes that inherit from LWRComponent.
Constructor and Description |
---|
LWRComponentReader()
The Constructor.
|
Modifier and Type | Method and Description |
---|---|
IHdfReadable |
read(java.net.URI uri)
(non-Javadoc)
|
public IHdfReadable read(java.net.URI uri)
read
in interface IHdfReader
uri
- The URI of the H5File.
The IHdfreadable instance created and populated from the H5File at uri.
IHdfReader.read(URI uri)