org.apache.uima.simpleserver.output
Interface ResultEntry

All Known Implementing Classes:
ResultEntryImpl

public interface ResultEntry


Method Summary
 List<String> getAttributeNames()
           
 String getAttriuteValue(String string)
           
 int getBegin()
           
 String getCoveredText()
           
 int getEnd()
           
 String getEntryName()
           
 

Method Detail

getEntryName

String getEntryName()

getAttriuteValue

String getAttriuteValue(String string)

getAttributeNames

List<String> getAttributeNames()

getCoveredText

String getCoveredText()

getBegin

int getBegin()

getEnd

int getEnd()


Copyright © 2006-2011 The Apache Software Foundation. All Rights Reserved.