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(Tube lwrComp) |
void |
StateBrokerHandler.visit(Tube lwrComp)
Wraps the tube in an
LWRComponentInfo . |
void |
RodFigure.visit(Tube tube)
This function needs to draw a radial view of a tube.
|
void |
AxialRodFigure.visit(Tube tube)
Overrides the parent behavior to provide an axial view of the tube's
geometry.
|
Modifier and Type | Method and Description |
---|---|
void |
PropertySourceFactory.visit(Tube tube) |
Modifier and Type | Method and Description |
---|---|
void |
Tube.copy(Tube otherObject)
Deep copies the contents of the object.
|
void |
ILWRComponentVisitor.visit(Tube lwrComp)
This operation directs a visitor to perform its actions on the
LWRComponent as a Ring.
|
Modifier and Type | Method and Description |
---|---|
Tube |
FuelAssembly.getTubeByLocation(int row,
int column)
Returns the Tube corresponding to the provided column and row or null if
one is not found at the provided location.
|
Tube |
FuelAssembly.getTubeByName(java.lang.String name)
Returns the Tube corresponding to the provided name or null if the name
is not found.
|
Modifier and Type | Method and Description |
---|---|
boolean |
FuelAssembly.addTube(Tube tube)
Adds a Tube to the collection of Tubes.
|