Class TupleQueryShallowModel

java.lang.Object
it.uniroma2.art.semanticturkey.sparql.TupleQueryShallowModel

public class TupleQueryShallowModel extends Object
A modifiable representation of a SPARQL query, which supports the addition of GraphPattern objects.
Author:
Manuel Fiorelli
  • Constructor Details

    • TupleQueryShallowModel

      public TupleQueryShallowModel(String query, List<String> queryVariables, int projectionInsertionIndex, int graphPatternInsertionIndex, int groupByInsertionIndex)
      Parameters:
      query -
      queryVariables -
      projectionInsertionIndex -
      graphPatternInsertionIndex -
      groupByInsertionIndex - -1 if GROUP BY not present
  • Method Details