Uses of Interface
net.sf.tweety.logics.commons.analysis.streams.InconsistencyListener
-
Packages that use InconsistencyListener Package Description net.sf.tweety.logics.commons.analysis.streams -
-
Uses of InconsistencyListener in net.sf.tweety.logics.commons.analysis.streams
Classes in net.sf.tweety.logics.commons.analysis.streams that implement InconsistencyListener Modifier and Type Class Description classDefaultInconsistencyListenerA simple implementation of an inconsistency listener that simply prints out each event to standard output.classEvaluationInconsistencyListenerAn inconsistency listener that is apt for doing evaluations on the performance of an inconsistency measure.Methods in net.sf.tweety.logics.commons.analysis.streams with parameters of type InconsistencyListener Modifier and Type Method Description voidDefaultStreamBasedInconsistencyMeasure. addInconsistencyListener(InconsistencyListener listener)abstract voidStreamBasedInconsistencyMeasure. addInconsistencyListener(InconsistencyListener listener)Add a listener to this measure.voidDefaultStreamBasedInconsistencyMeasure. removeInconsistencyListener(InconsistencyListener listener)abstract voidStreamBasedInconsistencyMeasure. removeInconsistencyListener(InconsistencyListener listener)Remove a listener from this measure.
-