//Consider that the only ordinary variables filled are the alread know OV
List<OVInstance> ovInstances = mFragInstance.getOVInstanceList();
ISSBNLogManager logManager = ssbn.getLogManager();
if (logManager != null) {
logManager.printText(level4, false, "1) Loop for evaluate context nodes.");
}
for(ContextNode contextNode: mFragInstance.getContextNodeList()){
if (logManager != null) {
logManager.printText(level4, false, "Context Node: " + contextNode);