org.apache.uima.cas.impl
Class CommonArrayFSImpl

java.lang.Object
  extended by org.apache.uima.cas.impl.FeatureStructureImpl
      extended by org.apache.uima.cas.impl.FeatureStructureImplC
          extended by org.apache.uima.cas.impl.CommonArrayFSImpl
All Implemented Interfaces:
java.lang.Cloneable, FeatureStructure
Direct Known Subclasses:
ArrayFSImpl, FloatArrayFSImpl, IntArrayFSImpl, StringArrayFSImpl

public abstract class CommonArrayFSImpl
extends FeatureStructureImplC

Common part of array impl for those arrays of primitives which exist in the main heap. Is a super class to those.


Field Summary
 
Fields inherited from class org.apache.uima.cas.impl.FeatureStructureImplC
addr, casImpl
 
Constructor Summary
protected CommonArrayFSImpl()
           
protected CommonArrayFSImpl(CASImpl cas, int addr)
           
 
Method Summary
abstract  void copyToArray(int srcOffset, java.lang.String[] dest, int destOffset, int length)
           
 int size()
           
 java.lang.String[] toStringArray()
           
 
Methods inherited from class org.apache.uima.cas.impl.FeatureStructureImplC
equals, getAddress, getCAS, getCASImpl, hashCode, setUp
 
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
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CommonArrayFSImpl

protected CommonArrayFSImpl()

CommonArrayFSImpl

protected CommonArrayFSImpl(CASImpl cas,
                            int addr)
Method Detail

size

public int size()

copyToArray

public abstract void copyToArray(int srcOffset,
                                 java.lang.String[] dest,
                                 int destOffset,
                                 int length)

toStringArray

public java.lang.String[] toStringArray()


Copyright © 2013. All Rights Reserved.