Class InconsistencyUpdateEvent
java.lang.Object
org.tweetyproject.logics.commons.analysis.streams.InconsistencyUpdateEvent
An event that is thrown when an inconsistency value
has been updated.
- Author:
- Matthias Thimm
-
Constructor Summary
ConstructorDescriptionInconsistencyUpdateEvent
(StreamBasedInconsistencyMeasure<?> measure, InconsistencyMeasurementProcess<?> process, Double inconsistencyValue, Formula f) Creates a new event with the given parameters. -
Method Summary
-
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 measureprocess
- an inconsistent measurement processinconsistencyValue
- an inconsistency valuef
- a formula
-
-
Method Details
-
toString
-