Uses of Interface
net.sf.tweety.arg.adf.reasoner.processor.InterpretationProcessor
-
Packages that use InterpretationProcessor Package Description net.sf.tweety.arg.adf.reasoner net.sf.tweety.arg.adf.reasoner.processor -
-
Uses of InterpretationProcessor in net.sf.tweety.arg.adf.reasoner
Fields in net.sf.tweety.arg.adf.reasoner with type parameters of type InterpretationProcessor Modifier and Type Field Description private java.util.Queue<InterpretationProcessor<S>>Pipeline.Builder. candidateProcessorsprivate java.util.Queue<InterpretationProcessor<S>>Pipeline. candidateProcessorsprivate java.util.Set<InterpretationProcessor<S>>Pipeline.Builder. isolatedCandidateProcessorprivate java.util.Set<InterpretationProcessor<S>>Pipeline. isolatedCandidateProcessorsprivate java.util.Set<InterpretationProcessor<S>>Pipeline.Builder. isolatedModelProcessorprivate java.util.Set<InterpretationProcessor<S>>Pipeline. isolatedModelProcessorsprivate java.util.Queue<InterpretationProcessor<S>>Pipeline.Builder. modelProcessorsprivate java.util.Queue<InterpretationProcessor<S>>Pipeline. modelProcessorsMethods in net.sf.tweety.arg.adf.reasoner with parameters of type InterpretationProcessor Modifier and Type Method Description Pipeline.Builder<S>Pipeline.Builder. addCandidateProcessor(InterpretationProcessor<S> candidateProcessor, boolean isolated)Pipeline.Builder<S>Pipeline.Builder. addModelProcessor(InterpretationProcessor<S> modelProcessor, boolean isolated)Method parameters in net.sf.tweety.arg.adf.reasoner with type arguments of type InterpretationProcessor Modifier and Type Method Description private InterpretationPipeline. process(java.util.Queue<InterpretationProcessor<S>> processors, java.util.Set<InterpretationProcessor<S>> isolated, S state, Interpretation interpretation, AbstractDialecticalFramework adf)private InterpretationPipeline. process(java.util.Queue<InterpretationProcessor<S>> processors, java.util.Set<InterpretationProcessor<S>> isolated, S state, Interpretation interpretation, AbstractDialecticalFramework adf) -
Uses of InterpretationProcessor in net.sf.tweety.arg.adf.reasoner.processor
Classes in net.sf.tweety.arg.adf.reasoner.processor that implement InterpretationProcessor Modifier and Type Class Description classSatMaximizeInterpretationProcessorMaximizes the given interpretation and afterwards restricts the search space from generating smaller ones.classSatPartialKBipolarInterpretationProcessor
-