public class NonEmptyFloatList extends FloatList
| Modifier and Type | Field and Description |
|---|---|
static int |
type |
static int |
typeIndexID |
| Modifier | Constructor and Description |
|---|---|
protected |
NonEmptyFloatList() |
|
NonEmptyFloatList(int addr,
TOP_Type type)
Internal - Constructor used by generator
|
|
NonEmptyFloatList(JCas jcas) |
| Modifier and Type | Method and Description |
|---|---|
float |
getHead()
getter for head *
|
FloatList |
getTail()
getter for tail *
|
int |
getTypeIndexID()
used to obtain reference to the TOP_Type instance
|
void |
setHead(float v)
setter for head *
|
void |
setTail(FloatList v)
setter for tail *
|
getNthElementaddToIndexes, addToIndexes, equals, getAddress, getCAS, getCASImpl, getLowLevelCas, hashCode, removeFromIndexes, removeFromIndexesclone, getBooleanValue, getByteValue, getDoubleValue, getFeatureValue, getFeatureValueAsString, getFloatValue, getIntValue, getLongValue, getShortValue, getStringValue, getType, prettyPrint, prettyPrint, prettyPrint, setBooleanValue, setByteValue, setDoubleValue, setFeatureValue, setFeatureValueFromString, setFloatValue, setIntValue, setLongValue, setShortValue, setStringValue, toString, toStringprotected NonEmptyFloatList()
public NonEmptyFloatList(int addr,
TOP_Type type)
public NonEmptyFloatList(JCas jcas)
public int getTypeIndexID()
TOPgetTypeIndexID in class FloatListpublic float getHead()
public void setHead(float v)
public FloatList getTail()
public void setTail(FloatList v)
Copyright © 2013. All Rights Reserved.