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) Creates the admissible semantics for the given ADF.static SemanticsSemantics.complete(AbstractDialecticalFramework adf) Creates the complete semantics for the given ADF.static SemanticsSemantics.conflictFree(AbstractDialecticalFramework adf) Creates the conflict-free semantics for the given ADF.static SemanticsSemantics.ground(AbstractDialecticalFramework adf) Creates the grounded semantics for the given ADF.static SemanticsSemantics.model(AbstractDialecticalFramework adf) Creates the model semantics for the given ADF.static SemanticsSemantics.naive(AbstractDialecticalFramework adf) Creates the naive semantics for the given ADF.static SemanticsSemantics.preferred(AbstractDialecticalFramework adf) Creates the preferred semantics for the given ADF.Semantics.restrict(Interpretation partial) Returns a restricted version of this semantics.static SemanticsSemantics.stable(AbstractDialecticalFramework adf) Creates the stable semantics for the given 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)