![]() |
RCL - RoboCLuedo
v1.0
Francesco Ganci - S4143910 - Experimental Robotics Lab - Assignment 1
|
bool ArmorCluedo::Init | ( | std::string | ontologyPath | ) |
initizalize the interface
The function performs both the first steps: connection to the aRMOR service, and the load of the file. A default loading phase is executed, with settings:
LOAD FILE ontologyPath ARMOR_DEFAULT_URI true ARMOR_DEFAULT_REASONER true
No other types of initializations are needed right now by the project.
ontologyPath | the path of the .owl file |
Definition at line 34 of file armor_cluedo.cpp.
References ARMOR_ERR, ArmorTools::ConnectAndLoad(), ArmorTools::GetLastErrorCode(), and ArmorTools::TestInterface().