Uses of Class
org.tweetyproject.agents.dialogues.DialogueTrace
-
Uses of DialogueTrace in org.tweetyproject.agents.dialogues
Modifier and TypeMethodDescriptionDialogueTrace.addAndCopy
(T newMove) Returns a copy of this trace and adds the given move to this copy.ArgumentationEnvironment.getDialogueTrace()
Returns the current dialogue trace.LotteryArgumentationEnvironment.getDialogueTrace()
Returns the current dialogue trace. -
Uses of DialogueTrace in org.tweetyproject.agents.dialogues.oppmodels
Modifier and TypeMethodDescriptionDeductiveEnvironment.getDialogueTrace()
Returns the current dialogue trace.Modifier and TypeMethodDescriptionT1BeliefState.doMove
(ArgumentationEnvironment env, DialogueTrace<Argument, Extension<DungTheory>> trace) double
GroundedGameUtilityFunction.getUtility
(DialogueTrace<Argument, Extension<DungTheory>> trace) double
GroundedGameUtilityFunction.getUtility
(DialogueTrace<Argument, Extension<DungTheory>> trace, Set<Argument> additionalArguments, Set<Attack> additionalAttacks) abstract double
UtilityFunction.getUtility
(DialogueTrace<S, T> t) Gives the utility of the given dialogue trace.abstract double
UtilityFunction.getUtility
(DialogueTrace<S, T> t, Set<S> additionalArguments, Set<Attack> additionalAttacks) Gives the utility of the given dialogue trace that takes the additional arguments and attacks into account.abstract void
BeliefState.update
(DialogueTrace<Argument, Extension<DungTheory>> trace) Updates the current belief state accordingly to the given dialogue trace.void
T1BeliefState.update
(DialogueTrace<Argument, Extension<DungTheory>> trace) void
T2BeliefState.update
(DialogueTrace<Argument, Extension<DungTheory>> trace) void
T3BeliefState.update
(DialogueTrace<Argument, Extension<DungTheory>> trace)