|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectedu.northwestern.at.monk.model.AggregateCounter
public class AggregateCounter
An aggregate counter.
| Method Summary | |
|---|---|
long |
getCount(CumKind kind)
Gets the count. |
long |
getCountMain(CumKind kind)
Gets the count over main text (non-paratext). |
double |
getFreq(CumKind kind)
Gets the frequency. |
double |
getFreqMain(CumKind kind)
Gets the frequency over main text (non-paratext). |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public long getCount(CumKind kind)
kind - Kind of count: CumKind.CUM or CumKind.NON_CUM.
public long getCountMain(CumKind kind)
kind - Kind of count: CumKind.CUM or CumKind.NON_CUM.
public double getFreq(CumKind kind)
kind - Kind of count: CumKind.CUM or CumKind.NON_CUM.
public double getFreqMain(CumKind kind)
kind - Kind of count: CumKind.CUM or CumKind.NON_CUM.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||