public class NamedEntityMention_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 |
|---|
NamedEntityMention_Type(JCas jcas,
Type casType)
initialize variables to correspond with Cas Type and Features
|
| Modifier and Type | Method and Description |
|---|---|
int |
getAnnotation(int addr) |
protected FSGenerator |
getFSGenerator() |
int |
getHead(int addr) |
int |
getMentionedEntity(int addr) |
String |
getMentionId(int addr) |
String |
getMentionType(int addr) |
void |
setAnnotation(int addr,
int v) |
void |
setHead(int addr,
int v) |
void |
setMentionedEntity(int addr,
int v) |
void |
setMentionId(int addr,
String v) |
void |
setMentionType(int addr,
String v) |
getScore, setScoregetBegin, getCoveredText, getEnd, setBegin, setEndgetSofa, getViewaddToIndexes, checkType, getTypeIndexID, invalidTypeArg, noObjCreate, removeFromIndexespublic static final boolean featOkTst
public static final int typeIndexID
public NamedEntityMention_Type(JCas jcas, Type casType)
jcas - JCascasType - Typepublic int getAnnotation(int addr)
addr - low level Feature Structure referenceprotected FSGenerator getFSGenerator()
getFSGenerator in class ScoredAnnotation_Typepublic int getHead(int addr)
addr - low level Feature Structure referencepublic int getMentionedEntity(int addr)
addr - low level Feature Structure referencepublic String getMentionId(int addr)
addr - low level Feature Structure referencepublic String getMentionType(int addr)
addr - low level Feature Structure referencepublic void setAnnotation(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 setMentionedEntity(int addr, int v)
addr - low level Feature Structure referencev - value to setpublic void setMentionId(int addr, String v)
addr - low level Feature Structure referencev - value to setpublic void setMentionType(int addr, String v)
addr - low level Feature Structure referencev - value to setCopyright © 2014. All rights reserved.