Package | Description |
---|---|
org.eclipse.ice.client.widgets.reactoreditor.lwr | |
org.eclipse.ice.client.widgets.reactoreditor.lwr.properties | |
org.eclipse.ice.reactor | |
org.eclipse.ice.reactor.pwr |
Modifier and Type | Method and Description |
---|---|
void |
WizardProvider.visit(LWRRod lwrComp) |
void |
StateBrokerHandler.visit(LWRRod lwrComp)
Wraps the rod in an
LWRComponentInfo . |
void |
RodFigure.visit(LWRRod rod)
This function needs to draw a radial view of an LWR rod.
|
void |
AxialRodFigure.visit(LWRRod rod)
Overrides the parent behavior to provide an axial view of the rod's
geometry.
|
Modifier and Type | Method and Description |
---|---|
void |
PropertySourceFactory.visit(LWRRod rod) |
Modifier and Type | Method and Description |
---|---|
void |
LWRRod.copy(LWRRod otherObject)
Deep copies the contents of the object.
|
void |
ILWRComponentVisitor.visit(LWRRod lwrComp)
This operation directs a visitor to perform its actions on the
LWRComponent as a LWRRod.
|
Modifier and Type | Method and Description |
---|---|
LWRRod |
PWRAssembly.getLWRRodByLocation(int row,
int column)
Returns the LWRRod corresponding to the provided column and row or null
if one is not found at the provided location.
|
LWRRod |
PWRAssembly.getLWRRodByName(java.lang.String name)
Returns the LWRRod corresponding to the provided name or null if the name
is not found.
|
Modifier and Type | Method and Description |
---|---|
boolean |
PWRAssembly.addLWRRod(LWRRod lWRRod)
Adds a LWRRod to the collection of LWRRods.
|