Modifier and Type | Field and Description |
---|---|
SFRComponent |
SFRComponentInfo.sfrComponent
The SFRComponent in the position determined by the values row and column.
|
Modifier and Type | Method and Description |
---|---|
void |
PinFigure.setComponent(SFRComponent component)
Sets the component displayed by this PinFigure.
|
void |
PinFigure.setComponent(SFRComponent component,
java.lang.Double maxRadius)
Sets the component displayed by this PinFigure.
|
void |
PinAssemblyCellEditPart.setComponent(SFRComponent sfrComp,
IDataProvider sfrData)
Sets the SFRComponent tied to this EditPart and its associated Figure.
|
Constructor and Description |
---|
SFRComponentInfo(int row,
int column,
SFRComponent sfrComponent)
The default constructor for an SFRComponent wrapper.
|
SFRComponentInfo(int row,
int column,
SFRComponent sfrComponent,
IDataProvider dataProvider)
The full constructor for an SFRComponent wrapper.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.ui.views.properties.IPropertySource |
PropertySourceFactory.getPropertySource(SFRComponent component)
Gets an IPropertySource for the Component specified in the constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
SFRComposite
The SFRComposite class represents all reactor components that can store and
manage SFRComponents.
|
Modifier and Type | Method and Description |
---|---|
SFRComponent |
SFRComposite.getComponent(java.lang.String name)
Returns the SFRComponent of the specified name
|
SFRComponent |
GridDataManager.getDataProvider(int location)
Gets an IDataProvider for a specified location.
|
Modifier and Type | Method and Description |
---|---|
void |
SFRComponent.copy(SFRComponent component)
Deep copies the contents of the SFRComponent.
|
Modifier and Type | Class and Description |
---|---|
class |
Material
Class representing the properties of any material that may be present
throughout the reactor.
|
class |
MaterialBlock
The MaterialBlock class is a generalized class containing a set of concentric
and/or radial collection of Rings that constitute the circular structure(s)
of SFRPins (in the case of a fuel or control assemblies), and SFRRods (in the
case of reflector assemblies).
|
class |
SFReactor
Class represents a sodium fast reactor at the highest core-level view.
|
Modifier and Type | Method and Description |
---|---|
SFRComponent |
SFReactor.getAssemblyByLocation(AssemblyType type,
int row,
int column)
Returns the assembly of AssemblyType, at the specified (x, y)
coordinates.
|
SFRComponent |
SFReactor.getAssemblyByName(AssemblyType type,
java.lang.String name)
Returns the assembly of the specified type and name.
|
Modifier and Type | Class and Description |
---|---|
class |
PinAssembly
Class representing any assemblies in a SFR that contain pins.
|
class |
ReflectorAssembly
Class representing radial reflector assemblies.
|
class |
Ring
The ring class represents a single instance of a material at a particular
radial coordinate within a cylindrical location of a SFRPin or SFRod.
|
class |
SFRAssembly
Class representing the assembly structure of a SFR.
|
class |
SFRPin
Class representing the SFR pin structure.
|
class |
SFRRod
Class representing the solid cylindrical structure found inside radial
reflector assemblies.
|
Modifier and Type | Method and Description |
---|---|
SFRComponent |
ReflectorAssembly.getDataProviderByLocation(int row,
int column)
Returns an IDataProvider for the location in the assembly.
|
SFRComponent |
PinAssembly.getDataProviderByLocation(int row,
int column)
Returns an IDataProvider for the location in the assembly.
|