|
Elexis API documentationVersion 2.1.6 as of December 11 2011 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectch.elexis.scripting.Counter
public class Counter
Constructor Summary | |
---|---|
Counter()
|
Method Summary | |
---|---|
void |
add(float i)
|
void |
add(java.lang.Object o)
|
void |
clear()
|
float |
getAverage(int digits)
|
float |
getMedian()
|
ch.elexis.scripting.Counter.ObjCounter[] |
getTopList(int num)
|
java.lang.String |
getTopListAsString(int num)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Counter()
Method Detail |
---|
public void add(float i)
public void clear()
public float getAverage(int digits)
public float getMedian()
public void add(java.lang.Object o)
public ch.elexis.scripting.Counter.ObjCounter[] getTopList(int num)
public java.lang.String getTopListAsString(int num)
|
Elexis API documentationVersion 2.1.6 as of December 11 2011 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |