Package inpro.incremental.sink

A collection of IU "sinks".

See:
          Description

Class Summary
ConsoleNotifier  
CurrentHypothesisViewer  
FrameAwarePushBuffer  
InstallmentHistoryViewer  
IUNetworkToDOT A viewer for IU networks that calls graphviz for laying out the graph
LabelWriter An IU left buffer that prints its contents to STDOUT.
OutputForSimpleText  
TEDviewNotifier A notifier that outputs IU structures to TEDview Even though TedViewNotifier is an IU-sink (i.e., not a real processor), it is implemented as an IUModule, because IUModules already have the necessary TEDview communication code available.
 

Package inpro.incremental.sink Description

A collection of IU "sinks". The IU modules (or PushBuffers) in this package accept IUs/edits in their left buffers and generate some output (e.g. on the terminal or graphically), but do not put IUs onto their own right buffers.