Uses of Interface
inpro.incremental.FrameAware

Packages that use FrameAware
done.inpro.system.completion   
inpro.incremental.sink A collection of IU "sinks". 
 

Uses of FrameAware in done.inpro.system.completion
 

Classes in done.inpro.system.completion that implement FrameAware
 class TurnCompleter
           
 

Uses of FrameAware in inpro.incremental.sink
 

Classes in inpro.incremental.sink that implement FrameAware
 class ConsoleNotifier
           
 class FrameAwarePushBuffer
           
 class LabelWriter
          An IU left buffer that prints its contents to STDOUT.
 class 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.