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

◆ UpdateOntology()

bool ArmorTools::UpdateOntology ( )

send the command REASON

Depending on the configuration used in ArmorTools::LoadOntology, the aRMOR command REASON is needed in order to update the current state of the ontology (aka infer something).
This function is a shortcut for the command REASON.

Returns
success or not
Warning
often not using this function is source of errors! Please remember to use it, because the other function won't do it automatically.
Examples
ArmorCluedo - 001 - Working on Individuals, ArmorCluedo - 002 - Working with properties, ArmorCluedo - 003 - Reasoning Workflow, ArmorTools - 001 - Essential usage of ArmorTools, and ArmorTools - 002 - The quickest way to use ArmorTools.

Definition at line 246 of file armor_tools.cpp.

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

+ Here is the call graph for this function: