Package org.apache.uima.jcas.cas
Class NonEmptyFloatList_Type
java.lang.Object
org.apache.uima.jcas.cas.TOP_Type
org.apache.uima.jcas.cas.FloatList_Type
org.apache.uima.jcas.cas.NonEmptyFloatList_Type
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final Feature
(package private) final Feature
(package private) final int
(package private) final int
static final boolean
static final int
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 -
Method Summary
Modifier and TypeMethodDescriptionprotected FSGenerator
<?> float
getHead
(int addr) int
getTail
(int addr) void
setHead
(int addr, float v) void
setTail
(int addr, int v) Methods inherited from class org.apache.uima.jcas.cas.TOP_Type
addToIndexes, checkType, getTypeIndexID, invalidTypeArg, noObjCreate, removeFromIndexes
-
Field Details
-
typeIndexID
public static final int typeIndexID -
featOkTst
public static final boolean featOkTst -
casFeat_head
-
casFeatCode_head
final int casFeatCode_head -
casFeat_tail
-
casFeatCode_tail
final int casFeatCode_tail
-
-
Constructor Details
-
NonEmptyFloatList_Type
-
NonEmptyFloatList_Type
protected NonEmptyFloatList_Type()
-
-
Method Details
-
getFSGenerator
- Overrides:
getFSGenerator
in classFloatList_Type
-
getHead
public float getHead(int addr) -
setHead
public void setHead(int addr, float v) -
getTail
public int getTail(int addr) -
setTail
public void setTail(int addr, int v)
-