Modifier and Type | Method and Description |
---|---|
void |
WizardProvider.visit(RodClusterAssembly lwrComp) |
void |
StateBrokerHandler.visit(RodClusterAssembly lwrComp)
Wraps the assembly in an
LWRComponentInfo . |
void |
RodFigure.visit(RodClusterAssembly lwrComp) |
Modifier and Type | Method and Description |
---|---|
void |
PropertySourceFactory.visit(RodClusterAssembly assembly) |
Modifier and Type | Method and Description |
---|---|
void |
ILWRComponentVisitor.visit(RodClusterAssembly lwrComp)
This operation directs a visitor to perform its actions on the
LWRComponent as a RodClusterAssembly.
|
Modifier and Type | Method and Description |
---|---|
RodClusterAssembly |
FuelAssembly.getRodClusterAssembly()
Returns the RodClusterAssembly associated with this FuelAssembly or null
if one has not been set.
|
Modifier and Type | Method and Description |
---|---|
void |
RodClusterAssembly.copy(RodClusterAssembly otherObject)
Deep copies the contents of the object.
|
void |
FuelAssembly.setRodClusterAssembly(RodClusterAssembly rodClusterAssembly)
Sets the RodClusterAssembly associated with this FuelAssembly.
|