org.apache.ctakes.assertion.medfacts.types
Class Concept_Type

java.lang.Object
  extended by org.apache.uima.jcas.cas.TOP_Type
      extended by org.apache.uima.jcas.cas.AnnotationBase_Type
          extended by org.apache.uima.jcas.tcas.Annotation_Type
              extended by org.apache.ctakes.assertion.medfacts.types.Concept_Type

public class Concept_Type
extends org.apache.uima.jcas.tcas.Annotation_Type

Updated by JCasGen Tue Apr 09 11:47:36 EDT 2013


Field Summary
(package private)  org.apache.uima.cas.Feature casFeat_conceptText
           
(package private)  org.apache.uima.cas.Feature casFeat_conceptType
           
(package private)  org.apache.uima.cas.Feature casFeat_externalId
           
(package private)  org.apache.uima.cas.Feature casFeat_originalEntityExternalId
           
(package private)  int casFeatCode_conceptText
           
(package private)  int casFeatCode_conceptType
           
(package private)  int casFeatCode_externalId
           
(package private)  int casFeatCode_originalEntityExternalId
           
static boolean featOkTst
           
static int typeIndexID
           
 
Fields inherited from class org.apache.uima.jcas.cas.TOP_Type
casImpl, casType, casTypeCode, instanceOf_Type, jcas, ll_cas, lowLevelArrayBoundChecks, lowLevelTypeChecks, useExistingInstance
 
Constructor Summary
Concept_Type(org.apache.uima.jcas.JCas jcas, org.apache.uima.cas.Type casType)
          initialize variables to correspond with Cas Type and Features
 
Method Summary
 java.lang.String getConceptText(int addr)
           
 java.lang.String getConceptType(int addr)
           
 int getExternalId(int addr)
           
protected  org.apache.uima.cas.impl.FSGenerator getFSGenerator()
           
 int getOriginalEntityExternalId(int addr)
           
 void setConceptText(int addr, java.lang.String v)
           
 void setConceptType(int addr, java.lang.String v)
           
 void setExternalId(int addr, int v)
           
 void setOriginalEntityExternalId(int addr, int v)
           
 
Methods inherited from class org.apache.uima.jcas.tcas.Annotation_Type
getBegin, getCoveredText, getEnd, setBegin, setEnd
 
Methods inherited from class org.apache.uima.jcas.cas.AnnotationBase_Type
getSofa, getView
 
Methods inherited from class org.apache.uima.jcas.cas.TOP_Type
addToIndexes, checkType, getTypeIndexID, invalidTypeArg, noObjCreate, removeFromIndexes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

typeIndexID

public static final int typeIndexID

featOkTst

public static final boolean featOkTst

casFeat_conceptType

final org.apache.uima.cas.Feature casFeat_conceptType

casFeatCode_conceptType

final int casFeatCode_conceptType

casFeat_conceptText

final org.apache.uima.cas.Feature casFeat_conceptText

casFeatCode_conceptText

final int casFeatCode_conceptText

casFeat_externalId

final org.apache.uima.cas.Feature casFeat_externalId

casFeatCode_externalId

final int casFeatCode_externalId

casFeat_originalEntityExternalId

final org.apache.uima.cas.Feature casFeat_originalEntityExternalId

casFeatCode_originalEntityExternalId

final int casFeatCode_originalEntityExternalId
Constructor Detail

Concept_Type

public Concept_Type(org.apache.uima.jcas.JCas jcas,
                    org.apache.uima.cas.Type casType)
initialize variables to correspond with Cas Type and Features

Method Detail

getFSGenerator

protected org.apache.uima.cas.impl.FSGenerator getFSGenerator()
Overrides:
getFSGenerator in class org.apache.uima.jcas.tcas.Annotation_Type

getConceptType

public java.lang.String getConceptType(int addr)

setConceptType

public void setConceptType(int addr,
                           java.lang.String v)

getConceptText

public java.lang.String getConceptText(int addr)

setConceptText

public void setConceptText(int addr,
                           java.lang.String v)

getExternalId

public int getExternalId(int addr)

setExternalId

public void setExternalId(int addr,
                          int v)

getOriginalEntityExternalId

public int getOriginalEntityExternalId(int addr)

setOriginalEntityExternalId

public void setOriginalEntityExternalId(int addr,
                                        int v)