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 classes
For 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

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

    • createFS

      T createFS(int addr, CASImpl cas)
      Deprecated.