Uses of Enum
org.tweetyproject.arg.dung.semantics.Semantics
Packages that use Semantics
Package
Description
-
Uses of Semantics in org.tweetyproject.agents.dialogues.examples
Fields in org.tweetyproject.agents.dialogues.examples declared as Semantics -
Uses of Semantics in org.tweetyproject.agents.dialogues.lotteries
Methods in org.tweetyproject.agents.dialogues.lotteries that return SemanticsMethods in org.tweetyproject.agents.dialogues.lotteries with parameters of type SemanticsModifier and TypeMethodDescriptionabstract doubleAbstractLotteryAgent.getUtility(DungTheory theory, Semantics semantics)Returns the utility of the agent wrt.doubleDummyLotteryAgent.getUtility(DungTheory theory, Semantics semantics)doubleProbabilisticLotteryAgent.getUtility(DungTheory theory, Semantics semantics)doubleRandomLotteryAgent.getUtility(DungTheory theory, Semantics semantics)doubleUtilityBasedLotteryAgent.getUtility(DungTheory theory, Semantics semantics)Constructors in org.tweetyproject.agents.dialogues.lotteries with parameters of type SemanticsModifierConstructorDescriptionAbstractLotteryAgent(String name, DungTheory theory, Semantics semantics)Creates a new lottery agentDummyLotteryAgent(String name, DungTheory theory, Semantics semantics)ProbabilisticLotteryAgent(String name, DungTheory theory, SubgraphProbabilityFunction prob, UtilityFunction util, Semantics semantics)Creates a new lottery agentProbabilisticLotteryAgent(String name, DungTheory theory, SubgraphProbabilityFunction prob, UtilityFunction util, Semantics semantics, byte updatestrategy)Creates a new lottery agentProbabilisticLotteryAgent(String name, DungTheory theory, SubgraphProbabilityFunction prob, UtilityFunction util, Semantics semantics, byte updatestrategy, double stickynesscoefficient)Creates a new lottery agentRandomLotteryAgent(String name, DungTheory theory, UtilityFunction util, Semantics semantics)Creates a new agent with the given name, theory, utility function and semanticsUtilityBasedLotteryAgent(String name, DungTheory theory, UtilityFunction util, Semantics semantics) -
Uses of Semantics in org.tweetyproject.agents.dialogues.lotteries.sim
Constructors in org.tweetyproject.agents.dialogues.lotteries.sim with parameters of type SemanticsModifierConstructorDescriptionLotteryGameGenerator(DungTheoryGenerator gen, Semantics semantics)Creates a new game generator.LotteryGameGenerator(DungTheoryGenerator gen, Semantics semantics, boolean ensureArg)Creates a new game generator. -
Uses of Semantics in org.tweetyproject.arg.aba.reasoner
Constructors in org.tweetyproject.arg.aba.reasoner with parameters of type Semantics -
Uses of Semantics in org.tweetyproject.arg.dung.divisions
Methods in org.tweetyproject.arg.dung.divisions with parameters of type SemanticsModifier and TypeMethodDescriptionDivision.getDividers(DungTheory theory, Semantics semantics)Returns the dividers for this division, i.e.static booleanDivision.isDisjoint(Collection<Division> divisions, DungTheory theory, Semantics semantics)Checks whether the given set o divisions is disjoint wrt.static booleanDivision.isExhaustive(Collection<Division> divisions, DungTheory theory, Semantics semantics)Checks whether the given set of divisions is exhaustive wrt. -
Uses of Semantics in org.tweetyproject.arg.dung.ldo.semantics
Constructors in org.tweetyproject.arg.dung.ldo.semantics with parameters of type SemanticsModifierConstructorDescriptionLdoInterpretation(DungTheory theory, Extension ext, Semantics semantics)Creates a new interpretationLdoInterpretation(DungTheory theory, Semantics semantics)Creates a new interpretation -
Uses of Semantics in org.tweetyproject.arg.dung.ldo.syntax
Methods in org.tweetyproject.arg.dung.ldo.syntax with parameters of type SemanticsModifier and TypeMethodDescriptionLdoFormula.getDividers(DungTheory theory, Semantics semantics)Returns the dividers for this formula, i.e. -
Uses of Semantics in org.tweetyproject.arg.dung.learning
Constructors in org.tweetyproject.arg.dung.learning with parameters of type SemanticsModifierConstructorDescriptionExampleFinder(Semantics semantics1, Semantics semantics2)initialize with two semantics and automatically find reasoners for them (if they exist)ExtendedExampleFinder(Semantics semantics1, Semantics semantics2, Semantics semantics3)initialize with three semantics and automatically find reasoners for them (if they exist)NiskanenTheorySynthesizer(Collection<Argument> args, Semantics semantics, String solverLocation)TheoryLearner(Collection<Argument> args, Semantics semantics, String solverLocation) -
Uses of Semantics in org.tweetyproject.arg.dung.reasoner
Methods in org.tweetyproject.arg.dung.reasoner that return SemanticsMethods in org.tweetyproject.arg.dung.reasoner with parameters of type SemanticsModifier and TypeMethodDescriptionstatic AbstractExtensionReasonerAbstractExtensionReasoner.getSimpleReasonerForSemantics(Semantics semantics)Creates a reasoner for the given semantics.Constructors in org.tweetyproject.arg.dung.reasoner with parameters of type SemanticsModifierConstructorDescriptionProboReasoner(String path_to_exec, Semantics semantics)Constructs a new instance of ProboReasonerProboReasoner(String path_to_exec, Semantics semantics, Shell bash)Constructs a new instance of ProboReasonerQualifiedReasoner(Semantics semantics)initialize reasoner with the given semantics as base function.SemiQualifiedReasoner(Semantics semantics)initialize reasoner with the given semantics as base function.StratifiedLabelingReasoner(Semantics semantics)Creates a new reasoner for the given semantics. -
Uses of Semantics in org.tweetyproject.arg.dung.semantics
Fields in org.tweetyproject.arg.dung.semantics declared as SemanticsModifier and TypeFieldDescriptionstatic SemanticsSemantics.ADMISSIBLE_SEMANTICSstatic SemanticsSemantics.CF2_SEMANTICSstatic SemanticsSemantics.COMPLETE_SEMANTICSstatic SemanticsSemantics.CONFLICTFREE_SEMANTICSstatic SemanticsSemantics.EAGER_SEMANTICSstatic SemanticsSemantics.GROUNDED_SEMANTICSstatic SemanticsSemantics.IDEAL_SEMANTICSstatic SemanticsSemantics.NAIVE_SEMANTICSstatic SemanticsSemantics.PREFERRED_SEMANTICSstatic SemanticsSemantics.SCF2_SEMANTICSstatic SemanticsSemantics.SEMISTABLE_SEMANTICSstatic SemanticsSemantics.STABLE_SEMANTICSstatic SemanticsSemantics.STAGE_SEMANTICSstatic SemanticsSemantics.STAGE2_SEMANTICSstatic SemanticsSemantics.WEAKLY_ADMISSIBLE_SEMANTICSMethods in org.tweetyproject.arg.dung.semantics that return Semantics -
Uses of Semantics in org.tweetyproject.arg.prob.lotteries
Methods in org.tweetyproject.arg.prob.lotteries that return SemanticsModifier and TypeMethodDescriptionArgumentationLottery.getSemantics()Returns the used semantics.LdoArgumentationLottery.getSemantics()Returns the used semantics.Methods in org.tweetyproject.arg.prob.lotteries with parameters of type SemanticsModifier and TypeMethodDescriptionSubgraphProbabilityFunction.getAcceptanceProbability(Division d, Semantics semantics)Returns the probability of the given division being acceptable wrt.SubgraphProbabilityFunction.getAcceptanceProbability(LdoFormula f, Semantics semantics)Returns the probability of the given formula being acceptable wrt.SubgraphProbabilityFunction.getAcceptanceProbability(Extension ext, Semantics semantics)Returns the probability of the given set of arguments being acceptable wrt.SubgraphProbabilityFunction.getAcceptanceProbability(Argument arg, Semantics semantics)Returns the probability of the given argument being acceptable wrt.LdoUtilityFunction.getUtility(DungTheory theory, Semantics semantics)Gets the utility of the given theory wrt.UtilityFunction.getUtility(DungTheory theory, Semantics semantics)Gets the utility of the given theory wrt.Constructors in org.tweetyproject.arg.prob.lotteries with parameters of type SemanticsModifierConstructorDescriptionArgumentationLottery(Collection<Division> divisions, SubgraphProbabilityFunction p, Semantics semantics)Creates a new lottery for the given set of divisions using the given probability function and semantics.LdoArgumentationLottery(Collection<LdoFormula> formulas, SubgraphProbabilityFunction p, Semantics semantics)Creates a new lottery for the given set of formulas using the given probability function and semantics. -
Uses of Semantics in org.tweetyproject.arg.prob.reasoner
Constructors in org.tweetyproject.arg.prob.reasoner with parameters of type SemanticsModifierConstructorDescriptionAbstractPafReasoner(Semantics semantics)Creates a new reasoner.MonteCarloPafReasoner(Semantics semantics, int numberOfTrials)Creates a new reasoner.SimplePafReasoner(Semantics semantics)Creates a new reasoner. -
Uses of Semantics in org.tweetyproject.arg.rankings.reasoner
Constructors in org.tweetyproject.arg.rankings.reasoner with parameters of type SemanticsModifierConstructorDescriptionProbabilisticRankingReasoner(Semantics sem, Probability p, boolean exactInference)Creates a new ProbabilisticRankingReasoner. -
Uses of Semantics in org.tweetyproject.arg.setaf.reasoners
Methods in org.tweetyproject.arg.setaf.reasoners with parameters of type SemanticsModifier and TypeMethodDescriptionAbstractExtensionSetAfReasoner.getSimpleReasonerForSemantics(Semantics semantics)Creates a reasoner for the given semantics.