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

◆ Init()

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.

Parameters
ontologyPaththe path of the .owl file
Returns
success or not
See also
the official aRMOR documentation for more informations
Note
If you need to initialize the interface in another way, you still can call the methods inside ArmorTools and setup the connection in the proper way.
Examples
ArmorCluedo - 001 - Working on Individuals, ArmorCluedo - 002 - Working with properties, and ArmorCluedo - 003 - Reasoning Workflow.

Definition at line 34 of file armor_cluedo.cpp.

References ARMOR_ERR, ArmorTools::ConnectAndLoad(), ArmorTools::GetLastErrorCode(), and ArmorTools::TestInterface().

+ Here is the call graph for this function: