Uses of Class
org.tweetyproject.arg.saf.syntax.StructuredArgumentationFramework
Packages that use StructuredArgumentationFramework
Package
Description
-
Uses of StructuredArgumentationFramework in org.tweetyproject.agents.dialogues.structured
Modifier and TypeClassDescriptionclassThis class packs a structured argumentation framework into a perceivable object.Constructors in org.tweetyproject.agents.dialogues.structured with parameters of type StructuredArgumentationFrameworkModifierConstructorDescriptionCautiousArgumentationAgent(StructuredArgumentationFramework view, UtilityFunction utility, boolean isSingleStep, Proposition focalElement) Creates a new agent with the given (local) view and utility function.CautiousArgumentationAgent(StructuredArgumentationFramework view, UtilityFunction utility, Proposition focalElement) Creates a new (non-single-step) agent with the given (local) view and utility function.OvercautiousArgumentationAgent(StructuredArgumentationFramework view, UtilityFunction utility, boolean isSingleStep, Proposition focalElement) Creates a new agent with the given (local) view and utility function.OvercautiousArgumentationAgent(StructuredArgumentationFramework view, UtilityFunction utility, Proposition focalElement) Creates a new (non-single-step) agent with the given (local) view and utility function.SasAgent(StructuredArgumentationFramework view, UtilityFunction utility) Creates a new (non-single-step) SasAgent with the given (local) view and utility function.SasAgent(StructuredArgumentationFramework view, UtilityFunction utility, boolean isSingleStep) Creates a new SasAgent with the given (local) view and utility function.Creates a new (non-single-step) agent with the given (local) view and utility function.TruthfulArgumentationAgent(StructuredArgumentationFramework view, UtilityFunction utility, boolean isSingleStep) Creates a new agent with the given (local) view and utility function. -
Uses of StructuredArgumentationFramework in org.tweetyproject.arg.saf.reasoner
Classes in org.tweetyproject.arg.saf.reasoner that implement interfaces with type arguments of type StructuredArgumentationFrameworkModifier and TypeClassDescriptionclassThis class models an abstract reasoner for structured argumentation frameworks.Methods in org.tweetyproject.arg.saf.reasoner with parameters of type StructuredArgumentationFrameworkModifier and TypeMethodDescriptionOutputReasoner.getOutput(StructuredArgumentationFramework saf) Returns the output this reasoner bases upon.OutputReasoner.query(StructuredArgumentationFramework beliefbase, Proposition formula) -
Uses of StructuredArgumentationFramework in org.tweetyproject.arg.saf.syntax
Methods in org.tweetyproject.arg.saf.syntax with parameters of type StructuredArgumentationFrameworkModifier and TypeMethodDescriptionbooleanArgumentStructure.attacks(ArgumentStructure other, StructuredArgumentationFramework saf) Checks whether this argument structure attacks the other argument structure, i.e.booleanArgumentStructure.isValid(StructuredArgumentationFramework saf) Checks whether this argument structure is valid wrt. -
Uses of StructuredArgumentationFramework in org.tweetyproject.arg.saf.util
Subclasses with type arguments of type StructuredArgumentationFramework in org.tweetyproject.arg.saf.utilModifier and TypeClassDescriptionclassThis class implements a belief base sampler for structured argumentation frameworks.Methods in org.tweetyproject.arg.saf.util that return StructuredArgumentationFramework