Uses of Interface
org.tweetyproject.arg.adf.reasoner.sat.execution.Semantics
Packages that use Semantics
Package
Description
-
Uses of Semantics in org.tweetyproject.arg.adf.reasoner.query
Methods in org.tweetyproject.arg.adf.reasoner.query with parameters of type SemanticsModifier and TypeMethodDescriptionReturn custom -
Uses of Semantics in org.tweetyproject.arg.adf.reasoner.sat.execution
Methods in org.tweetyproject.arg.adf.reasoner.sat.execution that return SemanticsModifier and TypeMethodDescriptionstatic Semantics
Semantics.admissible
(AbstractDialecticalFramework adf) static Semantics
Semantics.complete
(AbstractDialecticalFramework adf) static Semantics
Semantics.conflictFree
(AbstractDialecticalFramework adf) static Semantics
Semantics.ground
(AbstractDialecticalFramework adf) static Semantics
Semantics.model
(AbstractDialecticalFramework adf) static Semantics
Semantics.naive
(AbstractDialecticalFramework adf) static Semantics
Semantics.preferred
(AbstractDialecticalFramework adf) Semantics.restrict
(Interpretation partial) static Semantics
Semantics.stable
(AbstractDialecticalFramework adf) Constructors in org.tweetyproject.arg.adf.reasoner.sat.execution with parameters of type SemanticsModifierConstructorDescriptionParallelExecution
(Semantics semantics, IncrementalSatSolver satSolver, int parallelism) SequentialExecution
(Semantics semantics, IncrementalSatSolver satSolver)