java.lang.Object
org.aksw.jena_sparql_api.conjure.dataset.engine.TaskContext
All Implemented Interfaces:
Serializable

public class TaskContext extends Object implements Serializable
TODO Probably this class should also be turned into a Resource
Author:
raven
See Also:
  • Field Details

    • inputRecord

      protected org.apache.jena.rdf.model.Resource inputRecord
    • dataRefMapping

      protected Map<String,Op> dataRefMapping
    • ctxModels

      protected Map<String,org.apache.jena.rdf.model.Model> ctxModels
      Context models; right now this is only the input record, but it allows for extension with other models should the need arise
  • Constructor Details

    • TaskContext

      public TaskContext(org.apache.jena.rdf.model.Resource inputRecord, Map<String,Op> dataRefMapping, Map<String,org.apache.jena.rdf.model.Model> ctxModels)
  • Method Details

    • getInputRecord

      public org.apache.jena.rdf.model.Resource getInputRecord()
    • getDataRefMapping

      public Map<String,Op> getDataRefMapping()
    • getCtxModels

      public Map<String,org.apache.jena.rdf.model.Model> getCtxModels()
    • empty

      public static TaskContext empty()