Package | Description |
---|---|
org.eclipse.ice.kdd | |
org.eclipse.ice.reactorAnalyzer |
Modifier and Type | Class and Description |
---|---|
class |
KDDAnalysisTool
The KDDAnalysisTool is a realization of the ICE IAnalysisTool interface, and
is responsible for creating a KDDAnalysisDocument that performs and displays
various types of data clustering and anomaly detection for nuclear reactors.
|
Modifier and Type | Method and Description |
---|---|
void |
ReactorAnalyzerBuilder.addAnalysisTool(IAnalysisTool tool)
This operation adds an IAnalysisTool to the list of analysis tools that
is available to the ReactorAnalyzer.
|
Modifier and Type | Method and Description |
---|---|
void |
ReactorAnalyzer.setAnalysisTools(java.util.ArrayList<IAnalysisTool> tools)
This operation sets the IAnalysisTools that are available to the
ReactorAnalyzer.
|