Uses of Class
anl.aida.reader.ReaderResult.Error

Packages that use ReaderResult.Error
anl.aida.reader   
 

Uses of ReaderResult.Error in anl.aida.reader
 

Methods in anl.aida.reader that return ReaderResult.Error
 ReaderResult.Error ReaderResult.isValid()
          Checks whether this ReaderResult is valid.
 ReaderResult.Error ReaderResult.process(DocumentMetaData data, org.apache.uima.jcas.JCas cas)
          Fills in the DocumentMetaData from the results using the specified cas.
static ReaderResult.Error ReaderResult.Error.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ReaderResult.Error[] ReaderResult.Error.values()
          Returns an array containing the constants of this enum type, in the order they are declared.