Interface FSGenerator<T extends FeatureStructure>

All Known Implementing Classes:
ArrayFSGenerator

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)