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)
double
GroundedGameUtilityFunction.getUtility(DialogueTrace<Argument,Extension> trace)
double
GroundedGameUtilityFunction.getUtility(DialogueTrace<Argument,Extension> 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> trace)
Updates the current belief state accordingly to the given dialogue trace.void
T1BeliefState.update(DialogueTrace<Argument,Extension> trace)
void
T2BeliefState.update(DialogueTrace<Argument,Extension> trace)
void
T3BeliefState.update(DialogueTrace<Argument,Extension> trace)