| Package | Description |
|---|---|
| net.sf.tweety.logics.commons.analysis.streams |
| Modifier and Type | Class and Description |
|---|---|
class |
WindowInconsistencyMeasurementProcess<S extends net.sf.tweety.commons.Formula>
This inconsistency measurement process keeps a window of a number of previous
formulas in memory and computes the inconsistency value from this window using
an ordinary inconsistency measure.
|
| Modifier and Type | Field and Description |
|---|---|
protected InconsistencyMeasurementProcess<?> |
InconsistencyUpdateEvent.process |
| Modifier and Type | Method and Description |
|---|---|
InconsistencyMeasurementProcess<S> |
DefaultStreamBasedInconsistencyMeasure.getInconsistencyMeasureProcess(net.sf.tweety.commons.streams.FormulaStream<S> stream) |
abstract InconsistencyMeasurementProcess<S> |
StreamBasedInconsistencyMeasure.getInconsistencyMeasureProcess(net.sf.tweety.commons.streams.FormulaStream<S> stream)
Processes the formulas in the given stream one after the other.
|
| Constructor and Description |
|---|
InconsistencyUpdateEvent(StreamBasedInconsistencyMeasure<?> measure,
InconsistencyMeasurementProcess<?> process,
Double inconsistencyValue,
net.sf.tweety.commons.Formula f)
Creates a new event with the given parameters.
|
| Constructor and Description |
|---|
DefaultStreamBasedInconsistencyMeasure(Class<? extends InconsistencyMeasurementProcess<S>> clazz)
Creates a new inconsistency measure based on the given process class.
|
DefaultStreamBasedInconsistencyMeasure(Class<? extends InconsistencyMeasurementProcess<S>> clazz,
Map<String,Object> config)
Creates a new inconsistency measure based on the given process class and the given configuration options for that process.
|
Copyright © 2018. All rights reserved.