org.apache.uima.tika
Class MarkupAnnotation_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.uima.tika.MarkupAnnotation_Type

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

Updated by JCasGen Fri Jun 12 15:31:15 CEST 2009


Field Summary
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
MarkupAnnotation_Type(org.apache.uima.jcas.JCas jcas, org.apache.uima.cas.Type casType)
          initialize variables to correspond with Cas Type and Features
 
Method Summary
 int getAttributes(int addr)
           
 int getAttributes(int addr, int i)
           
 int getChildren(int addr)
           
 int getChildren(int addr, int i)
           
protected  org.apache.uima.cas.impl.FSGenerator getFSGenerator()
           
 String getName(int addr)
           
 int getParent(int addr)
           
 String getQualifiedName(int addr)
           
 String getUri(int addr)
           
 void setAttributes(int addr, int v)
           
 void setAttributes(int addr, int i, int v)
           
 void setChildren(int addr, int v)
           
 void setChildren(int addr, int i, int v)
           
 void setName(int addr, String v)
           
 void setParent(int addr, int v)
           
 void setQualifiedName(int addr, String v)
           
 void setUri(int addr, 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
Constructor Detail

MarkupAnnotation_Type

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

getAttributes

public int getAttributes(int addr)

setAttributes

public void setAttributes(int addr,
                          int v)

getAttributes

public int getAttributes(int addr,
                         int i)

setAttributes

public void setAttributes(int addr,
                          int i,
                          int v)

getChildren

public int getChildren(int addr)

setChildren

public void setChildren(int addr,
                        int v)

getChildren

public int getChildren(int addr,
                       int i)

setChildren

public void setChildren(int addr,
                        int i,
                        int v)

getName

public String getName(int addr)

setName

public void setName(int addr,
                    String v)

getParent

public int getParent(int addr)

setParent

public void setParent(int addr,
                      int v)

getQualifiedName

public String getQualifiedName(int addr)

setQualifiedName

public void setQualifiedName(int addr,
                             String v)

getUri

public String getUri(int addr)

setUri

public void setUri(int addr,
                   String v)


Copyright © 2006-2011 The Apache Software Foundation. All Rights Reserved.