Class InconsistencyUpdateEvent
- java.lang.Object
-
- net.sf.tweety.logics.commons.analysis.streams.InconsistencyUpdateEvent
-
public class InconsistencyUpdateEvent extends java.lang.Object
An 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.String
toString()
-
-
-
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
-
-