Uses of Class
laas.openrobots.ontology.PartialStatement
Packages that use PartialStatement
Package
Description
Provides the actual underlying ontology-based storage.
-
Uses of PartialStatement in laas.openrobots.ontology.backends
Methods in laas.openrobots.ontology.backends that return PartialStatementModifier and TypeMethodDescriptionIOntologyBackend.createPartialStatement
(String statement) This static method acts as a PartialStatement factory.OpenRobotsOntology.createPartialStatement
(String statement) Methods in laas.openrobots.ontology.backends with parameters of type PartialStatementModifier and TypeMethodDescriptionboolean
IOntologyBackend.check
(PartialStatement statement) Checks if a pattern represented as a partial statement matches at least one asserted of inferred statement.
For instance: A pattern like[?object rdf:type Bottle]
would match all instances of the classBottle
.[anAgent sees ?something]
would match all objects seen by instance "anAgent
".boolean
OpenRobotsOntology.check
(PartialStatement statement) void
IOntologyBackend.clear
(PartialStatement partialStmt) Remove all statements matching the partial statement.void
OpenRobotsOntology.clear
(PartialStatement partialStmt) Method parameters in laas.openrobots.ontology.backends with type arguments of type PartialStatement -
Uses of PartialStatement in laas.openrobots.ontology.helpers
Methods in laas.openrobots.ontology.helpers with parameters of type PartialStatement