Uses of Interface
net.sf.tweety.arg.adf.reasoner.processor.StateProcessor
-
Packages that use StateProcessor Package Description net.sf.tweety.arg.adf.reasoner net.sf.tweety.arg.adf.reasoner.processor -
-
Uses of StateProcessor in net.sf.tweety.arg.adf.reasoner
Fields in net.sf.tweety.arg.adf.reasoner with type parameters of type StateProcessor Modifier and Type Field Description private java.util.Queue<StateProcessor<S>>Pipeline.Builder. stateProcessorsprivate java.util.Queue<StateProcessor<S>>Pipeline. stateProcessorsMethods in net.sf.tweety.arg.adf.reasoner with parameters of type StateProcessor Modifier and Type Method Description Pipeline.Builder<S>Pipeline.Builder. addStateProcessor(StateProcessor<S> stateProcessor) -
Uses of StateProcessor in net.sf.tweety.arg.adf.reasoner.processor
Classes in net.sf.tweety.arg.adf.reasoner.processor that implement StateProcessor Modifier and Type Class Description classSatKBipolarStateProcessor
-