Uses of Class
org.tweetyproject.agents.dialogues.oppmodels.T1BeliefState
- 
Packages that use T1BeliefState Package Description org.tweetyproject.agents.dialogues.oppmodels  - 
- 
Uses of T1BeliefState in org.tweetyproject.agents.dialogues.oppmodels
Methods in org.tweetyproject.agents.dialogues.oppmodels that return T1BeliefState Modifier and Type Method Description T1BeliefStateT2BeliefState. sampleT1BeliefState()Returns a T1-belief state that is a projection of this belief state, i.e.Constructors in org.tweetyproject.agents.dialogues.oppmodels with parameters of type T1BeliefState Constructor Description T1BeliefState(Extension knownArguments, UtilityFunction<Argument,Extension> utilityFunction, T1BeliefState oppModel)Creates a new T1-belief-state with the given parameters. 
 -