808182838485868788
this.store = store ; this.graphNode = graphNode ; // Avoid looping here : DatasetStoreGraph can make GraphSDB's datasetStore = new DatasetGraphSDB(store, this, SDB.getContext().copy()) ; //readPrefixMapping() ; }
59606162636465
private SDBRequest request = null ; private Op originalOp = null ; public QueryEngineSDB(Store store, Query q) { this(new DatasetGraphSDB(store, SDB.getContext().copy()), q, BindingRoot.create(), SDB.getContext().copy()) ; }
189190191192193194195
* @param store * @return GraphStore */ public static GraphStore connectGraphStore(Store store) { return new DatasetGraphSDB(store, SDB.getContext().copy()) ; }