Uses of Interface
org.apache.uima.simpleserver.output.ResultEntry

Packages that use ResultEntry
org.apache.uima.simpleserver.output   
org.apache.uima.simpleserver.output.impl   
 

Uses of ResultEntry in org.apache.uima.simpleserver.output
 

Methods in org.apache.uima.simpleserver.output that return types with arguments of type ResultEntry
 java.util.List<ResultEntry> Result.getResultEntries()
           
 

Uses of ResultEntry in org.apache.uima.simpleserver.output.impl
 

Classes in org.apache.uima.simpleserver.output.impl that implement ResultEntry
 class ResultEntryImpl
           
 

Methods in org.apache.uima.simpleserver.output.impl that return types with arguments of type ResultEntry
 java.util.List<ResultEntry> ResultImpl.getResultEntries()
           
 

Constructor parameters in org.apache.uima.simpleserver.output.impl with type arguments of type ResultEntry
ResultImpl(java.util.List<ResultEntry> resultEntries, java.lang.String text)
           
 



Copyright © 2011. All Rights Reserved.