|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.uima.cas.impl.FeatureStructureImpl
org.apache.uima.jcas.cas.TOP
org.apache.uima.jcas.cas.FSList
org.apache.uima.jcas.cas.NonEmptyFSList
public class NonEmptyFSList
| Field Summary | |
|---|---|
static int |
type
|
static int |
typeIndexID
|
| Fields inherited from class org.apache.uima.jcas.cas.TOP |
|---|
addr, jcasType |
| Constructor Summary | |
|---|---|
protected |
NonEmptyFSList()
|
|
NonEmptyFSList(int addr,
TOP_Type type)
Internal - Constructor used by generator |
|
NonEmptyFSList(JCas jcas)
|
| Method Summary | |
|---|---|
TOP |
getHead()
getter for head * |
FSList |
getTail()
getter for tail * |
int |
getTypeIndexID()
used to obtain reference to the TOP_Type instance |
void |
setHead(TOP v)
setter for head * |
void |
setTail(FSList v)
setter for tail * |
| Methods inherited from class org.apache.uima.jcas.cas.FSList |
|---|
getNthElement |
| Methods inherited from class org.apache.uima.jcas.cas.TOP |
|---|
addToIndexes, addToIndexes, equals, getAddress, getCAS, getCASImpl, getLowLevelCas, hashCode, removeFromIndexes, removeFromIndexes |
| Methods inherited from class org.apache.uima.cas.impl.FeatureStructureImpl |
|---|
clone, 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, toString |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int typeIndexID
public static final int type
| Constructor Detail |
|---|
protected NonEmptyFSList()
public NonEmptyFSList(int addr,
TOP_Type type)
public NonEmptyFSList(JCas jcas)
| Method Detail |
|---|
public int getTypeIndexID()
TOP
getTypeIndexID in class FSListpublic TOP getHead()
public void setHead(TOP v)
public FSList getTail()
public void setTail(FSList v)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||