Uses of Interface
org.tweetyproject.arg.adf.syntax.pl.Clause
Packages that use Clause
Package
Description
-
Uses of Clause in org.tweetyproject.arg.adf.reasoner.sat.encodings
Method parameters in org.tweetyproject.arg.adf.reasoner.sat.encodings with type arguments of type ClauseModifier and TypeMethodDescriptionvoidEncodes the bipolar Abstract Dialectical Framework (ADF) into a set of SAT clauses.voidEncodes the conflict-free interpretation of the given ADF into a set of SAT clauses.voidConflictFreeInterpretationSatEncoding.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.voidFixPartialSatEncoding.encode(Consumer<Clause> consumer, Interpretation interpretation) voidEncodes the acceptance conditions of the arguments in the ADF into a SAT formula using a given consumer.voidLargerInterpretationSatEncoding.encode(Consumer<Clause> consumer, Interpretation interpretation) voidRefineLargerSatEncoding.encode(Consumer<Clause> consumer, Interpretation interpretation) voidRefineUnequalSatEncoding.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.voidRelativeSatEncoding.encode(Consumer<Clause> consumer, Interpretation interpretation) voidEncodes the restricted bipolar Abstract Dialectical Framework (ADF) into a set of SAT clauses based on the given partial interpretation.voidEncodes the bipolar Abstract Dialectical Framework (ADF) into a set of SAT clauses.voidEncodes the structure into a set of SAT clauses and provides them to the given consumer.voidEncodes the two-valued model of the ADF into a set of SAT clauses and provides them to the given consumer.voidTwoValuedModelSatEncoding.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. -
Uses of Clause in org.tweetyproject.arg.adf.reasoner.sat.processor
Method parameters in org.tweetyproject.arg.adf.reasoner.sat.processor with type arguments of type ClauseModifier and TypeMethodDescriptionvoidProcesses the state of the ADF and encodes the relationships into logical clauses.voidProcesses the SAT encodings for the restricted bipolar or k-bipolar frameworks.voidProcesses the current set of states and translates them intoClauseobjects. -
Uses of Clause in org.tweetyproject.arg.adf.sat
Methods in org.tweetyproject.arg.adf.sat with parameters of type Clause -
Uses of Clause in org.tweetyproject.arg.adf.sat.state
Methods in org.tweetyproject.arg.adf.sat.state with parameters of type Clause -
Uses of Clause in org.tweetyproject.arg.adf.syntax.pl
Methods in org.tweetyproject.arg.adf.syntax.pl that return ClauseModifier and TypeMethodDescriptionstatic ClauseClause.of()Creates a clause with no literals.static ClauseClause.of(Collection<? extends Literal> literals) Creates a clause from a collection of literals.static ClauseClause.of(Collection<? extends Literal> literals, Literal l) Creates a clause from a collection of literals and an additional literal.static ClauseClause.of(Collection<? extends Literal> literals, Literal l1, Literal l2) Creates a clause from a collection of literals and two additional literals.static ClauseCreates a clause from a collection of literals and three additional literals.static ClauseCreates a clause by extending an existing clause with an additional literal.static ClauseCreates a clause with a single literal.static ClauseCreates a clause with two literals.static ClauseCreates a clause with three literals.Methods in org.tweetyproject.arg.adf.syntax.pl with parameters of type Clause -
Uses of Clause in org.tweetyproject.arg.adf.transform
Classes in org.tweetyproject.arg.adf.transform that implement interfaces with type arguments of type ClauseModifier and TypeClassDescriptionfinal classTseitinTransformer classfinal classTseitinTransformer classMethods in org.tweetyproject.arg.adf.transform that return types with arguments of type ClauseMethod parameters in org.tweetyproject.arg.adf.transform with type arguments of type ClauseModifier and TypeMethodDescriptionTseitinTransformer.collect(AcceptanceCondition acc, Consumer<Clause> clauses)