Uses of Interface
org.tweetyproject.agents.dialogues.structured.UtilityFunction
-
Uses of UtilityFunction in org.tweetyproject.agents.dialogues.structured
Modifier and TypeClassDescriptionclass
This class represents a counting utility function, i.e.class
This class represents an indicator utility function, i.e.class
This class represents a multiple indicator utility function, i.e.ModifierConstructorDescriptionCautiousArgumentationAgent
(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.