Uses of Interface
org.tweetyproject.arg.adf.semantics.interpretation.Interpretation
Package
Description
-
Uses of Interpretation in org.tweetyproject.arg.adf.reasoner
Modifier and TypeMethodDescriptionAbstractDialecticalFrameworkReasoner.getModel
(AbstractDialecticalFramework adf) Deprecated, for removal: This API element is subject to removal in a future version.Modifier and TypeMethodDescriptionAbstractDialecticalFrameworkReasoner.getModels
(AbstractDialecticalFramework adf) Deprecated, for removal: This API element is subject to removal in a future version.AbstractDialecticalFrameworkReasoner.modelIterator
(AbstractDialecticalFramework adf) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of Interpretation in org.tweetyproject.arg.adf.reasoner.query
Modifier and TypeMethodDescriptionTaskStep.interpretation()
Return interpretationTaskStep.interpretations()
Return interpretations -
Uses of Interpretation in org.tweetyproject.arg.adf.reasoner.sat.decomposer
Modifier and TypeMethodDescriptionDecomposer.decompose
(int desired) Decomposes the framework or system into a collection ofInterpretation
objects based on the provided criterion. -
Uses of Interpretation in org.tweetyproject.arg.adf.reasoner.sat.encodings
Modifier and TypeMethodDescriptionvoid
ConflictFreeInterpretationSatEncoding.encode
(Consumer<Clause> consumer, Interpretation interpretation) Encodes the conflict-free interpretation of the given ADF into a set of SAT clauses based on the provided interpretation.void
FixPartialSatEncoding.encode
(Consumer<Clause> consumer, Interpretation interpretation) void
LargerInterpretationSatEncoding.encode
(Consumer<Clause> consumer, Interpretation interpretation) void
RefineLargerSatEncoding.encode
(Consumer<Clause> consumer, Interpretation interpretation) void
RefineUnequalSatEncoding.encode
(Consumer<Clause> consumer, Interpretation interpretation) Encodes the given interpretation into a set of SAT clauses that represent the refinement of the interpretation, ensuring that the resulting interpretation is not equal to the input interpretation.void
RelativeSatEncoding.encode
(Consumer<Clause> consumer, Interpretation interpretation) void
TwoValuedModelSatEncoding.encode
(Consumer<Clause> consumer, Interpretation interpretation) Encodes a specific two-valued interpretation of the ADF into a set of SAT clauses and provides them to the given consumer.ModifierConstructorDescriptionRestrictedBipolarSatEncoding
(AbstractDialecticalFramework adf, PropositionalMapping mapping, Interpretation partial) Constructs a new RestrictedBipolarSatEncoding for the given Abstract Dialectical Framework (ADF), propositional mapping, and partial interpretation.RestrictedKBipolarSatEncoding
(AbstractDialecticalFramework adf, PropositionalMapping mapping, Interpretation partial) Constructs a new RestrictedKBipolarSatEncoding with the specified Abstract Dialectical Framework, propositional mapping, and partial interpretation. -
Uses of Interpretation in org.tweetyproject.arg.adf.reasoner.sat.execution
-
Uses of Interpretation in org.tweetyproject.arg.adf.reasoner.sat.generator
Modifier and TypeMethodDescriptionAbstractCandidateGenerator.generate()
Generates a candidate interpretation by initializing the SAT solver state (if not already initialized) and delegating the generation to the abstractAbstractCandidateGenerator.generate(SatSolverState)
method.CandidateGenerator.generate()
Generates a new candidate interpretation.ConflictFreeGenerator.generate
(SatSolverState state) GroundGenerator.generate
(SatSolverState state) ModelGenerator.generate
(SatSolverState state) Modifier and TypeMethodDescriptionstatic CandidateGenerator
ConflictFreeGenerator.restricted
(AbstractDialecticalFramework adf, PropositionalMapping mapping, Interpretation partial, Supplier<SatSolverState> stateSupplier) Creates aCandidateGenerator
that computes conflict-free interpretations which are extensions of the provided partial interpretation.static CandidateGenerator
GroundGenerator.restricted
(AbstractDialecticalFramework adf, PropositionalMapping mapping, Interpretation prefix, Supplier<SatSolverState> stateSupplier) The resultingCandidateGenerator
only computes the ground interpretation if it extends the given prefix.static CandidateGenerator
ModelGenerator.restricted
(AbstractDialecticalFramework adf, PropositionalMapping mapping, Interpretation prefix, Supplier<SatSolverState> stateSupplier) Creates aCandidateGenerator
that computes two-valued model interpretations which are extensions of the provided prefix (partial interpretation). -
Uses of Interpretation in org.tweetyproject.arg.adf.reasoner.sat.processor
Modifier and TypeMethodDescriptionAdmissibleMaximizer.process
(Interpretation interpretation) ConflictFreeMaximizer.process
(Interpretation interpretation) Processes the given interpretation by maximizing it into a conflict-free interpretation.InterpretationProcessor.process
(Interpretation interpretation) Modifier and TypeMethodDescriptionAdmissibleMaximizer.process
(Interpretation interpretation) ConflictFreeMaximizer.process
(Interpretation interpretation) Processes the given interpretation by maximizing it into a conflict-free interpretation.InterpretationProcessor.process
(Interpretation interpretation) static InterpretationProcessor
AdmissibleMaximizer.restricted
(Supplier<SatSolverState> stateSupplier, AbstractDialecticalFramework adf, PropositionalMapping mapping, Interpretation prefix) static InterpretationProcessor
ConflictFreeMaximizer.restricted
(Supplier<SatSolverState> stateSupplier, AbstractDialecticalFramework adf, PropositionalMapping mapping, Interpretation prefix) Creates and returns a restrictedInterpretationProcessor
that maximizes interpretations based on a given partial interpretation (prefix).void
AdmissibleMaximizer.updateState
(SatSolverState state, Interpretation maximal) void
ConflictFreeMaximizer.updateState
(SatSolverState state, Interpretation maximal) Updates the SAT solver state to prevent smaller interpretations from being computed in the future.void
InterpretationProcessor.updateState
(SatSolverState state, Interpretation processed) ModifierConstructorDescriptionRestrictedKBipolarStateProcessor
(AbstractDialecticalFramework adf, PropositionalMapping mapping, Interpretation partial) Constructs aRestrictedKBipolarStateProcessor
with the given ADF, propositional mapping, and partial interpretation. -
Uses of Interpretation in org.tweetyproject.arg.adf.reasoner.sat.verifier
Modifier and TypeMethodDescriptionboolean
CompleteVerifier.verify
(Interpretation candidate) Verifies whether the given interpretation is a complete interpretation.boolean
NaiveVerifier.verify
(Interpretation interpretation) boolean
PreferredVerifier.verify
(Interpretation interpretation) Verifies whether the given interpretation is a preferred interpretation within the framework.boolean
StableVerifier.verify
(Interpretation candidate) boolean
Verifier.verify
(Interpretation interpretation) -
Uses of Interpretation in org.tweetyproject.arg.adf.semantics.interpretation
Modifier and TypeMethodDescriptionInterpretation.Builder.build()
static Interpretation
Interpretation.empty
(AbstractDialecticalFramework adf) static Interpretation
Interpretation.extend
(Interpretation toExtend, Argument argument, boolean value) Extends the given interpretation by deciding a currently undecided argument.static Interpretation
static Interpretation
Interpretation.fromSets
(Set<Argument> satisfied, Set<Argument> unsatisfied, Set<Argument> undecided) static Interpretation
Interpretation.fromSets
(Set<Argument> satisfied, Set<Argument> unsatisfied, AbstractDialecticalFramework adf) Interpretation fromSetsstatic Interpretation
Interpretation.fromWitness
(Set<Literal> witness, PropositionalMapping mapping) Constructs a three-valued ADF interpretation from a witness of a propositional sat encoding.InterpretationIterator.next()
TwoValuedInterpretationIterator.next()
static Interpretation
Interpretation.ofSatisfied
(Argument argument) static Interpretation
Interpretation.ofUndecided
(Argument argument) static Interpretation
Interpretation.ofUnsatisfied
(Argument argument) static Interpretation
Interpretation.partial
(Set<Argument> satisfied, Set<Argument> unsatisfied, AbstractDialecticalFramework adf) static Interpretation
Interpretation.restrict
(Interpretation interpretation, Collection<Argument> restriction) Creates a new interpretation with the same assignments as in the given interpretation, but only uses the arguments contained inrestriction
.static Interpretation
Interpretation.union
(Interpretation i1, Interpretation i2) Creates the union of two disjunct interpretations.Modifier and TypeMethodDescriptionstatic Iterator
<Interpretation> Interpretation.partials
(List<Argument> arguments, AbstractDialecticalFramework adf) Goes through all possible partial interpretations respecting the order of the given list of arguments.Modifier and TypeMethodDescriptionstatic boolean
Interpretation.equalsTwoValued
(Interpretation i1, Interpretation i2) Checks if, and only if, the two valued assignments for both of the interpretations are the same, ignores differences in the undecided assignments.static Interpretation
Interpretation.extend
(Interpretation toExtend, Argument argument, boolean value) Extends the given interpretation by deciding a currently undecided argument.default boolean
Interpretation.isStrictSubsetOf
(Interpretation superset) default boolean
Interpretation.isStrictSupersetOf
(Interpretation subset) default boolean
Interpretation.isSubsetOf
(Interpretation superset) default boolean
Interpretation.isSupersetOf
(Interpretation subset) static Interpretation
Interpretation.restrict
(Interpretation interpretation, Collection<Argument> restriction) Creates a new interpretation with the same assignments as in the given interpretation, but only uses the arguments contained inrestriction
.Interpretation.toMap
(Interpretation interpretation) static Interpretation
Interpretation.union
(Interpretation i1, Interpretation i2) Creates the union of two disjunct interpretations. -
Uses of Interpretation in org.tweetyproject.arg.adf.semantics.link
Modifier and TypeMethodDescriptionLinkStrategy.compute
(Argument parent, AcceptanceCondition childAcc, Interpretation assumption) Computes the type of link between a parent argument and its child's acceptance condition, taking into account an additional assumption.SatLinkStrategy.compute
(Argument parent, AcceptanceCondition childAcc, Interpretation assumption) -
Uses of Interpretation in org.tweetyproject.arg.adf.transform
-
Uses of Interpretation in org.tweetyproject.arg.adf.util
Modifier and TypeMethodDescriptionExcludeSubinterpretationsIterator.next()
ExcludeTwoValuedSubinterpretationsIterator.next()
Modifier and TypeMethodDescriptionboolean
InterpretationTrieSet.add
(Interpretation e) Deprecated.InterpretationTrieSet.orderedDecided
(Interpretation interpretation, Argument[] order) Deprecated.Returns a list of arguments that are decided in the given interpretation, ordered according to the specified array.ModifierConstructorDescriptionExcludeSubinterpretationsIterator
(List<Interpretation> interpretations) Constructs a newExcludeSubinterpretationsIterator
that iterates over a list of interpretations, excluding subinterpretations according to a specific order and structure.ExcludeTwoValuedSubinterpretationsIterator
(List<Interpretation> interpretations) Constructs a newExcludeTwoValuedSubinterpretationsIterator
that iterates over a list of interpretations, excluding two-valued subinterpretations according to a specific order and structure.InterpretationTrieSet
(List<Interpretation> interpretations) Deprecated.Constructs anInterpretationTrieSet
and populates it with the given list of interpretations.