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