Uses of Interface
org.aksw.jena_sparql_api.conjure.entity.algebra.Op
Packages that use Op
Package
Description
-
Uses of Op in org.aksw.jena_sparql_api.conjure.entity.algebra
Subinterfaces of Op in org.aksw.jena_sparql_api.conjure.entity.algebraModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceinterfaceinterfaceinterfaceMethods in org.aksw.jena_sparql_api.conjure.entity.algebra that return OpModifier and TypeMethodDescriptionOp1.getSubOp()static OpOpUtils.optimize(Op op, OpVisitor<String> hasher, ResourceStore hashSpace) Methods in org.aksw.jena_sparql_api.conjure.entity.algebra that return types with arguments of type OpModifier and TypeMethodDescriptionOp.getChildren()default Collection<Op>Op0.getChildren()default Collection<Op>Op1.getChildren()Methods in org.aksw.jena_sparql_api.conjure.entity.algebra with parameters of type Op -
Uses of Op in org.aksw.jena_sparql_api.conjure.entity.engine
Methods in org.aksw.jena_sparql_api.conjure.entity.engine that return OpModifier and TypeMethodDescriptionstatic OpPlanner.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 conversionOpExecutor.optimizeInPlace(Op op) Methods in org.aksw.jena_sparql_api.conjure.entity.engine with parameters of type OpModifier and TypeMethodDescriptionstatic PathOpExecutor.execute(Op op, HttpResourceRepositoryFromFileSystem repository, ResourceStore hashStore) OpExecutor.getTargetPath(Op op) OpExecutor.optimizeInPlace(Op op) -
Uses of Op in org.aksw.jena_sparql_api.http.repository.impl
Fields in org.aksw.jena_sparql_api.http.repository.impl declared as OpMethods in org.aksw.jena_sparql_api.http.repository.impl that return OpConstructors in org.aksw.jena_sparql_api.http.repository.impl with parameters of type Op