Class InconsistencyUpdateEvent

java.lang.Object
org.tweetyproject.logics.commons.analysis.streams.InconsistencyUpdateEvent

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

    • InconsistencyUpdateEvent

      public InconsistencyUpdateEvent(StreamBasedInconsistencyMeasure<?> measure, InconsistencyMeasurementProcess<?> process, 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 Details