Interface NetricsFieldedReader

  • All Known Implementing Classes:
    NetricsCSVReader

    public interface NetricsFieldedReader
    This interface is used to provide sets of fields to other ibi™ Patterns - Search classes. This interface provides a list of raw "records" consisting of a set of strings. Unlike the NetricsRecSrc interface, these are raw values that may have varying numbers of fields in each record. Currently this interface is used by the thesaurus classes: NetricsThresaurus, NetricsCombinedThesaurus, NetricsWeightedDictionary, as a means of loading equivalence classes.

    See Also:
    NetricsThesaurus, NetricsWeightedDictionary, NetricsCombinedThesaurus, NetricsCSVReader
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void close()
      Close the input source releasing all resources.
      int curLineNum()
      Return the line/record number about to be read.
      java.lang.String[] readRecord()
      Read the next record.
      void reset()
      Start sequence over from the beginning.