Modifier and Type | Method and Description |
---|---|
void |
PinAnalysisView.clickRing(Ring ring)
The PinAnalysisView listens for the MouseUp event on the PinFigure's
Rings.
|
void |
WizardProvider.visit(Ring sfrComp) |
void |
StateBrokerHandler.visit(Ring sfrComp) |
void |
PinFigure.visit(Ring sfrComp) |
Modifier and Type | Method and Description |
---|---|
void |
PropertySourceFactory.visit(Ring ring) |
Modifier and Type | Method and Description |
---|---|
void |
ISFRComponentVisitor.visit(Ring sfrComp)
This operation directs a visitor to perform its actions on the
SFRComponent as a Ring.
|
Modifier and Type | Method and Description |
---|---|
Ring |
MaterialBlock.getRing(double radius)
Returns the ring that contains the specified radius in between the
rings's inner and outer radii, otherwise returns null.
|
Ring |
MaterialBlock.getRing(java.lang.String name)
Returns the ring of the specified name if it exists, otherwise returns
null.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<Ring> |
MaterialBlock.getRings()
Returns an ArrayList of Rings contained in the material block, ordered by
ascending radii.
|
Modifier and Type | Method and Description |
---|---|
boolean |
MaterialBlock.addRing(Ring ring)
Adds a ring object to the current collection of rings; returns true if
the operation was successful.
|
Modifier and Type | Method and Description |
---|---|
Ring |
SFRPin.getCladding()
Returns the SFRPin's cladding as a Ring.
|
Ring |
SFRRod.getReflector()
Returns the reflector rod as a Ring.
|
Modifier and Type | Method and Description |
---|---|
int |
Ring.compareTo(Ring ring)
Compares "this" ring to the input parameter ring
("that" ring).
|
void |
Ring.copy(Ring otherObject)
Deep copies the contents of the object.
|
void |
SFRPin.setCladding(Ring cladding)
Sets the SFRPin cladding as a Ring.
|
void |
SFRRod.setReflector(Ring reflector)
Sets the rod.
|
Constructor and Description |
---|
SFRPin(java.lang.String name,
Ring cladding,
Material fillGas,
java.util.TreeSet<MaterialBlock> materialBlocks)
Parameterized constructor specified pin name, location, fill gas and
material blocks (if any) specified.
|