Uses of Interface
laas.openrobots.ontology.service.IServiceProvider
Packages that use IServiceProvider
Package
Description
Base package, that mainly stores the oro-server entry class,
OroServer
.Provides the actual underlying ontology-based storage.
Allows explicit representation of other agents with independant models of
the world.
Provides methods to extract similarities, differences and categories from
a set of concepts.
Provides the cognitive event manager module.
-
Uses of IServiceProvider in laas.openrobots.ontology
Classes in laas.openrobots.ontology that implement IServiceProviderMethods in laas.openrobots.ontology with parameters of type IServiceProviderModifier and TypeMethodDescriptionvoid
OroServer.addNewServiceProviders
(IServiceProvider provider) -
Uses of IServiceProvider in laas.openrobots.ontology.backends
Subinterfaces of IServiceProvider in laas.openrobots.ontology.backendsModifier and TypeInterfaceDescriptioninterface
This interface describes the abstract behaviour of an ontology backend.Classes in laas.openrobots.ontology.backends that implement IServiceProviderModifier and TypeClassDescriptionclass
The OpenRobotsOntology class is the main storage backend for oro-server.
It maps useful methods for knowledge access in a robotic context to a Jena-bakedontology
.
Amongst other feature, it offers an easy way toinvalid reference
query
invalid reference
find
Examples covering the various aspects of the API can be found in the Unit Tests. -
Uses of IServiceProvider in laas.openrobots.ontology.modules
Methods in laas.openrobots.ontology.modules that return IServiceProviderModifier and TypeMethodDescriptionIModule.getServiceProvider()
A null return is expected if the module doesn't provide any RPC service to register. -
Uses of IServiceProvider in laas.openrobots.ontology.modules.alterite
Classes in laas.openrobots.ontology.modules.alterite that implement IServiceProviderMethods in laas.openrobots.ontology.modules.alterite that return IServiceProvider -
Uses of IServiceProvider in laas.openrobots.ontology.modules.base
Classes in laas.openrobots.ontology.modules.base that implement IServiceProvider -
Uses of IServiceProvider in laas.openrobots.ontology.modules.categorization
Classes in laas.openrobots.ontology.modules.categorization that implement IServiceProviderModifier and TypeClassDescriptionclass
The DiffModule computes differences and similarities between concepts. -
Uses of IServiceProvider in laas.openrobots.ontology.modules.events
Classes in laas.openrobots.ontology.modules.events that implement IServiceProviderModifier and TypeClassDescriptionclass
This class allows the registration of event by external client through theinvalid reference
#registerEvent(String, String, Set, IEventConsumer)