org.apache.ctakes.typesystem.type.syntax
Class ConllDependencyNode_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.typesystem.type.syntax.ConllDependencyNode_Type

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

A dependency parser node in the CONLL-X format, namely, where each node is a token with 10 fields. Updated by JCasGen Tue Apr 09 11:44:38 EDT 2013


Field Summary
(package private)  org.apache.uima.cas.Feature casFeat_cpostag
           
(package private)  org.apache.uima.cas.Feature casFeat_deprel
           
(package private)  org.apache.uima.cas.Feature casFeat_feats
           
(package private)  org.apache.uima.cas.Feature casFeat_form
           
(package private)  org.apache.uima.cas.Feature casFeat_head
           
(package private)  org.apache.uima.cas.Feature casFeat_id
           
(package private)  org.apache.uima.cas.Feature casFeat_lemma
           
(package private)  org.apache.uima.cas.Feature casFeat_pdeprel
           
(package private)  org.apache.uima.cas.Feature casFeat_phead
           
(package private)  org.apache.uima.cas.Feature casFeat_postag
           
(package private)  int casFeatCode_cpostag
           
(package private)  int casFeatCode_deprel
           
(package private)  int casFeatCode_feats
           
(package private)  int casFeatCode_form
           
(package private)  int casFeatCode_head
           
(package private)  int casFeatCode_id
           
(package private)  int casFeatCode_lemma
           
(package private)  int casFeatCode_pdeprel
           
(package private)  int casFeatCode_phead
           
(package private)  int casFeatCode_postag
           
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
ConllDependencyNode_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 getCpostag(int addr)
           
 java.lang.String getDeprel(int addr)
           
 java.lang.String getFeats(int addr)
           
 java.lang.String getForm(int addr)
           
protected  org.apache.uima.cas.impl.FSGenerator getFSGenerator()
           
 int getHead(int addr)
           
 int getId(int addr)
           
 java.lang.String getLemma(int addr)
           
 java.lang.String getPdeprel(int addr)
           
 int getPhead(int addr)
           
 java.lang.String getPostag(int addr)
           
 void setCpostag(int addr, java.lang.String v)
           
 void setDeprel(int addr, java.lang.String v)
           
 void setFeats(int addr, java.lang.String v)
           
 void setForm(int addr, java.lang.String v)
           
 void setHead(int addr, int v)
           
 void setId(int addr, int v)
           
 void setLemma(int addr, java.lang.String v)
           
 void setPdeprel(int addr, java.lang.String v)
           
 void setPhead(int addr, int v)
           
 void setPostag(int addr, java.lang.String 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_id

final org.apache.uima.cas.Feature casFeat_id

casFeatCode_id

final int casFeatCode_id

casFeat_form

final org.apache.uima.cas.Feature casFeat_form

casFeatCode_form

final int casFeatCode_form

casFeat_lemma

final org.apache.uima.cas.Feature casFeat_lemma

casFeatCode_lemma

final int casFeatCode_lemma

casFeat_cpostag

final org.apache.uima.cas.Feature casFeat_cpostag

casFeatCode_cpostag

final int casFeatCode_cpostag

casFeat_postag

final org.apache.uima.cas.Feature casFeat_postag

casFeatCode_postag

final int casFeatCode_postag

casFeat_feats

final org.apache.uima.cas.Feature casFeat_feats

casFeatCode_feats

final int casFeatCode_feats

casFeat_head

final org.apache.uima.cas.Feature casFeat_head

casFeatCode_head

final int casFeatCode_head

casFeat_deprel

final org.apache.uima.cas.Feature casFeat_deprel

casFeatCode_deprel

final int casFeatCode_deprel

casFeat_phead

final org.apache.uima.cas.Feature casFeat_phead

casFeatCode_phead

final int casFeatCode_phead

casFeat_pdeprel

final org.apache.uima.cas.Feature casFeat_pdeprel

casFeatCode_pdeprel

final int casFeatCode_pdeprel
Constructor Detail

ConllDependencyNode_Type

public ConllDependencyNode_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

getId

public int getId(int addr)

setId

public void setId(int addr,
                  int v)

getForm

public java.lang.String getForm(int addr)

setForm

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

getLemma

public java.lang.String getLemma(int addr)

setLemma

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

getCpostag

public java.lang.String getCpostag(int addr)

setCpostag

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

getPostag

public java.lang.String getPostag(int addr)

setPostag

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

getFeats

public java.lang.String getFeats(int addr)

setFeats

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

getHead

public int getHead(int addr)

setHead

public void setHead(int addr,
                    int v)

getDeprel

public java.lang.String getDeprel(int addr)

setDeprel

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

getPhead

public int getPhead(int addr)

setPhead

public void setPhead(int addr,
                     int v)

getPdeprel

public java.lang.String getPdeprel(int addr)

setPdeprel

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