public interface IFAlgorithm
Modifier and Type | Method and Description |
---|---|
boolean |
initialize()
Initializes member data and prepares for execution of first step.
|
boolean |
nextStep()
Directs algorithm to next step.
|
boolean |
prevStep()
Directs algorithm to previous step.
|
boolean |
setDataPoints(DataPoints data_a)
Sets DataPoints given DataPoints type variable.
|
boolean |
setOutputPanel(OutputPanel out_panel_a)
Sets the output panel.
|
boolean |
setProcessBox(ProcessBox pro_box_a)
Sets the ProcessBox.
|
boolean setDataPoints(DataPoints data_a)
data_a
- DataPoints to be setboolean initialize()
boolean nextStep()
boolean prevStep()
boolean setOutputPanel(OutputPanel out_panel_a)
out_panel_a
- OutputPanel to be setboolean setProcessBox(ProcessBox pro_box_a)
pro_box_a
- ProcessBox to be set