Revision 2418
tmp/org.txm.index.core/src/org/txm/index/core/functions/Index.java (revision 2418) | ||
---|---|---|
93 | 93 |
/** The writer. */ |
94 | 94 |
// FIXME: should be in an exporter extension |
95 | 95 |
@Deprecated |
96 |
private BufferedWriter writer;
|
|
96 |
protected BufferedWriter writer;
|
|
97 | 97 |
|
98 | 98 |
/** |
99 | 99 |
* Maximum frequency filter value. |
... | ... | |
135 | 135 |
* The line index of the current index page. |
136 | 136 |
*/ |
137 | 137 |
@Parameter(key = IndexPreferences.N_TOP_INDEX) |
138 |
private Integer pTopIndex;
|
|
138 |
protected Integer pTopIndex;
|
|
139 | 139 |
|
140 | 140 |
/** |
141 | 141 |
* The vmax filter value parameter. |
... | ... | |
1129 | 1129 |
/** |
1130 | 1130 |
* checks all lines to update Fmin and Fmax. |
1131 | 1131 |
*/ |
1132 |
private void updateFminFmax() {
|
|
1132 |
protected void updateFminFmax() {
|
|
1133 | 1133 |
Fmin = Integer.MAX_VALUE; |
1134 | 1134 |
Fmax = Integer.MIN_VALUE; |
1135 | 1135 |
for (int i = 0; i < lines.size(); i++) { |
Also available in: Unified diff