|
Parsing Engine | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdanbikel.parser.CountsTrio
public class CountsTrio
Class for grouping the three counts tables necessary for counting transitions, histories and unique transitions (or diversity counts for the history events).
Implementation note: The three tables are stored internally as
two objects, a CountsTable
and a BiCountsTable
object. These two objects are available from the transition()
and history()
accessor methods, respectively.
Field Summary | |
---|---|
static int |
diversity
The constant to be used as an index when adding or retrieving diversity counts from the BiCountsTable returned by history() . |
static int |
hist
The constant to be used as an index when adding or retrieving history counts from the BiCountsTable returned by history() . |
Method Summary | |
---|---|
BiCountsTable |
history()
Gets the CountsTable for histories counts and diversity
statistics. |
CountsTable |
transition()
Gets the CountsTable for transitions. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int hist
BiCountsTable
returned by history()
.
public static final int diversity
BiCountsTable
returned by history()
.
Method Detail |
---|
public CountsTable transition()
CountsTable
for transitions.
CountsTable
.public BiCountsTable history()
CountsTable
for histories counts and diversity
statistics.
CountsTable
.
|
Parsing Engine | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |