|
ibi Patterns .NET API
|
This interface is used to provide sets of fields to other ibi™ Patterns - Search classes. More...
Public Member Functions | |
| int | curLineNum () |
| Return the line/record number about to be read. | |
| void | reset () |
| Start sequence over from the beginning. | |
| void | close () |
| Close the input source releasing all resources. | |
| String[] | readRecord () |
| Read the next record. | |
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 NetricsTableRecSrc 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.
| String[] NetricsServerInterface.NetricsFieldedReader.readRecord | ( | ) |
Read the next record.
Implemented in NetricsServerInterface.NetricsCSVReader.