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 |
RodAnalysisView.clickRing(Ring ring)
The RodAnalysisView listens for the MouseUp event on the RodFigure's
Rings.
|
void |
WizardProvider.visit(Ring lwrComp) |
void |
StateBrokerHandler.visit(Ring lwrComp)
Rings are not currently supported.
|
void |
RodFigure.visit(Ring lwrComp) |
Modifier and Type | Method and Description |
---|---|
void |
PropertySourceFactory.visit(Ring ring) |
Modifier and Type | Class and Description |
---|---|
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 |
---|---|
Ring |
LWRRod.getClad()
Returns the clad object of this LWRRod object, if set or null.
|
Ring |
MaterialBlock.getRing(double radius)
Returns the Ring located at the provided radius value or null if one
could not be found.
|
Ring |
MaterialBlock.getRing(java.lang.String ringName)
Returns the Ring with the provided name or null if one could not be
found.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<Ring> |
MaterialBlock.getRings()
Returns an ArrayList of Rings ordered by ascending radii.
|
Modifier and Type | Method and Description |
---|---|
boolean |
MaterialBlock.addRing(Ring ring)
Adds a Ring to this MaterialBlock's ring collection.
|
int |
Ring.compareTo(Ring ring)
(non-Javadoc)
|
void |
Ring.copy(Ring otherObject)
Deep copies the contents of the object.
|
void |
LWRRod.setClad(Ring clad)
Sets the clad object for this LWRRod.
|
void |
ILWRComponentVisitor.visit(Ring lwrComp)
This operation directs a visitor to perform its actions on the
LWRComponent as a Tube.
|
Modifier and Type | Method and Description |
---|---|
Ring |
IncoreInstrument.getThimble()
Returns an empty thimble tube used a boundary between the detector and
the reactor.
|
Modifier and Type | Method and Description |
---|---|
void |
IncoreInstrument.setThimble(Ring thimble)
Sets an empty thimble tube used a boundary between the detector and the
reactor.
|
Constructor and Description |
---|
IncoreInstrument(java.lang.String name,
Ring thimble)
A parameterized Constructor.
|