Class WindowInconsistencyMeasurementProcess<S extends Formula>

java.lang.Object
java.lang.Thread
org.tweetyproject.logics.commons.analysis.streams.InconsistencyMeasurementProcess<S>
org.tweetyproject.logics.commons.analysis.streams.WindowInconsistencyMeasurementProcess<S>
Type Parameters:
S - The type of formulas
All Implemented Interfaces:
Runnable
Direct Known Subclasses:
PlWindowInconsistencyMeasurementProcess

public abstract class WindowInconsistencyMeasurementProcess<S extends Formula> extends InconsistencyMeasurementProcess<S>
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.
Author:
Matthias Thimm