java.lang.Object
org.aksw.jena_sparql_api.conjure.entity.engine.Planner

public class Planner extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static Op
    createPlan(RdfHttpEntityFile source, String tgtContentType, List<String> tgtEncodings)
    Provide a concrete plan that converts the given source file entity to a file in the target with the given content type and encoding 'Concrete' refers to the fact that the file's content hash is taken into account TODO Separate abstract and concrete plans? Abstract plan would be the operator expression that the conversion

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Planner

      public Planner()
  • Method Details

    • createPlan

      public static Op createPlan(RdfHttpEntityFile source, String tgtContentType, List<String> tgtEncodings)
      Provide a concrete plan that converts the given source file entity to a file in the target with the given content type and encoding 'Concrete' refers to the fact that the file's content hash is taken into account TODO Separate abstract and concrete plans? Abstract plan would be the operator expression that the conversion
      Parameters:
      source -
      contentType -
      encodings -
      Returns:
      Throws:
      Exception