corpus-services  1.0
de.uni_hamburg.corpora.ExmaErrorList Class Reference
+ Collaboration diagram for de.uni_hamburg.corpora.ExmaErrorList:

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
 

Detailed Description

Definition at line 23 of file ExmaErrorList.java.

Constructor & Destructor Documentation

de.uni_hamburg.corpora.ExmaErrorList.ExmaErrorList ( )

Create an empty error list.

Definition at line 33 of file ExmaErrorList.java.

Member Function Documentation

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.

Todo:
change input filename to corpusdata object

Definition at line 69 of file ExmaErrorList.java.

static Document de.uni_hamburg.corpora.ExmaErrorList.createFullErrorList ( ) throws ParserConfigurationException, TransformerConfigurationException, TransformerException
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.


The documentation for this class was generated from the following file: