Package org.apache.uima.jcas.cas
Class NonEmptyFSList_Type
- java.lang.Object
-
- org.apache.uima.jcas.cas.TOP_Type
-
- org.apache.uima.jcas.cas.FSList_Type
-
- org.apache.uima.jcas.cas.NonEmptyFSList_Type
-
public class NonEmptyFSList_Type extends FSList_Type
-
-
Field Summary
Fields Modifier and Type Field Description 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
Constructors Modifier Constructor Description protected
NonEmptyFSList_Type()
NonEmptyFSList_Type(JCas jcas, Type casType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected FSGenerator<?>
getFSGenerator()
int
getHead(int addr)
int
getTail(int addr)
void
setHead(int addr, int v)
void
setTail(int addr, int v)
-
Methods inherited from class org.apache.uima.jcas.cas.TOP_Type
addToIndexes, checkType, getTypeIndexID, invalidTypeArg, noObjCreate, removeFromIndexes
-
-
-
-
Method Detail
-
getFSGenerator
protected FSGenerator<?> getFSGenerator()
- Overrides:
getFSGenerator
in classFSList_Type
-
getHead
public int getHead(int addr)
-
setHead
public void setHead(int addr, int v)
-
getTail
public int getTail(int addr)
-
setTail
public void setTail(int addr, int v)
-
-