public class DependencyRelation_Type extends ScoredTOP_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 |
|---|
DependencyRelation_Type(JCas jcas,
Type casType)
initialize variables to correspond with Cas Type and Features
|
| Modifier and Type | Method and Description |
|---|---|
int |
getChild(int addr) |
protected FSGenerator |
getFSGenerator() |
int |
getHead(int addr) |
String |
getRelation(int addr) |
void |
setChild(int addr,
int v) |
void |
setHead(int addr,
int v) |
void |
setRelation(int addr,
String v) |
getScore, setScoreaddToIndexes, checkType, getTypeIndexID, invalidTypeArg, noObjCreate, removeFromIndexespublic static final boolean featOkTst
public static final int typeIndexID
public DependencyRelation_Type(JCas jcas, Type casType)
jcas - JCascasType - Typepublic int getChild(int addr)
addr - low level Feature Structure referenceprotected FSGenerator getFSGenerator()
getFSGenerator in class ScoredTOP_Typepublic int getHead(int addr)
addr - low level Feature Structure referencepublic String getRelation(int addr)
addr - low level Feature Structure referencepublic void setChild(int addr, int v)
addr - low level Feature Structure referencev - value to setpublic void setHead(int addr, int v)
addr - low level Feature Structure referencev - value to setpublic void setRelation(int addr, String v)
addr - low level Feature Structure referencev - value to setCopyright © 2014. All rights reserved.