Class T1Configuration
java.lang.Object
org.tweetyproject.agents.dialogues.oppmodels.sim.BeliefStateConfiguration
org.tweetyproject.agents.dialogues.oppmodels.sim.T1Configuration
This class encapsulates configuration options for generating
T1 belief states.
- Author:
- Matthias Thimm
-
Field Summary
Modifier and TypeFieldDescriptionboolean
this parameter indicates whether the nested model is correct wrt.Fields inherited from class org.tweetyproject.agents.dialogues.oppmodels.sim.BeliefStateConfiguration
maxRecursionDepth, probRecursionDecay
-
Constructor Summary
-
Method Summary
-
Field Details
-
oppModelCorrect
public boolean oppModelCorrectthis parameter indicates whether the nested model is correct wrt. the other agent.
-
-
Constructor Details
-
T1Configuration
public T1Configuration()Default Constructor
-
-
Method Details
-
hashCode
public int hashCode()- Overrides:
hashCode
in classBeliefStateConfiguration
-
equals
- Overrides:
equals
in classBeliefStateConfiguration
-