public class ESValue extends Object
Modifier and Type | Field and Description |
---|---|
(package private) int |
eid |
(package private) static String[][] |
nameOfSections |
(package private) static int[] |
numberOfSections |
double[][] |
secvalues |
double[] |
values |
Constructor and Description |
---|
ESValue() |
ESValue(EdbEID e,
UDict dict) |
Modifier and Type | Method and Description |
---|---|
void |
addDictionary(UDict dict,
String id,
int c,
boolean regular,
int year,
boolean dop) |
(package private) void |
addValue(int c,
double v) |
(package private) void |
addValue(int c,
int s,
double v) |
void |
addValues(ESValue es,
double r) |
(package private) void |
clear() |
static String |
getNameOfSection(int c,
int s) |
static int |
getNumberOfSections(int c) |
static String |
getSectionID(int c,
int s) |
double |
getValue(int c) |
double |
getValue(int c,
int s) |
void |
printSummary(WorksPage page,
String id,
int c,
boolean regular,
int year,
boolean dop) |
String |
toString() |
static int[] numberOfSections
static String[][] nameOfSections
int eid
public double[] values
public double[][] secvalues
public ESValue()
public ESValue(EdbEID e, UDict dict) throws UTLFException
UTLFException
void clear()
public double getValue(int c)
public double getValue(int c, int s)
public static String getSectionID(int c, int s)
public static String getNameOfSection(int c, int s)
public static int getNumberOfSections(int c)
void addValue(int c, double v)
void addValue(int c, int s, double v)
public void addValues(ESValue es, double r)
public void printSummary(WorksPage page, String id, int c, boolean regular, int year, boolean dop)
public void addDictionary(UDict dict, String id, int c, boolean regular, int year, boolean dop)
EDB Working Group at Tue Jun 10 17:08:59 JST 2025