org.apache.uima.conceptMapper
Class DictTerm

java.lang.Object
  extended by org.apache.uima.cas.impl.FeatureStructureImpl
      extended by org.apache.uima.jcas.cas.TOP
          extended by org.apache.uima.jcas.cas.AnnotationBase
              extended by org.apache.uima.jcas.tcas.Annotation
                  extended by org.apache.uima.conceptMapper.DictTerm
All Implemented Interfaces:
java.lang.Cloneable, org.apache.uima.cas.AnnotationBaseFS, org.apache.uima.cas.FeatureStructure, org.apache.uima.cas.text.AnnotationFS

public class DictTerm
extends org.apache.uima.jcas.tcas.Annotation

Annotation for dictionary lookup matches Updated by JCasGen Tue Mar 25 15:43:47 EDT 2008 XML source: /OtherStuff/IBM/eclipse-apacheuima/conceptMapper/src/org/apache/uima/conceptMapper/DictTerm.xml


Field Summary
static int type
           
static int typeIndexID
           
 
Fields inherited from class org.apache.uima.jcas.cas.TOP
addr, jcasType
 
Constructor Summary
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)
           
 
Method Summary
 java.lang.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.
 java.lang.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(java.lang.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(java.lang.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 -
 
Methods inherited from class org.apache.uima.jcas.tcas.Annotation
getBegin, getCoveredText, getEnd, getStart, setBegin, setEnd
 
Methods inherited from class org.apache.uima.jcas.cas.AnnotationBase
getSofa, getView
 
Methods inherited from class org.apache.uima.jcas.cas.TOP
addToIndexes, addToIndexes, equals, getAddress, getCAS, getCASImpl, getLowLevelCas, hashCode, removeFromIndexes, removeFromIndexes
 
Methods inherited from class org.apache.uima.cas.impl.FeatureStructureImpl
clone, 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
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.apache.uima.cas.AnnotationBaseFS
getView
 
Methods inherited from interface org.apache.uima.cas.FeatureStructure
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
 

Field Detail

typeIndexID

public static final int typeIndexID

type

public static final int type
Constructor Detail

DictTerm

protected DictTerm()
Never called. Disable default constructor


DictTerm

public DictTerm(int addr,
                org.apache.uima.jcas.cas.TOP_Type type)
Internal - constructor used by generator


DictTerm

public DictTerm(org.apache.uima.jcas.JCas jcas)

DictTerm

public DictTerm(org.apache.uima.jcas.JCas jcas,
                int begin,
                int end)
Method Detail

getTypeIndexID

public int getTypeIndexID()
Overrides:
getTypeIndexID in class org.apache.uima.jcas.tcas.Annotation

getDictCanon

public java.lang.String getDictCanon()
getter for DictCanon - gets canonical form


setDictCanon

public void setDictCanon(java.lang.String v)
setter for DictCanon - sets canonical form


getEnclosingSpan

public org.apache.uima.jcas.tcas.Annotation getEnclosingSpan()
getter for enclosingSpan - gets span that this NoTerm is contained within (i.e. its sentence)


setEnclosingSpan

public void setEnclosingSpan(org.apache.uima.jcas.tcas.Annotation v)
setter for enclosingSpan - sets span that this NoTerm is contained within (i.e. its sentence)


getMatchedText

public java.lang.String getMatchedText()
getter for matchedText - gets


setMatchedText

public void setMatchedText(java.lang.String v)
setter for matchedText - sets


getMatchedTokens

public org.apache.uima.jcas.cas.FSArray getMatchedTokens()
getter for matchedTokens - gets


setMatchedTokens

public void setMatchedTokens(org.apache.uima.jcas.cas.FSArray v)
setter for matchedTokens - sets


getMatchedTokens

public org.apache.uima.jcas.cas.TOP getMatchedTokens(int i)
indexed getter for matchedTokens - gets an indexed value -


setMatchedTokens

public void setMatchedTokens(int i,
                             org.apache.uima.jcas.cas.TOP v)
indexed setter for matchedTokens - sets an indexed value -



Copyright © 2011. All Rights Reserved.