Encapsulates the list of opened input/output streams available inside the expert system.
Namespace: InferenceEngine
TRSStringObjectHashTable
InferenceEngine.TIOStreams
|
Delphi
|
type
TIOStreams = class(TRSStringObjectHashTable<TGTextStream>)
end;
|
|
Name
|
Description
|
|
Engine
|
Specifies the TInferenceEngine that this class works with
|
|
FreeStream
|
Controls what happens when a stream is deleted from the table. The TIOStreams table automatically frees the streams when items are deleted if FreeStream is TRUE
|
Top
|
A stream is added to the list by the Open function and removed by the Close function. The streams are stored in the Data property of the list. The streams are stored keyed by the identifier supplied with the open function. The TIOStreams table automatically frees the streams when items are deleted if FreeStream is TRUE
|