Uses of Class
net.sf.tweety.agents.dialogues.oppmodels.T3BeliefState
-
Packages that use T3BeliefState Package Description net.sf.tweety.agents.dialogues.oppmodels -
-
Uses of T3BeliefState in net.sf.tweety.agents.dialogues.oppmodels
Methods in net.sf.tweety.agents.dialogues.oppmodels with parameters of type T3BeliefState Modifier and Type Method Description int
T3BeliefState. compareTo(T3BeliefState arg0)
Constructor parameters in net.sf.tweety.agents.dialogues.oppmodels with type arguments of type T3BeliefState Constructor Description T3BeliefState(Extension knownArguments, UtilityFunction<Argument,Extension> utilityFunction, java.util.Set<Argument> virtualArguments, java.util.Set<Attack> virtualAttacks, RecognitionFunction rec, ProbabilityFunction<T3BeliefState> prob)
Creates a new T3-belief-state with the given parameters.
-