public class ComparisonPlotAnalysisView extends PlotAnalysisView
IAnalysisView
specifically for comparison data
generated for an input and reference PressurizedWaterReactor
.FuelAssembly
, it takes an AnalysisDataReader
. It
allows the user to plot the data similarly to the standard
PlotAnalysisView
.Constructor and Description |
---|
ComparisonPlotAnalysisView(DataSource dataSource)
The default constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
registerKeys()
The ComparisonPlotComposite does not need to listen for any keys.
|
void |
setData(java.lang.String key,
java.lang.Object value)
The ComparisonPlotComposite will be fed a URI rather than a FuelAssembly
or Reactor object.
|
void |
unregisterKeys()
The ComparisonPlotComposite does not need to listen for any keys.
|
createViewContent, getDescription, getName, update
dispose, getComposite, getToolBarContributions, setBroker, setSelectionProvider
public ComparisonPlotAnalysisView(DataSource dataSource)
dataSource
- The data source, e.g. Input/Reference/Comparison.public void registerKeys()
registerKeys
in interface IStateListener
registerKeys
in class PlotAnalysisView
public void unregisterKeys()
unregisterKeys
in interface IStateListener
unregisterKeys
in class PlotAnalysisView
public void setData(java.lang.String key, java.lang.Object value)
setData
in interface IAnalysisView
setData
in class AnalysisView
key
- The key for the data object.value
- The data object.