ibi Patterns .NET API
Loading...
Searching...
No Matches
NetricsServerInterface.NetricsFieldedReader Interface Reference

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.
 

Detailed Description

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.

See also
NetricsThesaurus, NetricsWeightedDictionary, NetricsCombinedThesaurus, NetricsCSVReader

Member Function Documentation

◆ readRecord()

String[] NetricsServerInterface.NetricsFieldedReader.readRecord ( )

Read the next record.

Returns
the set of fields of the record, null on EOF.

Implemented in NetricsServerInterface.NetricsCSVReader.