|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface IFAlgorithm
This interface is designed to be the base for all algorithms
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
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 set
boolean setProcessBox(ProcessBox pro_box_a)
pro_box_a - ProcessBox to be set
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||