Uses of Interface
org.tweetyproject.agents.Environment
Packages that use Environment
Package
Description
-
Uses of Environment in org.tweetyproject.agents
Methods in org.tweetyproject.agents that return EnvironmentModifier and TypeMethodDescriptionMultiAgentSystem.getEnvironment()
Returns the environment of this multi-agent system.Constructors in org.tweetyproject.agents with parameters of type EnvironmentModifierConstructorDescriptionMultiAgentSystem
(Environment environment) Creates a new empty multi-agent system with the given environment.MultiAgentSystem
(Environment environment, Collection<? extends T> agents) Creates a new multi-agent system with the given collection of agents. -
Uses of Environment in org.tweetyproject.agents.dialogues
Classes in org.tweetyproject.agents.dialogues that implement EnvironmentModifier and TypeClassDescriptionclass
This class models the environment for agents in argumentation games.class
This class models the environment for agents in argumentation games with lotteries. -
Uses of Environment in org.tweetyproject.agents.dialogues.oppmodels
Classes in org.tweetyproject.agents.dialogues.oppmodels that implement EnvironmentModifier and TypeClassDescriptionclass
This class models the environment for agents in a game of deductive argumentation.