org.apache.uima.simpleserver.output.impl
Class ResultEntryImpl
java.lang.Object
org.apache.uima.simpleserver.output.impl.ResultEntryImpl
- All Implemented Interfaces:
- ResultEntry
public class ResultEntryImpl
- extends Object
- implements ResultEntry
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResultEntryImpl
public ResultEntryImpl(String entryName,
int begin,
int end)
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.