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 TypeMethodDescriptionvoidvoidvoidConflictFreeInterpretationSatEncoding.encode(Consumer<Clause> consumer, Interpretation interpretation)voidFixPartialSatEncoding.encode(Consumer<Clause> consumer, Interpretation interpretation)voidvoidLargerInterpretationSatEncoding.encode(Consumer<Clause> consumer, Interpretation interpretation)voidRefineLargerSatEncoding.encode(Consumer<Clause> consumer, Interpretation interpretation)voidRefineUnequalSatEncoding.encode(Consumer<Clause> consumer, Interpretation interpretation)voidvoidRelativeSatEncoding.encode(Consumer<Clause> consumer, Interpretation interpretation)voidvoidvoidTwoValuedModelSatEncoding.encode(Consumer<Clause> consumer, Interpretation interpretation) -
Uses of Clause in org.tweetyproject.arg.adf.reasoner.sat.execution
Methods in org.tweetyproject.arg.adf.reasoner.sat.execution with parameters of type ClauseModifier and TypeMethodDescriptionbooleanbooleanbooleanMethod parameters in org.tweetyproject.arg.adf.reasoner.sat.execution with type arguments of type ClauseModifier and TypeMethodDescriptionbooleanExecution.addClauses(Collection<? extends Clause> clauses)booleanParallelExecution.addClauses(Collection<? extends Clause> clauses)booleanSequentialExecution.addClauses(Collection<? extends Clause> clauses) -
Uses of Clause in org.tweetyproject.arg.adf.reasoner.sat.generator
Method parameters in org.tweetyproject.arg.adf.reasoner.sat.generator with type arguments of type Clause -
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 Clause -
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()static ClauseClause.of(Collection<? extends Literal> literals)static ClauseClause.of(Collection<? extends Literal> literals, Literal l)static ClauseClause.of(Collection<? extends Literal> literals, Literal l1, Literal l2)static Clausestatic Clausestatic Clausestatic Clausestatic ClauseMethods in org.tweetyproject.arg.adf.syntax.pl with parameters of type Clause -
Uses of Clause in org.tweetyproject.arg.adf.transform
Methods 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)