Interface | Description |
---|---|
IGridManager |
Classes that implement this interface should keep
track the locations of each Component added.
|
ISFRComponentVisitor |
This interface defines the "visitation" routines that SFRComponents and
subclasses may use to reveal their types to visitors.
|
Class | Description |
---|---|
FeatureSet |
A convenience class that holds IData for the Java Collection on the
SFRComponent.
|
GridDataManager |
This class extends the GridManager to manage IDataProviders for each location
in the grid.
|
GridManager |
A GridManager manages the locations of ICE Components
in a set of possible locations.
|
SFRComponent |
The SFRComponent class represents all reactor components that can be stored in a SFRComposite. |
SFRComposite |
The SFRComposite class represents all reactor components that can store and
manage SFRComponents.
|
SFRData |
A class that implements the IData interface; provides setters for the
particular sets of IData associated with this class.
|
SFReactorIOHandler |
Class acts as an intermediary between the reactor and HDF5 data.
|