public class DictTerm
extends org.apache.uima.jcas.tcas.Annotation
Modifier and Type | Field and Description |
---|---|
static int |
type |
static int |
typeIndexID |
Modifier | Constructor and Description |
---|---|
protected |
DictTerm()
Never called.
|
|
DictTerm(int addr,
org.apache.uima.jcas.cas.TOP_Type type)
Internal - constructor used by generator
|
|
DictTerm(org.apache.uima.jcas.JCas jcas) |
|
DictTerm(org.apache.uima.jcas.JCas jcas,
int begin,
int end) |
Modifier and Type | Method and Description |
---|---|
String |
getDictCanon()
getter for DictCanon - gets canonical form
|
org.apache.uima.jcas.tcas.Annotation |
getEnclosingSpan()
getter for enclosingSpan - gets span that this NoTerm is contained within (i.e.
|
String |
getMatchedText()
getter for matchedText - gets
|
org.apache.uima.jcas.cas.FSArray |
getMatchedTokens()
getter for matchedTokens - gets
|
org.apache.uima.jcas.cas.TOP |
getMatchedTokens(int i)
indexed getter for matchedTokens - gets an indexed value -
|
int |
getTypeIndexID() |
void |
setDictCanon(String v)
setter for DictCanon - sets canonical form
|
void |
setEnclosingSpan(org.apache.uima.jcas.tcas.Annotation v)
setter for enclosingSpan - sets span that this NoTerm is contained within (i.e.
|
void |
setMatchedText(String v)
setter for matchedText - sets
|
void |
setMatchedTokens(org.apache.uima.jcas.cas.FSArray v)
setter for matchedTokens - sets
|
void |
setMatchedTokens(int i,
org.apache.uima.jcas.cas.TOP v)
indexed setter for matchedTokens - sets an indexed value -
|
getBegin, getCoveredText, getEnd, getStart, setBegin, setEnd
addToIndexes, addToIndexes, equals, getAddress, getCAS, getCASImpl, getLowLevelCas, hashCode, removeFromIndexes, removeFromIndexes
clone, getavoidcollisionTypeCode, getBooleanValue, getByteValue, getDoubleValue, getFeatureValue, getFeatureValueAsString, getFloatValue, getIntValue, getLongValue, getShortValue, getStringValue, getType, prettyPrint, prettyPrint, prettyPrint, setBooleanValue, setByteValue, setDoubleValue, setFeatureValue, setFeatureValueFromString, setFloatValue, setIntValue, setLongValue, setShortValue, setStringValue, toString, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
clone, equals, getBooleanValue, getByteValue, getCAS, getDoubleValue, getFeatureValue, getFeatureValueAsString, getFloatValue, getIntValue, getLongValue, getShortValue, getStringValue, getType, hashCode, setBooleanValue, setByteValue, setDoubleValue, setFeatureValue, setFeatureValueFromString, setFloatValue, setIntValue, setLongValue, setShortValue, setStringValue
protected DictTerm()
public DictTerm(int addr, org.apache.uima.jcas.cas.TOP_Type type)
public DictTerm(org.apache.uima.jcas.JCas jcas)
public DictTerm(org.apache.uima.jcas.JCas jcas, int begin, int end)
public int getTypeIndexID()
getTypeIndexID
in class org.apache.uima.jcas.tcas.Annotation
public String getDictCanon()
public void setDictCanon(String v)
public org.apache.uima.jcas.tcas.Annotation getEnclosingSpan()
public void setEnclosingSpan(org.apache.uima.jcas.tcas.Annotation v)
public String getMatchedText()
public void setMatchedText(String v)
public org.apache.uima.jcas.cas.FSArray getMatchedTokens()
public void setMatchedTokens(org.apache.uima.jcas.cas.FSArray v)
public org.apache.uima.jcas.cas.TOP getMatchedTokens(int i)
public void setMatchedTokens(int i, org.apache.uima.jcas.cas.TOP v)
Copyright © 2006–2023 The Apache Software Foundation. All rights reserved.