public class AnalysisDataReader
extends java.lang.Object
Constructor and Description |
---|
AnalysisDataReader()
The default constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
getAssemblyColumns()
Get the number of columns in each assembly.
|
java.util.List<LWRDataProvider> |
getAssemblyDataProviders(int assembly)
Get an array of LWRDataProviders for a particular fuel assembly.
|
int |
getAssemblyRows()
Get the number of rows in each assembly.
|
int |
getAxialLevels()
Get the number of axial levels used for the assembly data.
|
int |
getNumberOfAssemblies()
Get the number of assemblies read in from the provided data.
|
void |
readData(java.net.URI uri)
Reads in data from a provided file.
|
public AnalysisDataReader()
public void readData(java.net.URI uri)
uri
- The URI of the data file to read from.public int getAssemblyRows()
public int getAssemblyColumns()
public int getAxialLevels()
public int getNumberOfAssemblies()
public java.util.List<LWRDataProvider> getAssemblyDataProviders(int assembly)
assembly
- The index of the assembly.