Class EvaluationInconsistencyListener

  • All Implemented Interfaces:
    java.util.EventListener, InconsistencyListener

    public class EvaluationInconsistencyListener
    extends java.lang.Object
    implements InconsistencyListener
    An inconsistency listener that is apt for doing evaluations on the performance of an inconsistency measure. Stores runtime and further information in a csv file.
    Author:
    Matthias Thimm
    • Method Summary

      Modifier and Type Method Description
      void inconsistencyMeasurementStarted​(InconsistencyUpdateEvent evt)
      This method is called by a stream-based inconsistency measure when an inconsistency measurement has started.
      void inconsistencyUpdateOccured​(InconsistencyUpdateEvent evt)
      This method is called by a stream-based inconsistency measure when an update of an inconsistency value occurs.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • INCDEFAULTVALUE

        public static double INCDEFAULTVALUE
      • TOLERANCE

        public static double TOLERANCE
    • Constructor Detail

      • EvaluationInconsistencyListener

        public EvaluationInconsistencyListener​(java.lang.String file,
                                               int maxEvents)