Class T3Configuration
- java.lang.Object
-
- net.sf.tweety.agents.dialogues.oppmodels.sim.BeliefStateConfiguration
-
- net.sf.tweety.agents.dialogues.oppmodels.sim.T2Configuration
-
- net.sf.tweety.agents.dialogues.oppmodels.sim.T3Configuration
-
public class T3Configuration extends T2Configuration
This class encapsulates configuration options for generating T3 belief states. For simplicity we only consider the case that no more than one virtual argument is mapped to a real one.- Author:
- Matthias Thimm
-
-
Field Summary
Fields Modifier and Type Field Description double
percentageVirtualArguments
The percentage of virtual arguments in the view of an agent.double
percentageVirtualAttacks
The percentage of attacks a virtual argument retains from the original attacks.-
Fields inherited from class net.sf.tweety.agents.dialogues.oppmodels.sim.T2Configuration
maxRecursionWidth
-
Fields inherited from class net.sf.tweety.agents.dialogues.oppmodels.sim.BeliefStateConfiguration
maxRecursionDepth, probRecursionDecay
-
-
Constructor Summary
Constructors Constructor Description T3Configuration()
-
-
-
Method Detail
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classT2Configuration
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in classT2Configuration
-
-