OutputStore
A ChannelStore of OutputChannels of Strings (plus a dedicated warnings channel), as held by a it.unibo.tuprolog.solve.Solver (see it.unibo.tuprolog.solve.ExecutionContextAware.outputChannels).
Properties
The channel aliased as CURRENT in this store, or null if none is set.
The channel aliased STDERR, i.e. this store's standard error.
The channel aliased STDOUT, i.e. this store's standard output.
The channel it.unibo.tuprolog.solve.exception.Warnings are reported to.
Functions
Channel.closes channel and returns a copy of this store without any alias pointing to it.
Returns every channel in this store whose Channel.streamTerm unifies with streamTerm.
Returns a copy of this store with other added (overriding an existing entry with the same alias).
Returns a copy of this store with every entry of others added (overriding same-named existing ones).