Package org.apache.uima.cas.impl
Interface FSGenerator<T extends FeatureStructure>
-
- Type Parameters:
T- -
@Deprecated public interface FSGenerator<T extends FeatureStructure>Deprecated.unused in v3, only present to avoid compile errors in unused v2 classesFor backwards compatibility with Version 2 - unused in v3 V3 has a functional interface equivalent, called FsGenerator3, with a V3 style signature for createFS
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description TcreateFS(int addr, CASImpl cas)Deprecated.
-