Class InconsistencyUpdateEvent
- java.lang.Object
-
- net.sf.tweety.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
-
-
Field Summary
Fields Modifier and Type Field Description protected net.sf.tweety.commons.Formulafprotected DoubleinconsistencyValueprotected StreamBasedInconsistencyMeasure<?>measureprotected InconsistencyMeasurementProcess<?>process
-
Constructor Summary
Constructors Constructor Description InconsistencyUpdateEvent(StreamBasedInconsistencyMeasure<?> measure, InconsistencyMeasurementProcess<?> process, Double inconsistencyValue, net.sf.tweety.commons.Formula f)Creates a new event with the given parameters.
-
-
-
Field Detail
-
measure
protected StreamBasedInconsistencyMeasure<?> measure
-
process
protected InconsistencyMeasurementProcess<?> process
-
inconsistencyValue
protected Double inconsistencyValue
-
f
protected net.sf.tweety.commons.Formula f
-
-
Constructor Detail
-
InconsistencyUpdateEvent
public InconsistencyUpdateEvent(StreamBasedInconsistencyMeasure<?> measure, InconsistencyMeasurementProcess<?> process, Double inconsistencyValue, net.sf.tweety.commons.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
-
-