Uses of Class
org.tweetyproject.agents.dialogues.DialogueTrace
Packages that use DialogueTrace
-
Uses of DialogueTrace in org.tweetyproject.agents.dialogues
Methods in org.tweetyproject.agents.dialogues that return DialogueTraceModifier and TypeMethodDescriptionDialogueTrace<S,T>DialogueTrace.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
Methods in org.tweetyproject.agents.dialogues.oppmodels that return DialogueTraceModifier and TypeMethodDescriptionDeductiveEnvironment.getDialogueTrace()Returns the current dialogue trace.Methods in org.tweetyproject.agents.dialogues.oppmodels with parameters of type DialogueTraceModifier and TypeMethodDescriptionT1BeliefState.doMove(ArgumentationEnvironment env, DialogueTrace<Argument,Extension> trace)doubleGroundedGameUtilityFunction.getUtility(DialogueTrace<Argument,Extension> trace)doubleGroundedGameUtilityFunction.getUtility(DialogueTrace<Argument,Extension> trace, Set<Argument> additionalArguments, Set<Attack> additionalAttacks)abstract doubleUtilityFunction.getUtility(DialogueTrace<S,T> t)Gives the utility of the given dialogue trace.abstract doubleUtilityFunction.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 voidBeliefState.update(DialogueTrace<Argument,Extension> trace)Updates the current belief state accordingly to the given dialogue trace.voidT1BeliefState.update(DialogueTrace<Argument,Extension> trace)voidT2BeliefState.update(DialogueTrace<Argument,Extension> trace)voidT3BeliefState.update(DialogueTrace<Argument,Extension> trace)