| Package | Description | 
|---|---|
| net.sf.tweety.logics.commons.analysis.streams | |
| net.sf.tweety.logics.pl.analysis | 
| Class and Description | 
|---|
| InconsistencyListener
 Listener interface for listeners of stream-based inconsistency measures. 
 | 
| InconsistencyMeasurementProcess
 The actual process of an inconsistency measure on streams. 
 | 
| InconsistencyUpdateEvent
 An event that is thrown when an inconsistency value
 has been updated. 
 | 
| StreamBasedInconsistencyMeasure
 General interface for inconsistency measures working on streams. 
 | 
| Class and Description | 
|---|
| InconsistencyMeasurementProcess
 The actual process of an inconsistency measure on streams. 
 | 
| WindowInconsistencyMeasurementProcess
 This inconsistency measurement process keeps a window of a number of previous 
 formulas in memory and computes the inconsistency value from this window using
 an ordinary inconsistency measure. 
 |