| Package | Description | 
|---|---|
| net.sf.tweety.commons.streams | |
| net.sf.tweety.logics.commons.analysis.streams | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DefaultFormulaStream<S extends Formula>
This class models a default stream on the formulas of a given collection. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
private FormulaStream<S> | 
InconsistencyMeasurementProcess.stream
The stream. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
abstract InconsistencyMeasurementProcess<S> | 
StreamBasedInconsistencyMeasure.getInconsistencyMeasureProcess(FormulaStream<S> stream)
Processes the formulas in the given stream one after the other. 
 | 
InconsistencyMeasurementProcess<S> | 
DefaultStreamBasedInconsistencyMeasure.getInconsistencyMeasureProcess(FormulaStream<S> stream)  | 
protected void | 
InconsistencyMeasurementProcess.init(FormulaStream<S> stream,
    StreamBasedInconsistencyMeasure<S> parent,
    java.util.Map<java.lang.String,java.lang.Object> config)
Initialization statements. 
 |