Uses of Class
net.sf.tweety.agents.dialogues.oppmodels.T2BeliefState
-
Packages that use T2BeliefState Package Description net.sf.tweety.agents.dialogues.oppmodels -
-
Uses of T2BeliefState in net.sf.tweety.agents.dialogues.oppmodels
Methods in net.sf.tweety.agents.dialogues.oppmodels that return T2BeliefState Modifier and Type Method Description T2BeliefState
T3BeliefState. projectToT2BeliefState()
Returns a T2-belief state that is a projection of this belief state, i.e.Methods in net.sf.tweety.agents.dialogues.oppmodels with parameters of type T2BeliefState Modifier and Type Method Description int
T2BeliefState. compareTo(T2BeliefState arg0)
Constructor parameters in net.sf.tweety.agents.dialogues.oppmodels with type arguments of type T2BeliefState Constructor Description T2BeliefState(Extension knownArguments, UtilityFunction<Argument,Extension> utilityFunction, ProbabilityFunction<T2BeliefState> prob)
Creates a new T2-belief-state with the given parameters.
-