Uses of Class
net.sf.tweety.agents.dialogues.oppmodels.BeliefState
-
Packages that use BeliefState Package Description net.sf.tweety.agents.dialogues.oppmodels -
-
Uses of BeliefState in net.sf.tweety.agents.dialogues.oppmodels
Subclasses of BeliefState in net.sf.tweety.agents.dialogues.oppmodels Modifier and Type Class Description class
T1BeliefState
This belief state consists of a simple recursive opponent model.class
T2BeliefState
This belief state consists of a probability distribution over other opponent models.class
T3BeliefState
This belief state consists of a probability distribution over other opponent models with virtual arguments.Methods in net.sf.tweety.agents.dialogues.oppmodels that return BeliefState Modifier and Type Method Description BeliefState
ArguingAgent. getBeliefState()
Returns the belief state of the agent.Constructors in net.sf.tweety.agents.dialogues.oppmodels with parameters of type BeliefState Constructor Description ArguingAgent(GroundedGameSystem.AgentFaction faction, BeliefState beliefState)
Create a new agent with the given name and belief state.
-