| Class | Description |
|---|---|
| AbstractGlobalInputAnalyzer |
Abstract class for Analyzer which analyze the input, ether text or case frames of a set of cases
|
| AbstractGlobalWorkflowAnalyzer |
Abstract class for Analyzers which analyze the workflow structure of a set of cases
|
| AbstractLocalInputAnalyzer |
Abstract class for analyzers which process the input or case frame files one by one
|
| AbstractLocalWorkflowAnalyzer |
Abstract class for analyzer which process workflow structures one by one.
|
| Analyzer | |
| Case |
A case is the wrapper which holds togehter the different representations of a process description
e.g.
|
| CaseFrame |
This class is used to store the output file from the SUNDANCE information extraction tool,
Modells the CaseFrame in the sense of the Sundance info.
|
| Clause | |
| LocalGroupHandler |
Iterates over analyzer and channels the cases through the pipeline.
|
| Main | |
| Pipeline | |
| Sentence |
This class wrapps all the informations about a sentence together
|
| SundanceConnector |
This class control Sundance via shell script
|
| SundanceResult |
This class parses the different result files from sundance and loads them into the structures
|
| XmlHandler |
This class handles the access of the extraction tool to
the xml file.
|
| Exception | Description |
|---|---|
| EmptyGroupException |
Is thrown when the pipe should process an analyzer group which is empty.
|
| NoNumericValueException |