Class T3Configuration
java.lang.Object
org.tweetyproject.agents.dialogues.oppmodels.sim.BeliefStateConfiguration
org.tweetyproject.agents.dialogues.oppmodels.sim.T2Configuration
org.tweetyproject.agents.dialogues.oppmodels.sim.T3Configuration
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
FieldsModifier and TypeFieldDescriptiondoubleThe percentage of virtual arguments in the view of an agent.doubleThe percentage of attacks a virtual argument retains from the original attacks.Fields inherited from class org.tweetyproject.agents.dialogues.oppmodels.sim.T2Configuration
maxRecursionWidthFields inherited from class org.tweetyproject.agents.dialogues.oppmodels.sim.BeliefStateConfiguration
maxRecursionDepth, probRecursionDecay - 
Constructor Summary
Constructors - 
Method Summary
 
- 
Field Details
- 
percentageVirtualArguments
public double percentageVirtualArgumentsThe percentage of virtual arguments in the view of an agent. - 
percentageVirtualAttacks
public double percentageVirtualAttacksThe percentage of attacks a virtual argument retains from the original attacks. 
 - 
 - 
Constructor Details
- 
T3Configuration
public T3Configuration() 
 - 
 - 
Method Details
- 
hashCode
public int hashCode()- Overrides:
 hashCodein classT2Configuration
 - 
equals
- Overrides:
 equalsin classT2Configuration
 
 -