Uses of Class
net.sf.tweety.logics.commons.analysis.streams.InconsistencyUpdateEvent
-
Packages that use InconsistencyUpdateEvent Package Description net.sf.tweety.logics.commons.analysis.streams -
-
Uses of InconsistencyUpdateEvent in net.sf.tweety.logics.commons.analysis.streams
Methods in net.sf.tweety.logics.commons.analysis.streams with parameters of type InconsistencyUpdateEvent Modifier and Type Method Description void
DefaultStreamBasedInconsistencyMeasure. fireInconsistencyUpdateEvent(InconsistencyUpdateEvent evt)
void
DefaultInconsistencyListener. inconsistencyMeasurementStarted(InconsistencyUpdateEvent evt)
void
EvaluationInconsistencyListener. inconsistencyMeasurementStarted(InconsistencyUpdateEvent evt)
void
InconsistencyListener. inconsistencyMeasurementStarted(InconsistencyUpdateEvent evt)
This method is called by a stream-based inconsistency measure when an inconsistency measurement has started.void
DefaultInconsistencyListener. inconsistencyUpdateOccured(InconsistencyUpdateEvent evt)
void
EvaluationInconsistencyListener. inconsistencyUpdateOccured(InconsistencyUpdateEvent evt)
void
InconsistencyListener. inconsistencyUpdateOccured(InconsistencyUpdateEvent evt)
This method is called by a stream-based inconsistency measure when an update of an inconsistency value occurs.
-