6465666768697071727374
{ Node graphNode = opDSN.getGraphNode() ; if ( graphNode.isURI() ) { if ( evaluator.getExecContext().getDataset().containsGraph(graphNode) ) { return new TableUnit() ; } else // WRONG { return new TableEmpty() ; } }
282930313233
import com.hp.hpl.jena.sparql.engine.iterator.QueryIterRoot ; public class TableFactory { public static Table createUnit() { return new TableUnit() ; }
303132333435
6162636465666768697071