Uses of Interface
org.tweetyproject.agents.Environment
-
Packages that use Environment Package Description org.tweetyproject.agents org.tweetyproject.agents.dialogues org.tweetyproject.agents.dialogues.oppmodels -
-
Uses of Environment in org.tweetyproject.agents
Methods in org.tweetyproject.agents that return Environment Modifier and Type Method Description EnvironmentMultiAgentSystem. getEnvironment()Returns the environment of this multi-agent system.Constructors in org.tweetyproject.agents with parameters of type Environment Constructor Description MultiAgentSystem(Environment environment)Creates a new empty multi-agent system with the given environment.MultiAgentSystem(Environment environment, java.util.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 Environment Modifier and Type Class Description classArgumentationEnvironmentThis class models the environment for agents in argumentation games.classLotteryArgumentationEnvironmentThis 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 Environment Modifier and Type Class Description classDeductiveEnvironmentThis class models the environment for agents in a game of deductive argumentation.
-