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 TypeMethodDescriptionvoid
void
void
ConflictFreeInterpretationSatEncoding.encode
(Consumer<Clause> consumer, Interpretation interpretation) void
FixPartialSatEncoding.encode
(Consumer<Clause> consumer, Interpretation interpretation) void
void
LargerInterpretationSatEncoding.encode
(Consumer<Clause> consumer, Interpretation interpretation) void
RefineLargerSatEncoding.encode
(Consumer<Clause> consumer, Interpretation interpretation) void
RefineUnequalSatEncoding.encode
(Consumer<Clause> consumer, Interpretation interpretation) void
RelativeSatEncoding.encode
(Consumer<Clause> consumer, Interpretation interpretation) void
void
void
void
void
TwoValuedModelSatEncoding.encode
(Consumer<Clause> consumer, Interpretation interpretation) -
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 Clause
Clause.of()
static Clause
Clause.of
(Collection<? extends Literal> literals) static Clause
Clause.of
(Collection<? extends Literal> literals, Literal l) static Clause
Clause.of
(Collection<? extends Literal> literals, Literal l1, Literal l2) static Clause
static Clause
static Clause
static Clause
static Clause
Methods 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)