// TODO consider graphConstraint!
this.indexScanCreator.createEmptyIndexScanSubmittingQueryResultWithOneEmptyBindingsAndConnectWithRoot(new OperatorIDTuple(projection,0), graphConstraint);
return projection;
} else if (!getItem(subjectNode).isVariable()){
final Bind firstBind = new Bind(object);
firstBind.addProjectionElement(object, subjectNode);
// TODO consider graphConstraint!
this.indexScanCreator.createEmptyIndexScanSubmittingQueryResultWithOneEmptyBindingsAndConnectWithRoot(new OperatorIDTuple(firstBind,0), graphConstraint);
return firstBind;
} else if(!getItem(objectNode).isVariable()){
final LinkedList<TriplePattern> temp = new LinkedList<TriplePattern>();