Uses of Interface
net.sf.tweety.arg.adf.reasoner.sat.processor.StateProcessor
-
Packages that use StateProcessor Package Description net.sf.tweety.arg.adf.reasoner.sat net.sf.tweety.arg.adf.reasoner.sat.processor -
-
Uses of StateProcessor in net.sf.tweety.arg.adf.reasoner.sat
Methods in net.sf.tweety.arg.adf.reasoner.sat with parameters of type StateProcessor Modifier and Type Method Description Pipeline.BuilderPipeline.Builder. addStateProcessor(StateProcessor stateProcessor) -
Uses of StateProcessor in net.sf.tweety.arg.adf.reasoner.sat.processor
Classes in net.sf.tweety.arg.adf.reasoner.sat.processor that implement StateProcessor Modifier and Type Class Description classKBipolarStateProcessorclassRelativeKBipolarStateProcessorDecides if an ADF becomes k-bipolar relative to some truth assignments.Methods in net.sf.tweety.arg.adf.reasoner.sat.processor that return StateProcessor Modifier and Type Method Description static StateProcessorRelativeKBipolarStateProcessor. absoluteBounded(int k, Ordering<Argument> ordering, IncrementalSatSolver solver)static StateProcessorRelativeKBipolarStateProcessor. relativeBounded(double l, int k, Ordering<Argument> ordering, IncrementalSatSolver solver)
-