public class DependencyNode_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 |
|---|
DependencyNode_Type(JCas jcas,
Type casType)
initialize variables to correspond with Cas Type and Features
|
| Modifier and Type | Method and Description |
|---|---|
int |
getChildRelations(int addr) |
int |
getChildRelations(int addr,
int i) |
protected FSGenerator |
getFSGenerator() |
int |
getHeadRelations(int addr) |
int |
getHeadRelations(int addr,
int i) |
void |
setChildRelations(int addr,
int v) |
void |
setChildRelations(int addr,
int i,
int v) |
void |
setHeadRelations(int addr,
int v) |
void |
setHeadRelations(int addr,
int i,
int v) |
getScore, setScoregetBegin, getCoveredText, getEnd, setBegin, setEndgetSofa, getViewaddToIndexes, checkType, getTypeIndexID, invalidTypeArg, noObjCreate, removeFromIndexespublic static final boolean featOkTst
public static final int typeIndexID
public DependencyNode_Type(JCas jcas, Type casType)
jcas - JCascasType - Typepublic int getChildRelations(int addr)
addr - low level Feature Structure referencepublic int getChildRelations(int addr, int i)
addr - low level Feature Structure referencei - index of item in the arrayprotected FSGenerator getFSGenerator()
getFSGenerator in class ScoredAnnotation_Typepublic int getHeadRelations(int addr)
addr - low level Feature Structure referencepublic int getHeadRelations(int addr, int i)
addr - low level Feature Structure referencei - index of item in the arraypublic void setChildRelations(int addr, int v)
addr - low level Feature Structure referencev - value to setpublic void setChildRelations(int addr, int i, int v)
addr - low level Feature Structure referencei - index of item in the arrayv - value to setpublic void setHeadRelations(int addr, int v)
addr - low level Feature Structure referencev - value to setpublic void setHeadRelations(int addr, int i, int v)
addr - low level Feature Structure referencei - index of item in the arrayv - value to setCopyright © 2014. All rights reserved.