Uses of Interface
org.tweetyproject.arg.adf.syntax.pl.Clause
- 
Packages that use Clause Package Description org.tweetyproject.arg.adf.reasoner.sat.encodings org.tweetyproject.arg.adf.sat org.tweetyproject.arg.adf.syntax.pl  - 
- 
Uses of Clause in org.tweetyproject.arg.adf.reasoner.sat.encodings
Methods in org.tweetyproject.arg.adf.reasoner.sat.encodings that return types with arguments of type Clause Modifier and Type Method Description default java.util.Collection<Clause>SatEncoding. encode(PropositionalMapping mapping, AbstractDialecticalFramework adf)Method parameters in org.tweetyproject.arg.adf.reasoner.sat.encodings with type arguments of type Clause Modifier and Type Method Description voidBipolarSatEncoding. encode(java.util.function.Consumer<Clause> consumer, PropositionalMapping mapping, AbstractDialecticalFramework adf)voidConflictFreeInterpretationSatEncoding. encode(java.util.function.Consumer<Clause> consumer, PropositionalMapping context, AbstractDialecticalFramework adf)voidFixPartialSatEncoding. encode(java.util.function.Consumer<Clause> consumer, PropositionalMapping context, AbstractDialecticalFramework adf)voidKBipolarSatEncoding. encode(java.util.function.Consumer<Clause> consumer, PropositionalMapping mapping, AbstractDialecticalFramework adf)voidLargerInterpretationSatEncoding. encode(java.util.function.Consumer<Clause> consumer, PropositionalMapping context, AbstractDialecticalFramework adf)voidRefineLargerSatEncoding. encode(java.util.function.Consumer<Clause> consumer, PropositionalMapping context, AbstractDialecticalFramework adf)voidRefineUnequalSatEncoding. encode(java.util.function.Consumer<Clause> consumer, PropositionalMapping context, AbstractDialecticalFramework adf)voidRelativeBipolarSatEncoding. encode(java.util.function.Consumer<Clause> consumer, PropositionalMapping mapping, AbstractDialecticalFramework adf)voidRelativeKBipolarSatEncoding. encode(java.util.function.Consumer<Clause> consumer, PropositionalMapping mapping, AbstractDialecticalFramework adf)Deprecated.default voidSatEncoding. encode(java.util.Collection<Clause> collection, PropositionalMapping mapping, AbstractDialecticalFramework adf)voidSatEncoding. encode(java.util.function.Consumer<Clause> consumer, PropositionalMapping mapping, AbstractDialecticalFramework adf)voidTwoValuedModelSatEncoding. encode(java.util.function.Consumer<Clause> consumer, PropositionalMapping mapping, AbstractDialecticalFramework adf)voidVerifyAdmissibleSatEncoding. encode(java.util.function.Consumer<Clause> consumer, PropositionalMapping context, AbstractDialecticalFramework adf)voidVerifyAdmissibleSatEncoding. encode(java.util.function.Consumer<Clause> consumer, PropositionalMapping context, AbstractDialecticalFramework adf, Atom toggle) - 
Uses of Clause in org.tweetyproject.arg.adf.sat
Methods in org.tweetyproject.arg.adf.sat with parameters of type Clause Modifier and Type Method Description booleanAsynchronousCloseSatSolverState. add(Clause clause)booleanAsynchronousSatSolverState. add(Clause clause)booleanSatSolverState. add(Clause clause)Adds the given clause to the solver state. - 
Uses of Clause in org.tweetyproject.arg.adf.syntax.pl
Methods in org.tweetyproject.arg.adf.syntax.pl that return Clause Modifier and Type Method Description static ClauseClause. lazyMapping(Clause clause, java.util.function.Function<Literal,Literal> mapping)static ClauseClause. of()static ClauseClause. of(java.util.Collection<? extends Literal> literals, Literal... additional)static ClauseClause. of(java.util.Set<Literal> literals)static ClauseClause. of(Clause clause, Literal... additional)static ClauseClause. of(Literal l)static ClauseClause. of(Literal l1, Literal l2)static ClauseClause. of(Literal l1, Literal l2, Literal l3) 
 -