Class | Description |
---|---|
AxialPower |
AxialPower is a subclass of GodfreySubStrategy that takes both the raw user
input nuclear reactor pin power data as well as the pin power difference and
produces the axial power data.
|
GodfreyBuilder |
The GodfreyBuilder is a realization of the KDDStrategyBuilder and is used to
validate incoming data and return a new instance of the
GodfreyStrategy.
|
GodfreyStrategy |
The GodfreyStrategy is a CompositeStrategy that is composed of a number of
KDDStrategies that are used in calculating various statistics on the axial
power, radial power, assembly power, and full reactor power.
|
GodfreySubStrategy | |
PinPowerDifference |
PinPowerDifference is a subclass of GodfreySubStrategy that takes the user
input nuclear reactor pin power data and produces the difference between it
and some reference set of pin power data.
|
RadialPower | |
SubStrategyFactory |
The SubStrategyFactory is responsible for returning to the GodfreyStrategy
the correct user-specified GodfreySubStrategy.
|