public class MicroformatFS_Type
extends org.apache.uima.jcas.cas.TOP_Type
Modifier and Type | Field and Description |
---|---|
static boolean |
featOkTst |
static int |
typeIndexID |
Constructor and Description |
---|
MicroformatFS_Type(org.apache.uima.jcas.JCas jcas,
org.apache.uima.cas.Type casType)
initialize variables to correspond with Cas Type and Features
|
Modifier and Type | Method and Description |
---|---|
String |
getFieldData(int addr) |
String |
getFieldName(int addr) |
protected org.apache.uima.cas.impl.FSGenerator |
getFSGenerator() |
void |
setFieldData(int addr,
String v) |
void |
setFieldName(int addr,
String v) |
public static final int typeIndexID
public static final boolean featOkTst
public MicroformatFS_Type(org.apache.uima.jcas.JCas jcas, org.apache.uima.cas.Type casType)
protected org.apache.uima.cas.impl.FSGenerator getFSGenerator()
getFSGenerator
in class org.apache.uima.jcas.cas.TOP_Type
public String getFieldName(int addr)
public void setFieldName(int addr, String v)
public String getFieldData(int addr)
public void setFieldData(int addr, String v)
Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.