Package | Description |
---|---|
org.eclipse.ice.client.widgets.reactoreditor | |
org.eclipse.ice.reactor | |
org.eclipse.ice.reactor.pwr |
Modifier and Type | Method and Description |
---|---|
java.util.List<LWRDataProvider> |
AnalysisDataReader.getAssemblyDataProviders(int assembly)
Get an array of LWRDataProviders for a particular fuel assembly.
|
Modifier and Type | Method and Description |
---|---|
LWRDataProvider |
LWRGridManager.getDataProviderAtLocation(GridLocation location)
Returns the data provider at the grid location or null if it does not
exist.
|
LWRDataProvider |
GridLocation.getLWRDataProvider()
Returns the LWRDataProvider.
|
Modifier and Type | Method and Description |
---|---|
void |
LWRDataProvider.copy(LWRDataProvider otherObject)
Deep copies the contents of the object.
|
void |
GridLocation.setLWRDataProvider(LWRDataProvider dataProvider)
Sets the LWRDataProvider.
|
Modifier and Type | Method and Description |
---|---|
LWRDataProvider |
PressurizedWaterReactor.getAssemblyDataProviderAtLocation(AssemblyType type,
int row,
int column)
Returns the data provider for the assembly of the specified type at the
given location or null if it does not exist.
|
LWRDataProvider |
PWRAssembly.getLWRRodDataProviderAtLocation(int row,
int column)
Returns the data provider for specific group at location or null if it
does not exist.
|
LWRDataProvider |
FuelAssembly.getTubeDataProviderAtLocation(int row,
int column)
Returns the data provider for specific group at location or null if it
does not exist.
|