Modifier and Type | Field and Description |
---|---|
LWRComponent |
LWRComponentInfo.lwrComponent
The LWRComponent in the position determined by the values row and column.
|
Modifier and Type | Method and Description |
---|---|
void |
StateBrokerHandler.addComponent(LWRComponent lwrComp)
Adds an
LWRComponent to the current StateBroker . |
void |
StateBrokerHandler.addComponent(LWRComponent lwrComp,
IDataProvider data,
int row,
int column)
Adds an
LWRComponent to the current StateBroker . |
void |
StateBrokerHandler.addComponent(LWRComponent lwrComp,
int row,
int column)
Adds an
LWRComponent to the current StateBroker . |
void |
RodFigure.setComponent(LWRComponent component)
Sets the component displayed by this RodFigure.
|
void |
RodFigure.setComponent(LWRComponent component,
java.lang.Double maxRadius)
Sets the component displayed by this RodFigure.
|
void |
AssemblyCellEditPart.setComponent(LWRComponent lwrComp,
IDataProvider lwrData)
Sets the SFRComponent tied to this EditPart and its associated Figure.
|
Constructor and Description |
---|
LWRComponentInfo(int row,
int column,
LWRComponent lwrComponent)
The default constructor for an LWRComponent wrapper.
|
LWRComponentInfo(int row,
int column,
LWRComponent lwrComponent,
IDataProvider dataProvider)
The full constructor for an LWRComponent wrapper.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.ui.views.properties.IPropertySource |
PropertySourceFactory.getPropertySource(LWRComponent component)
Gets an IPropertySource for the Component specified in the constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
GridLabelProvider
This is a utility class that provides labels on a 2D grid for rows and
columns.
|
class |
LWRComposite
The LWRComposite class represents all reactor components that can store and
manage LWRComponents.
|
class |
LWReactor
The LWReactor class represents any Light Water Nuclear Reactor.
|
class |
LWRGridManager
The LWRGridManager class manages LWRComponents and their GridLocations on a
Cartesian grid with an equal number of rows and columns.
|
class |
LWRRod
The LWRRod class is a generalized class representing a basic rod as a
collection of materialBlocks contained by a ring (aka the clad).
|
class |
Material
The Material class is a representation of any material property of any class
within an LWReactor.
|
class |
MaterialBlock
The MaterialBlock class is a generalized class containing a set of concentric
and/or radial collection of Rings that constitute the inner core of an
LWRRod.
|
class |
Ring
The ring class represents a single instance of a material at a particular
radial coordinate within a cylindrical location on the rod.
|
class |
Tube
The Tube class represents the hollow tubes in a FuelAssembly which allow for
the insertion of discrete poison rodlets (Guide Tubes) and instrument
thimbles (Instrument Tube).
|
Modifier and Type | Method and Description |
---|---|
LWRComponent |
LWRComposite.getComponent(java.lang.String name)
Returns the LWRComponent corresponding to the provided name or null if
the name is not found.
|
Modifier and Type | Method and Description |
---|---|
void |
LWRComponent.copy(LWRComponent otherObject)
Deep copies the contents of the object.
|
Modifier and Type | Class and Description |
---|---|
class |
BWReactor
The BWReactor class represents any Boiling Water Reactor.
|
Modifier and Type | Class and Description |
---|---|
class |
ControlBank
The ControlBank class contains properties associated with axially movable
RodClusterAssembly objects known as Rod Cluster Control Assemblies.
|
class |
FuelAssembly
The FuelAssembly class is a PWRAssembly populated with a collection of Tubes
positioned on a fixed grid.
|
class |
IncoreInstrument
The IncoreInstrument class represents instruments (or detectors) that are
used for power distribution monitoring inside of a PWReactor.
|
class |
PressurizedWaterReactor
The PressurizedWaterReactor (PWReactor) class represents any Pressurized
Water Reactor.
|
class |
PWRAssembly
The PWRAssembly class contains a collection of LWRRods mapped to locations on
a grid.
|
class |
RodClusterAssembly
The RodClusterAssembly class is a PWRAssembly associated with a particular
FuelAssembly object.
|
Modifier and Type | Method and Description |
---|---|
LWRComponent |
PressurizedWaterReactor.getAssemblyByLocation(AssemblyType type,
int row,
int column)
Returns the assembly of the specified type at the specified column and
row in the reactor or null if one is not found at the provided location.
|
LWRComponent |
PressurizedWaterReactor.getAssemblyByName(AssemblyType type,
java.lang.String name)
Returns the assembly of the specified type with the provided name or null
if an assembly of that type and name does not exist.
|
Modifier and Type | Method and Description |
---|---|
boolean |
PressurizedWaterReactor.addAssembly(AssemblyType type,
LWRComponent assembly)
This operation adds an assembly of the specified AssemblyType to the
reactor and return true.
|