195196197198199200201202
QueryIterator qIter = gen.execute(pattern, input, execCxt) ; // Remove non-distinguished variables here. // Project out only named variables. if (hideBNodeVars) qIter = new QueryIterDistinguishedVars(qIter, execCxt) ; return qIter ; }
5859606162636465
QueryIterator qIter = gen.execute(pattern, input, execCxt) ; // Remove non-distinguished variables here. // Project out only named variables. if ( hideBNodeVars ) qIter = new QueryIterDistinguishedVars(qIter, execCxt) ; return qIter ; }