Uses of Class
laas.openrobots.ontology.exceptions.AgentNotFoundException
Packages that use AgentNotFoundException
Package
Description
Allows explicit representation of other agents with independant models of
the world.
-
Uses of AgentNotFoundException in laas.openrobots.ontology.modules.alterite
Methods in laas.openrobots.ontology.modules.alterite that throw AgentNotFoundExceptionModifier and TypeMethodDescriptionvoid
AlteriteModule.addForAgent
(String id, Set<String> rawStmts) Add statements in a specific agent cognitive model.void
AlteriteModule.addForAgent
(String id, Set<String> rawStmts, String memProfile) Add statements in a specific agent cognitive model with a specific memory model.boolean
AlteriteModule.checkConsistencyForAgent
(String id) void
AlteriteModule.clearEventsForAgent
(String agent) AlteriteModule.discriminateForAgent
(String id, Set<String> rawConcepts) AlteriteModule.getInfosForAgent
(String id, String lex_resource) Returns the set of asserted and inferred statements whose the given node is part of, in the specifi agent model.AlteriteModule.lookupForAgent
(String agent_id, String id) AlteriteModule.registerEventForAgent
(String agent, String type, String triggeringType, String variable, List<String> pattern, IEventConsumer consumer) AlteriteModule.registerEventForAgent
(String agent, String type, String triggeringType, List<String> pattern, IEventConsumer consumer) Eventsboolean
AlteriteModule.safeAddForAgent
(String id, Set<String> rawStmts) boolean
AlteriteModule.safeAddForAgent
(String id, Set<String> rawStmts, String memProfile) Adds statements in a specific agent cognitive model with a specific memory model, but only if the statement doesn't cause any inconsistency.void