needed access to rdfservice in nyccsc
This commit is contained in:
parent
5a54fa171b
commit
05fe47e50a
1 changed files with 2 additions and 2 deletions
|
@ -34,8 +34,8 @@ public class ContextNodeFields implements DocumentModifier, ContextModelsUser{
|
||||||
protected List<String> queries = new ArrayList<String>();
|
protected List<String> queries = new ArrayList<String>();
|
||||||
protected boolean shutdown = false;
|
protected boolean shutdown = false;
|
||||||
protected Log log = LogFactory.getLog(ContextNodeFields.class);
|
protected Log log = LogFactory.getLog(ContextNodeFields.class);
|
||||||
|
//Subclasses may want to utilize rdfService directly (for example, to execute queries that yielding multiple variables mapped to different fields)
|
||||||
private RDFService rdfService;
|
protected RDFService rdfService;
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void setContextModels(ContextModelAccess models) {
|
public void setContextModels(ContextModelAccess models) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue