Uses of Interface
org.episteme.natural.computing.ai.agents.Agent
Packages that use Agent
Package
Description
Provides the
module.
invalid reference
org.episteme.core.computing.ai.simulation
-
Uses of Agent in org.episteme.natural.computing.ai.agents
Methods in org.episteme.natural.computing.ai.agents that return AgentModifier and TypeMethodDescriptionBehavior.getAgent()Gets the agent this behavior belongs to.Finds an agent by its ID.Methods in org.episteme.natural.computing.ai.agents that return types with arguments of type AgentModifier and TypeMethodDescriptionEnvironment.getAgents()Returns a read-only view of all agents in the environment.Methods in org.episteme.natural.computing.ai.agents with parameters of type AgentModifier and TypeMethodDescriptionvoidRegisters an agent in this environment.voidBroadcasts a message (object payload) to all agents.voidInteracts with another agent.voidEnvironment.removeAgent(Agent agent) Removes an agent from this environment.voidSets the agent this behavior belongs to. -
Uses of Agent in org.episteme.natural.computing.ai.agents.bdi
Classes in org.episteme.natural.computing.ai.agents.bdi that implement AgentModifier and TypeClassDescriptionclassA base implementation of a BDI (Belief-Desire-Intention) Agent.Methods in org.episteme.natural.computing.ai.agents.bdi with parameters of type Agent -
Uses of Agent in org.episteme.natural.computing.ai.agents.providers
Methods in org.episteme.natural.computing.ai.agents.providers that return AgentMethods in org.episteme.natural.computing.ai.agents.providers that return types with arguments of type AgentMethods in org.episteme.natural.computing.ai.agents.providers with parameters of type Agent -
Uses of Agent in org.episteme.natural.computing.ai.agents.services
Methods in org.episteme.natural.computing.ai.agents.services that return types with arguments of type AgentModifier and TypeMethodDescriptionSearches for agents providing a specific service.Methods in org.episteme.natural.computing.ai.agents.services with parameters of type Agent -
Uses of Agent in org.episteme.natural.computing.ai.simulation
Classes in org.episteme.natural.computing.ai.simulation that implement AgentModifier and TypeClassDescriptionclassImplements an agent that flocks with other similar agents.Methods in org.episteme.natural.computing.ai.simulation that return AgentMethods in org.episteme.natural.computing.ai.simulation with parameters of type Agent