org.apache.uima.ducc
Class Workitem_Type

java.lang.Object
  extended by org.apache.uima.jcas.cas.TOP_Type
      extended by org.apache.uima.ducc.Workitem_Type

public class Workitem_Type
extends org.apache.uima.jcas.cas.TOP_Type

Updated by JCasGen Fri Aug 02 09:06:21 EDT 2013


Field Summary
static boolean featOkTst
           
static int typeIndexID
           
 
Fields inherited from class org.apache.uima.jcas.cas.TOP_Type
casImpl, casType, casTypeCode, jcas, ll_cas, useExistingInstance
 
Constructor Summary
Workitem_Type(org.apache.uima.jcas.JCas jcas, org.apache.uima.cas.Type casType)
          initialize variables to correspond with Cas Type and Features
 
Method Summary
 int getBlockindex(int addr)
           
 int getBlocksize(int addr)
           
 int getBytelength(int addr)
           
 String getEncoding(int addr)
           
 String getInputspec(int addr)
           
 String getLanguage(int addr)
           
 boolean getLastBlock(int addr)
           
 String getOutputspec(int addr)
           
 boolean getSendToAll(int addr)
           
 boolean getSendToLast(int addr)
           
 void setBlockindex(int addr, int v)
           
 void setBlocksize(int addr, int v)
           
 void setBytelength(int addr, int v)
           
 void setEncoding(int addr, String v)
           
 void setInputspec(int addr, String v)
           
 void setLanguage(int addr, String v)
           
 void setLastBlock(int addr, boolean v)
           
 void setOutputspec(int addr, String v)
           
 void setSendToAll(int addr, boolean v)
           
 void setSendToLast(int addr, boolean v)
           
 
Methods inherited from class org.apache.uima.jcas.cas.TOP_Type
addToIndexes, getTypeIndexID, noObjCreate, removeFromIndexes
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

typeIndexID

public static final int typeIndexID

featOkTst

public static final boolean featOkTst
Constructor Detail

Workitem_Type

public Workitem_Type(org.apache.uima.jcas.JCas jcas,
                     org.apache.uima.cas.Type casType)
initialize variables to correspond with Cas Type and Features

Method Detail

getSendToLast

public boolean getSendToLast(int addr)

setSendToLast

public void setSendToLast(int addr,
                          boolean v)

getSendToAll

public boolean getSendToAll(int addr)

setSendToAll

public void setSendToAll(int addr,
                         boolean v)

getInputspec

public String getInputspec(int addr)

setInputspec

public void setInputspec(int addr,
                         String v)

getOutputspec

public String getOutputspec(int addr)

setOutputspec

public void setOutputspec(int addr,
                          String v)

getEncoding

public String getEncoding(int addr)

setEncoding

public void setEncoding(int addr,
                        String v)

getLanguage

public String getLanguage(int addr)

setLanguage

public void setLanguage(int addr,
                        String v)

getBytelength

public int getBytelength(int addr)

setBytelength

public void setBytelength(int addr,
                          int v)

getBlocksize

public int getBlocksize(int addr)

setBlocksize

public void setBlocksize(int addr,
                         int v)

getBlockindex

public int getBlockindex(int addr)

setBlockindex

public void setBlockindex(int addr,
                          int v)

getLastBlock

public boolean getLastBlock(int addr)

setLastBlock

public void setLastBlock(int addr,
                         boolean v)


Copyright © 2012–2014 The Apache Software Foundation. All rights reserved.