RCL - RoboCLuedo  v1.0
Francesco Ganci - S4143910 - Experimental Robotics Lab - Assignment 1
All Data Structures Namespaces Files Functions Variables Macros Pages

◆ LoadOntology()

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.

Parameters
paththe path of the .owl ontology file
urithe URI of the ontology (the main identifier)
manipulationFlagif enabled, the ontology will wait for the command APPLY before executing the manipulation commands
reasonerone among "HERMIT", "PELLET" (default), "FACT", "SNOROCKET"
bufferend_reasonerif enabled, the ontology will wait for the command REASON before updating its internal state.
Returns
success or not
Note
If you want to manage multiple aRMOR sessions, please consider to construct more than one ArmorTools object.
Examples
ArmorTools - 001 - Essential usage of ArmorTools.

Definition at line 146 of file armor_tools.cpp.

References ARMOR_ERR, BOOL_TO_CSTR, CallArmor(), GetRequest(), and LOGSQUARE.

Referenced by ConnectAndLoad().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: