Class InconsistencyUpdateEvent


  • public class InconsistencyUpdateEvent
    extends java.lang.Object
    An event that is thrown when an inconsistency value has been updated.
    Author:
    Matthias Thimm
    • Constructor Detail

      • InconsistencyUpdateEvent

        public InconsistencyUpdateEvent​(StreamBasedInconsistencyMeasure<?> measure,
                                        InconsistencyMeasurementProcess<?> process,
                                        java.lang.Double inconsistencyValue,
                                        Formula f)
        Creates a new event with the given parameters.
        Parameters:
        measure - a stream-based inconsistency measure
        process - an inconsistent measurement process
        inconsistencyValue - an inconsistency value
        f - a formula
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object