Uses of Interface
net.sf.tweety.agents.Environment
-
Packages that use Environment Package Description net.sf.tweety.agents -
-
Uses of Environment in net.sf.tweety.agents
Methods in net.sf.tweety.agents that return Environment Modifier and Type Method Description EnvironmentMultiAgentSystem. getEnvironment()Returns the environment of this multi-agent system.Constructors in net.sf.tweety.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, Collection<? extends T> agents)Creates a new multi-agent system with the given collection of agents.
-