public class GASRValue extends Object
| Modifier and Type | Field and Description |
|---|---|
(package private) int[] |
counts |
(package private) int |
eid |
(package private) String[] |
KINDs |
(package private) double[] |
values |
| Constructor and Description |
|---|
GASRValue() |
GASRValue(int e,
UDict dict) |
| Modifier and Type | Method and Description |
|---|---|
void |
addDictionary(UDict dict,
String id,
boolean regular,
int year) |
void |
addValue(int c,
double v) |
void |
addValues(GASRValue gv,
double r) |
void |
clear() |
int |
getCount(int c) |
double |
getValue(int c) |
void |
printSummary(WorksPage page,
String id,
boolean regular,
int year) |
String |
toString() |
int eid
String[] KINDs
double[] values
int[] counts
public GASRValue()
public GASRValue(int e,
UDict dict)
throws UTLFException
UTLFExceptionpublic void clear()
public double getValue(int c)
public int getCount(int c)
public void addValue(int c,
double v)
public void addValues(GASRValue gv, double r)
EDB Working Group at Mon Dec 15 16:45:05 JST 2025