|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.uima.simpleserver.ResultExtractor
public class ResultExtractor
This class contains static methods responsible for iterating over annotations, applying filters and building output.
Constructor Summary | |
---|---|
ResultExtractor()
|
Method Summary | |
---|---|
Result |
getResult(org.apache.uima.cas.CAS cas,
ServerSpec resultSpec)
Extract a set of results from a CAS and a result specification. |
static void |
makeOutputs(ResultEntryImpl resultEntry,
org.apache.uima.cas.text.AnnotationFS annotation,
TypeMap tspec)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ResultExtractor()
Method Detail |
---|
public Result getResult(org.apache.uima.cas.CAS cas, ServerSpec resultSpec)
cas
- The CAS to extract results from.resultSpec
- The result specification.public static void makeOutputs(ResultEntryImpl resultEntry, org.apache.uima.cas.text.AnnotationFS annotation, TypeMap tspec)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |