Modifier and Type | Method and Description |
---|---|
void |
WizardProvider.visit(Material sfrComp) |
void |
StateBrokerHandler.visit(Material sfrComp) |
void |
PinFigure.visit(Material sfrComp) |
Modifier and Type | Method and Description |
---|---|
void |
PropertySourceFactory.visit(Material sfrComp) |
Modifier and Type | Method and Description |
---|---|
void |
ISFRComponentVisitor.visit(Material sfrComp)
This operation directs a visitor to perform its actions on the
SFRComponent as a Material.
|
Modifier and Type | Method and Description |
---|---|
void |
Material.copy(Material otherObject)
Deep copies the contents of the object.
|
Modifier and Type | Method and Description |
---|---|
Material |
SFRPin.getFillGas()
Returns the type of fill gas present inside the pellet-stack gap (space
between pellet stack and cladding) and gas plenum(s).
|
Material |
Ring.getMaterial()
Returns the material of the ring.
|
Modifier and Type | Method and Description |
---|---|
void |
SFRPin.setFillGas(Material gas)
Sets the type of gas present inside the pellet-clad (space between pellet
stack and cladding) gap and gas plenum(s).
|
void |
Ring.setMaterial(Material material)
Sets the ring material.
|
Constructor and Description |
---|
Ring(java.lang.String name,
Material material,
double height,
double innerRadius,
double outerRadius)
Parameterized constructor with name, material, ring height and outer
radius specified.
|
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.
|