Uses of Interface
org.episteme.natural.computing.ai.agents.Environment
Packages that use Environment
Package
Description
Provides the
module.
invalid reference
org.episteme.core.computing.ai.simulation
-
Uses of Environment in org.episteme.natural.computing.ai.agents
Methods in org.episteme.natural.computing.ai.agents that return EnvironmentModifier and TypeMethodDescriptionAgent.getEnvironment()Helper to get the current environment this agent is in.Methods in org.episteme.natural.computing.ai.agents with parameters of type EnvironmentModifier and TypeMethodDescriptionvoidAgent.setEnvironment(Environment environment) Sets the environment for this agent. -
Uses of Environment in org.episteme.natural.computing.ai.agents.bdi
Fields in org.episteme.natural.computing.ai.agents.bdi declared as EnvironmentMethods in org.episteme.natural.computing.ai.agents.bdi that return EnvironmentMethods in org.episteme.natural.computing.ai.agents.bdi with parameters of type Environment -
Uses of Environment in org.episteme.natural.computing.ai.agents.providers
Classes in org.episteme.natural.computing.ai.agents.providers that implement EnvironmentModifier and TypeClassDescriptionclassAn Environment implementation that runs each agent on a Virtual Thread (Project Loom). -
Uses of Environment in org.episteme.natural.computing.ai.simulation
Methods in org.episteme.natural.computing.ai.simulation that return EnvironmentMethods in org.episteme.natural.computing.ai.simulation with parameters of type Environment