org.apache.uima.simpleserver.output.impl
Class ResultEntryImpl

java.lang.Object
  extended by org.apache.uima.simpleserver.output.impl.ResultEntryImpl
All Implemented Interfaces:
ResultEntry

public class ResultEntryImpl
extends Object
implements ResultEntry


Constructor Summary
ResultEntryImpl(String entryName, int begin, int end)
           
 
Method Summary
 List<String> getAttributeNames()
           
 String getAttriuteValue(String string)
           
 int getBegin()
           
 String getCoveredText()
           
 int getEnd()
           
 String getEntryName()
           
 void setAttributeValue(String attributeName, String attributeValue)
           
 void setCoveredText(String coveredText)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResultEntryImpl

public ResultEntryImpl(String entryName,
                       int begin,
                       int end)
Method Detail

getCoveredText

public String getCoveredText()
Specified by:
getCoveredText in interface ResultEntry

setCoveredText

public void setCoveredText(String coveredText)

getEntryName

public String getEntryName()
Specified by:
getEntryName in interface ResultEntry

getAttriuteValue

public String getAttriuteValue(String string)
Specified by:
getAttriuteValue in interface ResultEntry

setAttributeValue

public void setAttributeValue(String attributeName,
                              String attributeValue)

getAttributeNames

public List<String> getAttributeNames()
Specified by:
getAttributeNames in interface ResultEntry

getBegin

public int getBegin()
Specified by:
getBegin in interface ResultEntry

getEnd

public int getEnd()
Specified by:
getEnd in interface ResultEntry


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