Uses of Interface
net.sf.tweety.arg.adf.reasoner.sat.processor.InterpretationProcessor
-
Packages that use InterpretationProcessor Package Description net.sf.tweety.arg.adf.reasoner.sat net.sf.tweety.arg.adf.reasoner.sat.processor -
-
Uses of InterpretationProcessor in net.sf.tweety.arg.adf.reasoner.sat
Methods in net.sf.tweety.arg.adf.reasoner.sat with parameters of type InterpretationProcessor Modifier and Type Method Description Pipeline.BuilderPipeline.Builder. addCandidateProcessor(InterpretationProcessor candidateProcessor)Pipeline.BuilderPipeline.Builder. addModelProcessor(InterpretationProcessor modelProcessor) -
Uses of InterpretationProcessor in net.sf.tweety.arg.adf.reasoner.sat.processor
Classes in net.sf.tweety.arg.adf.reasoner.sat.processor that implement InterpretationProcessor Modifier and Type Class Description classMaximizeInterpretationProcessorMaximizes the given interpretation and afterwards restricts the search space from generating smaller ones.
-