org.apache.uima.cas.impl
Class ArrayFSGenerator

java.lang.Object
  extended by org.apache.uima.cas.impl.ArrayFSGenerator
All Implemented Interfaces:
FSGenerator

public class ArrayFSGenerator
extends java.lang.Object
implements FSGenerator


Constructor Summary
ArrayFSGenerator()
           
 
Method Summary
 FeatureStructure createFS(int addr, CASImpl cas)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArrayFSGenerator

public ArrayFSGenerator()
Method Detail

createFS

public FeatureStructure createFS(int addr,
                                 CASImpl cas)
Specified by:
createFS in interface FSGenerator
See Also:
FSGenerator.createFS(int, CASImpl)


Copyright © 2012. All Rights Reserved.