|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.myra.gui.parser.ResultParser
public abstract class ResultParser
Base class for result parsers.
Constructor Summary | |
---|---|
ResultParser()
|
Method Summary | |
---|---|
abstract java.lang.String |
parse(java.lang.String text)
Returns the result (as a string) of parsing the specified text. |
java.lang.String |
stdev(java.lang.Double[] numbers)
Returns the mean and standard deviation of the specified distribution of values. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ResultParser()
Method Detail |
---|
public abstract java.lang.String parse(java.lang.String text)
text
- the text to be parsed.
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String stdev(java.lang.Double[] numbers)
numbers
- the distribution of values.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |