|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.uima.cas.impl.FeatureStructureImpl
org.apache.uima.jcas.cas.TOP
org.apache.uima.ducc.Workitem
public class Workitem
Field Summary | |
---|---|
static int |
type
|
static int |
typeIndexID
|
Fields inherited from class org.apache.uima.jcas.cas.TOP |
---|
jcasType |
Constructor Summary | |
---|---|
Workitem(int addr,
org.apache.uima.jcas.cas.TOP_Type type)
Internal - constructor used by generator |
|
Workitem(org.apache.uima.jcas.JCas jcas)
|
Method Summary | |
---|---|
int |
getBlockindex()
getter for blockindex - gets Optional parameter to specify block offset into input file to start processing |
int |
getBlocksize()
getter for blocksize - gets Optional parameter to process input files in smaller chunks |
int |
getBytelength()
getter for bytelength - gets Length in bytes of work item |
String |
getEncoding()
getter for encoding - gets Optional parameter to use when converting input files into Java characters |
String |
getInputspec()
getter for inputspec - gets |
String |
getLanguage()
getter for language - gets Optional parameter to specify the text language |
boolean |
getLastBlock()
getter for lastBlock - gets |
String |
getOutputspec()
getter for outputspec - gets |
boolean |
getSendToAll()
getter for sendToAll - gets |
boolean |
getSendToLast()
getter for sendToLast - gets |
int |
getTypeIndexID()
|
void |
setBlockindex(int v)
setter for blockindex - sets Optional parameter to specify block offset into input file to start processing |
void |
setBlocksize(int v)
setter for blocksize - sets Optional parameter to process input files in smaller chunks |
void |
setBytelength(int v)
setter for bytelength - sets Length in bytes of work item |
void |
setEncoding(String v)
setter for encoding - sets Optional parameter to use when converting input files into Java characters |
void |
setInputspec(String v)
setter for inputspec - sets |
void |
setLanguage(String v)
setter for language - sets Optional parameter to specify the text language |
void |
setLastBlock(boolean v)
setter for lastBlock - sets |
void |
setOutputspec(String v)
setter for outputspec - sets |
void |
setSendToAll(boolean v)
setter for sendToAll - sets |
void |
setSendToLast(boolean v)
setter for sendToLast - sets |
Methods inherited from class org.apache.uima.jcas.cas.TOP |
---|
addToIndexes, addToIndexes, equals, getAddress, getCAS, getCASImpl, getLowLevelCas, hashCode, removeFromIndexes, removeFromIndexes |
Methods inherited from class org.apache.uima.cas.impl.FeatureStructureImpl |
---|
clone, getBooleanValue, getByteValue, getDoubleValue, getFeatureValue, getFeatureValueAsString, getFloatValue, getIntValue, getLongValue, getShortValue, getStringValue, getType, prettyPrint, prettyPrint, prettyPrint, setBooleanValue, setByteValue, setDoubleValue, setFeatureValue, setFeatureValueFromString, setFloatValue, setIntValue, setLongValue, setShortValue, setStringValue, toString, toString |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int typeIndexID
public static final int type
Constructor Detail |
---|
public Workitem(int addr, org.apache.uima.jcas.cas.TOP_Type type)
public Workitem(org.apache.uima.jcas.JCas jcas)
Method Detail |
---|
public int getTypeIndexID()
getTypeIndexID
in class org.apache.uima.jcas.cas.TOP
public boolean getSendToLast()
public void setSendToLast(boolean v)
public boolean getSendToAll()
public void setSendToAll(boolean v)
public String getInputspec()
public void setInputspec(String v)
public String getOutputspec()
public void setOutputspec(String v)
public String getEncoding()
public void setEncoding(String v)
public String getLanguage()
public void setLanguage(String v)
public int getBytelength()
public void setBytelength(int v)
public int getBlocksize()
public void setBlocksize(int v)
public int getBlockindex()
public void setBlockindex(int v)
public boolean getLastBlock()
public void setLastBlock(boolean v)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |