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 SemanticsSemantics.admissible(AbstractDialecticalFramework adf) static SemanticsSemantics.complete(AbstractDialecticalFramework adf) static SemanticsSemantics.conflictFree(AbstractDialecticalFramework adf) static SemanticsSemantics.ground(AbstractDialecticalFramework adf) static SemanticsSemantics.model(AbstractDialecticalFramework adf) static SemanticsSemantics.naive(AbstractDialecticalFramework adf) static SemanticsSemantics.preferred(AbstractDialecticalFramework adf) Semantics.restrict(Interpretation partial) static SemanticsSemantics.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)