Uses of Interface
org.tweetyproject.arg.adf.reasoner.sat.processor.InterpretationProcessor
Packages that use InterpretationProcessor
Package
Description
-
Uses of InterpretationProcessor in org.tweetyproject.arg.adf.reasoner.sat.execution
Methods in org.tweetyproject.arg.adf.reasoner.sat.execution that return types with arguments of type InterpretationProcessorModifier and TypeMethodDescriptionSemantics.createUnverifiedProcessor(Supplier<SatSolverState> stateSupplier) Is applied to interpretations before they are verified.Semantics.createVerifiedProcessor(Supplier<SatSolverState> stateSupplier) Is applied to interpretations after they are verified. -
Uses of InterpretationProcessor in org.tweetyproject.arg.adf.reasoner.sat.processor
Classes in org.tweetyproject.arg.adf.reasoner.sat.processor that implement InterpretationProcessorModifier and TypeClassDescriptionclassMaximizes a given interpretation, but only counts admissible interpretations as larger.classTheConflictFreeMaximizeris an abstract class responsible for maximizing conflict-free interpretations in an abstract dialectical framework (ADF).Methods in org.tweetyproject.arg.adf.reasoner.sat.processor that return InterpretationProcessorModifier and TypeMethodDescriptionstatic InterpretationProcessorAdmissibleMaximizer.restricted(Supplier<SatSolverState> stateSupplier, AbstractDialecticalFramework adf, PropositionalMapping mapping, Interpretation prefix) static InterpretationProcessorConflictFreeMaximizer.restricted(Supplier<SatSolverState> stateSupplier, AbstractDialecticalFramework adf, PropositionalMapping mapping, Interpretation prefix) Creates and returns a restrictedInterpretationProcessorthat maximizes interpretations based on a given partial interpretation (prefix).static InterpretationProcessorAdmissibleMaximizer.unrestricted(Supplier<SatSolverState> stateSupplier, AbstractDialecticalFramework adf, PropositionalMapping mapping) static InterpretationProcessorConflictFreeMaximizer.unrestricted(Supplier<SatSolverState> stateSupplier, AbstractDialecticalFramework adf, PropositionalMapping mapping) Creates and returns an unrestrictedInterpretationProcessorthat maximizes interpretations without any restrictions on the partial interpretation.