Uses of Interface
org.tweetyproject.commons.streams.FormulaStream
Packages that use FormulaStream
Package
Description
-
Uses of FormulaStream in org.tweetyproject.commons.streams
Classes in org.tweetyproject.commons.streams that implement FormulaStreamModifier and TypeClassDescriptionclass
DefaultFormulaStream<S extends Formula>
This class models a default stream on the formulas of a given collection. -
Uses of FormulaStream in org.tweetyproject.logics.commons.analysis.streams
Methods in org.tweetyproject.logics.commons.analysis.streams with parameters of type FormulaStreamModifier and TypeMethodDescriptionDefaultStreamBasedInconsistencyMeasure.getInconsistencyMeasureProcess
(FormulaStream<S> stream) abstract InconsistencyMeasurementProcess
<S> StreamBasedInconsistencyMeasure.getInconsistencyMeasureProcess
(FormulaStream<S> stream) Processes the formulas in the given stream one after the other.