|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface that must be implemented by all indicator plugins.
IndicatorPlugin
Method Summary | |
---|---|
void |
calculate()
Calculate the output values. |
void |
clearOutput()
Clear the output collection. |
void |
dispose()
Disposes of all resources allocated by the receiver. |
Indicator |
getOutput()
Return the collection of output data generated by the plugin. |
void |
setInput(BarData barData)
Set the input data. |
void |
setParameters(Settings settings)
Set the parameters used by the plugin to do the calculations. |
Method Detail |
public void dispose()
public void setInput(BarData barData)
public Indicator getOutput()
public void clearOutput()
public void calculate()
public void setParameters(Settings settings)
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |