corpus-services
1.0
|
Public Member Functions | |
ExmaErrorList () | |
void | merge (ExmaErrorList sr) |
void | addError (String statId, String fileName, String tierID, String eventStart, boolean done, String description) |
Static Public Member Functions | |
static Document | createFullErrorList () throws ParserConfigurationException, TransformerConfigurationException, TransformerException |
Definition at line 23 of file ExmaErrorList.java.
de.uni_hamburg.corpora.ExmaErrorList.ExmaErrorList | ( | ) |
Create an empty error list.
Definition at line 33 of file ExmaErrorList.java.
void de.uni_hamburg.corpora.ExmaErrorList.addError | ( | String | statId, |
String | fileName, | ||
String | tierID, | ||
String | eventStart, | ||
boolean | done, | ||
String | description | ||
) |
Add an error in named statistics bucket.
Definition at line 69 of file ExmaErrorList.java.
|
static |
Create the error list xml file from all the errors.
Definition at line 77 of file ExmaErrorList.java.
void de.uni_hamburg.corpora.ExmaErrorList.merge | ( | ExmaErrorList | sr | ) |
Merge two error lists. Efficiently adds statistics from other error list to this one.
Definition at line 51 of file ExmaErrorList.java.