public class Predicate_Type extends ScoredAnnotation_Type
| Modifier and Type | Field and Description |
|---|---|
static boolean |
featOkTst |
static int |
typeIndexID |
casImpl, casType, casTypeCode, instanceOf_Type, jcas, ll_cas, lowLevelArrayBoundChecks, lowLevelTypeChecks, useExistingInstance| Constructor and Description |
|---|
Predicate_Type(JCas jcas,
Type casType)
initialize variables to correspond with Cas Type and Features
|
| Modifier and Type | Method and Description |
|---|---|
int |
getAnnotation(int addr) |
int |
getArguments(int addr) |
int |
getArguments(int addr,
int i) |
String |
getBaseForm(int addr) |
String |
getFrameSet(int addr) |
protected FSGenerator |
getFSGenerator() |
String |
getPropTxt(int addr) |
int |
getSentence(int addr) |
void |
setAnnotation(int addr,
int v) |
void |
setArguments(int addr,
int v) |
void |
setArguments(int addr,
int i,
int v) |
void |
setBaseForm(int addr,
String v) |
void |
setFrameSet(int addr,
String v) |
void |
setPropTxt(int addr,
String v) |
void |
setSentence(int addr,
int v) |
getScore, setScoregetBegin, getCoveredText, getEnd, setBegin, setEndgetSofa, getViewaddToIndexes, checkType, getTypeIndexID, invalidTypeArg, noObjCreate, removeFromIndexespublic static final boolean featOkTst
public static final int typeIndexID
public Predicate_Type(JCas jcas, Type casType)
jcas - JCascasType - Typepublic int getAnnotation(int addr)
addr - low level Feature Structure referencepublic int getArguments(int addr)
addr - low level Feature Structure referencepublic int getArguments(int addr, int i)
addr - low level Feature Structure referencei - index of item in the arraypublic String getBaseForm(int addr)
addr - low level Feature Structure referencepublic String getFrameSet(int addr)
addr - low level Feature Structure referenceprotected FSGenerator getFSGenerator()
getFSGenerator in class ScoredAnnotation_Typepublic String getPropTxt(int addr)
addr - low level Feature Structure referencepublic int getSentence(int addr)
addr - low level Feature Structure referencepublic void setAnnotation(int addr, int v)
addr - low level Feature Structure referencev - value to setpublic void setArguments(int addr, int v)
addr - low level Feature Structure referencev - value to setpublic void setArguments(int addr, int i, int v)
addr - low level Feature Structure referencei - index of item in the arrayv - value to setpublic void setBaseForm(int addr, String v)
addr - low level Feature Structure referencev - value to setpublic void setFrameSet(int addr, String v)
addr - low level Feature Structure referencev - value to setpublic void setPropTxt(int addr, String v)
addr - low level Feature Structure referencev - value to setpublic void setSentence(int addr, int v)
addr - low level Feature Structure referencev - value to setCopyright © 2014. All rights reserved.