RCL - RoboCLuedo  v1.0
Francesco Ganci - S4143910 - Experimental Robotics Lab - Assignment 1

◆ SaveOntology()

bool ArmorTools::SaveOntology ( std::string  path)

save the ontology on file

Shortcut for the aRMOR command SAVE INFERENCE. It writes the actual state of the ontology on a file. If the file doesn't exist, it will be created. The ontology is updated before the writing on file.

Parameters
pathwhere to save the .owl file
Returns
success or not

Definition at line 231 of file armor_tools.cpp.

References ARMOR_CHECK_INTERFACE, CallArmor(), and GetRequest().

+ Here is the call graph for this function: