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 TypeMethodDescriptionvoidAlteriteModule.addForAgent(String id, Set<String> rawStmts) Add statements in a specific agent cognitive model.voidAlteriteModule.addForAgent(String id, Set<String> rawStmts, String memProfile) Add statements in a specific agent cognitive model with a specific memory model.booleanAlteriteModule.checkConsistencyForAgent(String id) voidAlteriteModule.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) EventsbooleanAlteriteModule.safeAddForAgent(String id, Set<String> rawStmts) booleanAlteriteModule.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