|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.exponto.jstock.indicators.IndicatorMaster
This class registeres all available indicators and loads them upon request. Currently the indicators have to be manually added. It's no big deal to read them from someplace else. This is a pure "static" class, no instance of it exists, never ever (at least for now).
Constructor Summary | |
IndicatorMaster()
|
Method Summary | |
static Indicator |
getIndicator(java.lang.String indicatorName)
Creates and returns an empty indicator of the type given by the indicatorName. |
static java.lang.String[] |
getIndicatorsList()
Query for a list of all supported indicators. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public IndicatorMaster()
Method Detail |
public static java.lang.String[] getIndicatorsList()
public static Indicator getIndicator(java.lang.String indicatorName)
indicatorName
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |