Interface FSGenerator<T extends FeatureStructure>

All Known Implementing Classes:
AnnotationBaseImpl.AnnotationBaseFSGenerator, AnnotationImpl.AnnotationFSGenerator, ArrayFSGenerator, BooleanArrayFSImpl.BooleanArrayGenerator, ByteArrayFSImpl.ByteArrayGenerator, DoubleArrayFSImpl.DoubleArrayGenerator, FloatArrayFSImpl.FloatArrayFSGenerator, FSClassRegistry.DefaultFSGenerator, IntArrayFSImpl.IntArrayFSGenerator, JCasImpl.JCasFsGenerator, LongArrayFSImpl.LongArrayGenerator, ShortArrayFSImpl.ShortArrayGenerator, SofaFSImpl.SofaFSGenerator, StringArrayFSImpl.StringArrayGenerator

public interface FSGenerator<T extends FeatureStructure>
  • Method Summary

    Modifier and Type
    Method
    Description
    createFS(int addr, CASImpl cas)
     
  • Method Details

    • createFS

      T createFS(int addr, CASImpl cas)