Uses of Class
org.episteme.natural.computing.ai.agents.acl.ACLMessage
Packages that use ACLMessage
Package
Description
Provides the
module.
invalid reference
org.episteme.core.computing.ai.simulation
-
Uses of ACLMessage in org.episteme.natural.computing.ai.agents
Methods in org.episteme.natural.computing.ai.agents with parameters of type ACLMessageModifier and TypeMethodDescriptionvoidAgent.receive(ACLMessage message) Receives a message from the environment.voidEnvironment.send(ACLMessage message) Sends a directed ACL message. -
Uses of ACLMessage in org.episteme.natural.computing.ai.agents.acl
Methods in org.episteme.natural.computing.ai.agents.acl that return ACLMessageModifier and TypeMethodDescriptionACLMessage.createReply(Performative performative) Creates a reply to this message. -
Uses of ACLMessage in org.episteme.natural.computing.ai.agents.bdi
Methods in org.episteme.natural.computing.ai.agents.bdi with parameters of type ACLMessageModifier and TypeMethodDescriptionstatic BDIEventBDIEvent.message(ACLMessage msg) voidBDIAgent.receive(ACLMessage message) -
Uses of ACLMessage in org.episteme.natural.computing.ai.agents.providers
Methods in org.episteme.natural.computing.ai.agents.providers with parameters of type ACLMessage -
Uses of ACLMessage in org.episteme.natural.computing.ai.simulation
Methods in org.episteme.natural.computing.ai.simulation with parameters of type ACLMessage