this.result = spvi.getResult();
}
root_param.deleteParents();
root_param.setParents();
final CorrectOperatorgraphRulePackage recog = new CorrectOperatorgraphRulePackage();
root_param.detectCycles();
root_param.sendMessage(new BoundVariablesMessage());
final List<DebugContainer<BasicOperatorByteArray>> ldc = new LinkedList<DebugContainer<BasicOperatorByteArray>>();
ldc.add(new DebugContainer<BasicOperatorByteArray>(
"Before a possible correction of the operator graph...",
"correctoperatorgraphPackageDescription",
BasicOperatorByteArray.getBasicOperatorByteArray(root_param.deepClone(), prefixInstance)));
ldc.addAll(recog.applyRulesDebugByteArray(root_param,
prefixInstance));
dcq = new DebugContainerQuery<BasicOperatorByteArray, Node>(
SPARQL1_1Parser.parse(query), corequery, root_CoreSPARQL,
ldc);
}