Uses of Class
org.tweetyproject.agents.dialogues.oppmodels.T2BeliefState
Packages that use T2BeliefState
-
Uses of T2BeliefState in org.tweetyproject.agents.dialogues.oppmodels
Methods in org.tweetyproject.agents.dialogues.oppmodels that return T2BeliefStateModifier and TypeMethodDescriptionT3BeliefState.projectToT2BeliefState()
Returns a T2-belief state that is a projection of this belief state, i.e.Methods in org.tweetyproject.agents.dialogues.oppmodels with parameters of type T2BeliefStateConstructor parameters in org.tweetyproject.agents.dialogues.oppmodels with type arguments of type T2BeliefStateModifierConstructorDescriptionT2BeliefState
(Extension<DungTheory> knownArguments, UtilityFunction<Argument, Extension<DungTheory>> utilityFunction, ProbabilityFunction<T2BeliefState> prob) Creates a new T2-belief-state with the given parameters.