org.apache.uima.jcas.cas
Class BooleanArray_Type

java.lang.Object
  extended by org.apache.uima.jcas.cas.TOP_Type
      extended by org.apache.uima.jcas.cas.CommonArray_Type
          extended by org.apache.uima.jcas.cas.BooleanArray_Type

public final class BooleanArray_Type
extends CommonArray_Type

The java Cas model for the CAS BooleanArray_Type


Field Summary
static int typeIndexID
          this types ID - used to index a localTypeArray in JCas to get an index which indexes the global typeArray in JCas instance to get a ref to this instance
 
Fields inherited from class org.apache.uima.jcas.cas.TOP_Type
casImpl, casType, casTypeCode, instanceOf_Type, jcas, ll_cas, lowLevelArrayBoundChecks, lowLevelTypeChecks, useExistingInstance
 
Constructor Summary
BooleanArray_Type(JCas jcas, Type casType)
           
 
Method Summary
 void copyFromArray(int addr, boolean[] src, int srcOffset, int destOffset, int length)
           
 void copyToArray(int addr, int srcOffset, boolean[] dest, int destOffset, int length)
           
 boolean get(int addr, int i)
          return the indexed value from the corresponding Cas StringArray as a Java String.
protected  org.apache.uima.cas.impl.FSGenerator getFSGenerator()
           
 void set(int addr, int i, boolean v)
          updates the Cas, setting the indexed value to the passed in Java String value.
 boolean[] toArray(int addr)
           
 
Methods inherited from class org.apache.uima.jcas.cas.CommonArray_Type
size
 
Methods inherited from class org.apache.uima.jcas.cas.TOP_Type
addToIndexes, checkType, getTypeIndexID, invalidTypeArg, noObjCreate, removeFromIndexes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

typeIndexID

public static final int typeIndexID
this types ID - used to index a localTypeArray in JCas to get an index which indexes the global typeArray in JCas instance to get a ref to this instance

Constructor Detail

BooleanArray_Type

public BooleanArray_Type(JCas jcas,
                         Type casType)
Method Detail

getFSGenerator

protected org.apache.uima.cas.impl.FSGenerator getFSGenerator()
Overrides:
getFSGenerator in class TOP_Type

get

public boolean get(int addr,
                   int i)
return the indexed value from the corresponding Cas StringArray as a Java String.

See Also:
BooleanArrayFS.get(int)

set

public void set(int addr,
                int i,
                boolean v)
updates the Cas, setting the indexed value to the passed in Java String value.

See Also:
org.apache.uima.cas.BooleanArrayFS#set(int, FeatureStructure)

copyFromArray

public void copyFromArray(int addr,
                          boolean[] src,
                          int srcOffset,
                          int destOffset,
                          int length)
See Also:
BooleanArrayFS.copyFromArray(boolean[], int, int, int)

copyToArray

public void copyToArray(int addr,
                        int srcOffset,
                        boolean[] dest,
                        int destOffset,
                        int length)
See Also:
BooleanArrayFS.copyToArray(int, boolean[], int, int)

toArray

public boolean[] toArray(int addr)
See Also:
BooleanArrayFS.toArray()


Copyright © 2010 The Apache Software Foundation. All Rights Reserved.