Modifier and Type | Method and Description |
---|---|
void |
WizardProvider.visit(MaterialBlock sfrComp) |
void |
StateBrokerHandler.visit(MaterialBlock sfrComp) |
void |
PinFigure.visit(MaterialBlock sfrComp) |
Modifier and Type | Method and Description |
---|---|
void |
PropertySourceFactory.visit(MaterialBlock sfrComp) |
Modifier and Type | Method and Description |
---|---|
void |
ISFRComponentVisitor.visit(MaterialBlock sfrComp)
This operation directs a visitor to perform its actions on the
SFRComponent as a MaterialBlock.
|
Modifier and Type | Method and Description |
---|---|
int |
MaterialBlock.compareTo(MaterialBlock block)
Compares the vertical position of two MaterialBlocks.
|
void |
MaterialBlock.copy(MaterialBlock otherObject)
Deep copies the contents of the object.
|
Modifier and Type | Method and Description |
---|---|
java.util.TreeSet<MaterialBlock> |
SFRPin.getMaterialBlocks()
Returns a collection of material blocks within the SFRPin.
|
Modifier and Type | Method and Description |
---|---|
void |
SFRPin.setMaterialBlocks(java.util.TreeSet<MaterialBlock> materialBlocks)
Sets a collection of material blocks within the SFRPin.
|
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.
|