Class Planner
java.lang.Object
org.aksw.jena_sparql_api.conjure.entity.engine.Planner
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic OpcreatePlan(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
-
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
-