Modifier and Type | Class and Description |
---|---|
class |
AxialPinFigure
This class extends the
PinFigure , which provides a radial view of an
SFRComponent , usually SFRPin s, to instead provide an axial or
vertical view of the component. |
class |
PinFigure
PinFigure extends the HexagonalCellFigure to provide a graphic representing
an SFRPin.
|
class |
StateBrokerHandler
This class provides keys for use in a
StateBroker . |
class |
WizardProvider |
Modifier and Type | Class and Description |
---|---|
class |
PropertySourceFactory
This class is used to construct an IPropertySource for a particular reactor
Component.
|
Modifier and Type | Method and Description |
---|---|
void |
SFRComponent.accept(ISFRComponentVisitor visitor)
This method calls the ISFRComponentVisitor's visit
operation, passing itself as the argument.
SFRComponent is not represented with a visit(SFRComponent) operation in ISFRComponentVisitor, so this method does nothing. |
Modifier and Type | Method and Description |
---|---|
void |
SFReactor.accept(ISFRComponentVisitor visitor)
Overrides the default behavior (ignore) from SFRComponent and implements
the accept operation for this SFRComponent's type.
|
void |
MaterialBlock.accept(ISFRComponentVisitor visitor)
Overrides the default behavior (ignore) from SFRComponent and implements
the accept operation for this SFRComponent's type.
|
void |
Material.accept(ISFRComponentVisitor visitor)
Overrides the default behavior (ignore) from SFRComponent and implements
the accept operation for this SFRComponent's type.
|
Modifier and Type | Method and Description |
---|---|
void |
SFRRod.accept(ISFRComponentVisitor visitor)
Overrides the default behavior (ignore) from SFRComponent and implements
the accept operation for this SFRComponent's type.
|
void |
SFRPin.accept(ISFRComponentVisitor visitor)
Overrides the default behavior (ignore) from SFRComponent and implements
the accept operation for this SFRComponent's type.
|
void |
SFRAssembly.accept(ISFRComponentVisitor visitor)
Overrides the default behavior (ignore) from SFRComponent and implements
the accept operation for this SFRComponent's type.
|
void |
Ring.accept(ISFRComponentVisitor visitor)
Overrides the default behavior (ignore) from SFRComponent and implements
the accept operation for this SFRComponent's type.
|
void |
ReflectorAssembly.accept(ISFRComponentVisitor visitor)
Overrides the default behavior (ignore) from SFRComponent and implements
the accept operation for this SFRComponent's type.
|
void |
PinAssembly.accept(ISFRComponentVisitor visitor)
Overrides the default behavior (ignore) from SFRComponent and implements
the accept operation for this SFRComponent's type.
|