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 (package private) voidDefaultStreamBasedInconsistencyMeasure. fireInconsistencyMeasurementStartedEvent(InconsistencyUpdateEvent evt)(package private) abstract voidStreamBasedInconsistencyMeasure. fireInconsistencyMeasurementStartedEvent(InconsistencyUpdateEvent evt)This method is called by inconsistency measurement processes to dispatch an event about inconsistency measurement starts to listeners.voidDefaultStreamBasedInconsistencyMeasure. fireInconsistencyUpdateEvent(InconsistencyUpdateEvent evt)(package private) abstract voidStreamBasedInconsistencyMeasure. fireInconsistencyUpdateEvent(InconsistencyUpdateEvent evt)This method is called by inconsistency measurement processes to dispatch events to listeners.voidDefaultInconsistencyListener. inconsistencyMeasurementStarted(InconsistencyUpdateEvent evt)voidEvaluationInconsistencyListener. inconsistencyMeasurementStarted(InconsistencyUpdateEvent evt)voidInconsistencyListener. inconsistencyMeasurementStarted(InconsistencyUpdateEvent evt)This method is called by a stream-based inconsistency measure when an inconsistency measurement has started.voidDefaultInconsistencyListener. inconsistencyUpdateOccured(InconsistencyUpdateEvent evt)voidEvaluationInconsistencyListener. inconsistencyUpdateOccured(InconsistencyUpdateEvent evt)voidInconsistencyListener. inconsistencyUpdateOccured(InconsistencyUpdateEvent evt)This method is called by a stream-based inconsistency measure when an update of an inconsistency value occurs. 
 -