Uses of Class
laas.openrobots.ontology.exceptions.OntologyServerException
Packages that use OntologyServerException
Package
Description
Base package, that mainly stores the oro-server entry class,
OroServer
.Provides the actual underlying ontology-based storage.
Stores all the exceptions used by oro-server.
Allows explicit representation of other agents with independant models of
the world.
Provides the cognitive event manager module.
-
Uses of OntologyServerException in laas.openrobots.ontology
Methods in laas.openrobots.ontology that throw OntologyServerExceptionModifier and TypeMethodDescriptionstatic void
void
OroServer.reset()
void
OroServer.runServer()
void
OroServer.serverInitialization
(Properties serverParameters) -
Uses of OntologyServerException in laas.openrobots.ontology.backends
Methods in laas.openrobots.ontology.backends that throw OntologyServerExceptionModifier and TypeMethodDescriptionvoid
IOntologyBackend.clear
(PartialStatement partialStmt) Remove all statements matching the partial statement.void
OpenRobotsOntology.clear
(PartialStatement partialStmt) void
IOntologyBackend.clearEvent
(IWatcher watcher) Removes one specific event watcher.void
OpenRobotsOntology.clearEvent
(IWatcher watcher) void
IOntologyBackend.remove
(com.hp.hpl.jena.rdf.model.Statement stmt) Deprecated.void
Removes a set of statements from the ontology.void
OpenRobotsOntology.remove
(com.hp.hpl.jena.rdf.model.Statement stmt) Deprecated.void
void
Saves the in-memory ontology model to a RDF/XML file.void
OpenRobotsOntology.save()
void
void
Update the value of a property.void
-
Uses of OntologyServerException in laas.openrobots.ontology.exceptions
Subclasses of OntologyServerException in laas.openrobots.ontology.exceptionsModifier and TypeClassDescriptionclass
class
class
class
class
class
-
Uses of OntologyServerException in laas.openrobots.ontology.helpers
Methods in laas.openrobots.ontology.helpers that throw OntologyServerExceptionModifier and TypeMethodDescriptionstatic String
Helpers.cleanValue
(String value) Remove leading and trailing quotes and whitespace if needed from a string and unescape escaped sequences.static <T> T
Helpers.deserialize
(String val, Class<T> type) Deserializes a string received from a client to a Java native object.static void
Helpers.unescapeJava
(Writer out, String str) Unescapes any Java literals found in theString
to aWriter
.static String
Helpers.unescapeJava
(String str) Unescapes any Java literals found in theString
. -
Uses of OntologyServerException in laas.openrobots.ontology.modules.alterite
Methods in laas.openrobots.ontology.modules.alterite that throw OntologyServerExceptionModifier and TypeMethodDescriptionvoid
AlteriteModule.clearEvent
(String agent, String eventId) void
AlteriteModule.clearForAgent
(String id, Set<String> rawStmts) AlteriteModule.discriminateForAgent
(String id, Set<String> rawConcepts) AlteriteModule.findForAgent
(String id, String varName, Set<String> statements) void
AlteriteModule.removeForAgent
(String id, Set<String> rawStmts) Deprecated.void
Generic knowledge revision requestvoid
void
AlteriteModule.updateForAgent
(String id, Set<String> rawStmts) -
Uses of OntologyServerException in laas.openrobots.ontology.modules.base
Methods in laas.openrobots.ontology.modules.base that throw OntologyServerExceptionModifier and TypeMethodDescriptionvoid
Removes all statements matching any statements or partial statements in the provided set.Tries to identify a resource given a set of partially defined statements about this resource.
This is a simpler form forBaseModule.find(String, Set, Set)
, without filters.Tries to identify a resource given a set of partially defined statements (plus optional restrictions) about this resource.
First simple example:MapsIOntologyBackend.query(String, String)
into a RPC callvoid
Deprecated.void
Update the value of a property. -
Uses of OntologyServerException in laas.openrobots.ontology.modules.events
Methods in laas.openrobots.ontology.modules.events that throw OntologyServerExceptionModifier and TypeMethodDescriptionvoid
EventModule.clearEvent
(String eventId) Removes one event trigger from the model.void
BaseModule.clear(Set)
instead.