![]() |
RCL - RoboCLuedo
v1.0
Francesco Ganci - S4143910 - Experimental Robotics Lab - Assignment 1
|
bool ArmorTools::LoadOntology | ( | std::string | path, |
std::string | uri = ARMOR_DEFAULT_URI , |
||
bool | manipulationFlag = true , |
||
std::string | reasoner = ARMOR_DEFAULT_REASONER , |
||
bool | buffered_reasoner = true |
||
) |
load the ontology from file.
the function call the aRMOR service in order to make it load one file with extension .owl as ontology base. The file is only read, so the ontology will not alter it.
path | the path of the .owl ontology file |
uri | the URI of the ontology (the main identifier) |
manipulationFlag | if enabled, the ontology will wait for the command APPLY before executing the manipulation commands |
reasoner | one among "HERMIT", "PELLET" (default), "FACT", "SNOROCKET" |
bufferend_reasoner | if enabled, the ontology will wait for the command REASON before updating its internal state. |
Definition at line 146 of file armor_tools.cpp.
References ARMOR_ERR, BOOL_TO_CSTR, CallArmor(), GetRequest(), and LOGSQUARE.
Referenced by ConnectAndLoad().