Package | Description |
---|---|
org.eclipse.ice.reactor |
Modifier and Type | Method and Description |
---|---|
java.util.TreeSet<MaterialBlock> |
LWRRod.getMaterialBlocks()
Returns the list of MaterialBlocks within this LWRRod.
|
Modifier and Type | Method and Description |
---|---|
int |
MaterialBlock.compareTo(MaterialBlock arg0) |
void |
MaterialBlock.copy(MaterialBlock otherObject)
Deep copies the contents of the object.
|
Modifier and Type | Method and Description |
---|---|
void |
LWRRod.setMaterialBlocks(java.util.TreeSet<MaterialBlock> materialBlocks)
Sets the list of MaterialBlocks within this LWRRod.
|
Constructor and Description |
---|
LWRRod(java.lang.String name,
Material fillGas,
double pressure,
java.util.TreeSet<MaterialBlock> materialBlocks)
A parameterized Constructor.
|