Uses of Class
net.sf.tweety.agents.dialogues.oppmodels.T3BeliefState
-
Packages that use T3BeliefState Package Description net.sf.tweety.agents.dialogues.oppmodels net.sf.tweety.agents.dialogues.oppmodels.sim -
-
Uses of T3BeliefState in net.sf.tweety.agents.dialogues.oppmodels
Fields in net.sf.tweety.agents.dialogues.oppmodels with type parameters of type T3BeliefState Modifier and Type Field Description private ProbabilityFunction<T3BeliefState>T3BeliefState. probThe probability function on opponent modelsMethods in net.sf.tweety.agents.dialogues.oppmodels with parameters of type T3BeliefState Modifier and Type Method Description intT3BeliefState. compareTo(T3BeliefState arg0)Constructor parameters in net.sf.tweety.agents.dialogues.oppmodels with type arguments of type T3BeliefState Constructor Description T3BeliefState(Extension knownArguments, UtilityFunction<Argument,Extension> utilityFunction, java.util.Set<Argument> virtualArguments, java.util.Set<Attack> virtualAttacks, RecognitionFunction rec, ProbabilityFunction<T3BeliefState> prob)Creates a new T3-belief-state with the given parameters. -
Uses of T3BeliefState in net.sf.tweety.agents.dialogues.oppmodels.sim
Methods in net.sf.tweety.agents.dialogues.oppmodels.sim that return T3BeliefState Modifier and Type Method Description private T3BeliefStateGroundedGameT3AgentGenerator. generateBeliefState(GroundedGameSystem mas, SimulationParameters params, int depth, Extension arguments, GroundedGameSystem.AgentFaction faction)Generates the (sub-)belief state of a T3-belief state.
-