|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StreamClassifier
Interface of stream classifier.
Method Summary | |
---|---|
org.apache.wicket.markup.html.panel.Panel |
getConfigurationPanel(java.lang.String id)
Return the panel for users to configure this classifier. |
java.lang.String |
getName()
|
PortfolioCategory |
getStreamCategory(MiniBarChart chart)
Parse the given MiniBarChart and produce a PortfolioCategory result. |
PortfolioCategory |
getValueCategory(double value)
Parse the given value and produce a PortfolioCategory result. |
void |
saveSetting(Measures.Measure measure)
Save classifier's setting into the given Measures.Measure instance. |
Method Detail |
---|
PortfolioCategory getStreamCategory(MiniBarChart chart)
PortfolioCategory
result.
chart
- the input chart
org.apache.wicket.markup.html.panel.Panel getConfigurationPanel(java.lang.String id)
id
- The Wicket component id.
PortfolioCategory getValueCategory(double value)
PortfolioCategory
result.
value
- a double value.
PortfolioCategory
.java.lang.String getName()
void saveSetting(Measures.Measure measure)
Measures.Measure
instance.
measure
- the given Measures.Measure
instance
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |