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 voidvoidOroServer.reset()voidOroServer.runServer()voidOroServer.serverInitialization(Properties serverParameters) -
Uses of OntologyServerException in laas.openrobots.ontology.backends
Methods in laas.openrobots.ontology.backends that throw OntologyServerExceptionModifier and TypeMethodDescriptionvoidIOntologyBackend.clear(PartialStatement partialStmt) Remove all statements matching the partial statement.voidOpenRobotsOntology.clear(PartialStatement partialStmt) voidIOntologyBackend.clearEvent(IWatcher watcher) Removes one specific event watcher.voidOpenRobotsOntology.clearEvent(IWatcher watcher) voidIOntologyBackend.remove(com.hp.hpl.jena.rdf.model.Statement stmt) Deprecated.voidRemoves a set of statements from the ontology.voidOpenRobotsOntology.remove(com.hp.hpl.jena.rdf.model.Statement stmt) Deprecated.voidvoidSaves the in-memory ontology model to a RDF/XML file.voidOpenRobotsOntology.save()voidvoidUpdate the value of a property.void -
Uses of OntologyServerException in laas.openrobots.ontology.exceptions
Subclasses of OntologyServerException in laas.openrobots.ontology.exceptionsModifier and TypeClassDescriptionclassclassclassclassclassclass -
Uses of OntologyServerException in laas.openrobots.ontology.helpers
Methods in laas.openrobots.ontology.helpers that throw OntologyServerExceptionModifier and TypeMethodDescriptionstatic StringHelpers.cleanValue(String value) Remove leading and trailing quotes and whitespace if needed from a string and unescape escaped sequences.static <T> THelpers.deserialize(String val, Class<T> type) Deserializes a string received from a client to a Java native object.static voidHelpers.unescapeJava(Writer out, String str) Unescapes any Java literals found in theStringto aWriter.static StringHelpers.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 TypeMethodDescriptionvoidAlteriteModule.clearEvent(String agent, String eventId) voidAlteriteModule.clearForAgent(String id, Set<String> rawStmts) AlteriteModule.discriminateForAgent(String id, Set<String> rawConcepts) AlteriteModule.findForAgent(String id, String varName, Set<String> statements) voidAlteriteModule.removeForAgent(String id, Set<String> rawStmts) Deprecated.voidGeneric knowledge revision requestvoidvoidAlteriteModule.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 TypeMethodDescriptionvoidRemoves 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 callvoidDeprecated.voidUpdate 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 TypeMethodDescriptionvoidEventModule.clearEvent(String eventId) Removes one event trigger from the model.void
BaseModule.clear(Set)instead.