Uses of Class
org.aksw.jena_sparql_api.views.SparqlView
Packages that use SparqlView
-
Uses of SparqlView in org.aksw.jena_sparql_api.views
Methods in org.aksw.jena_sparql_api.views that return SparqlViewModifier and TypeMethodDescriptionSparqlView.copyRenameVars(Map<org.apache.jena.sparql.core.Var, org.apache.jena.sparql.core.Var> oldToNew) SparqlView.copySubstitute(Map<org.apache.jena.graph.Node, org.apache.jena.graph.Node> renamer) Deprecated.static SparqlViewConstructs a view definition syntax: [From graph] { ?s ?p ?o .static SparqlViewstatic SparqlViewSparqlView.create(String name, org.apache.jena.sparql.core.QuadPattern quadPattern, org.apache.jena.sparql.algebra.Op op) static SparqlViewSparqlView.create(String name, org.apache.jena.sparql.core.QuadPattern template, org.apache.jena.sparql.expr.ExprList filters, List<org.apache.jena.sparql.expr.Expr> bindings, List<Constraint> rawConstraints, org.apache.jena.sparql.algebra.Op op) Meh....static SparqlViewSparqlView.create(String name, org.apache.jena.sparql.core.QuadPattern quadPattern, org.apache.jena.sparql.syntax.Element element) Method parameters in org.aksw.jena_sparql_api.views with type arguments of type SparqlViewModifier and TypeMethodDescriptionorg.apache.jena.sparql.algebra.OpCandidateViewSelectorSparqlView.createOp(org.apache.jena.sparql.algebra.op.OpQuadBlock op, List<RecursionResult<SparqlView, Void>> conjunctions) Constructor parameters in org.aksw.jena_sparql_api.views with type arguments of type SparqlViewModifierConstructorDescriptionQueryExecutionFactorySparqlView(org.aksw.jenax.dataaccess.sparql.factory.execution.query.QueryExecutionFactory factory, CandidateViewSelector<SparqlView> candidateViewSelector, Dialect dialect) -
Uses of SparqlView in org.aksw.sparqlify.sparqlview
Methods in org.aksw.sparqlify.sparqlview that return SparqlViewModifier and TypeMethodDescriptionSparqlViewInstance.getInstance()SparqlViewInstance.getParent()Methods in org.aksw.sparqlify.sparqlview that return types with arguments of type SparqlViewModifier and TypeMethodDescriptionOpSparqlViewPattern.getConjunction()SparqlViewSystem.getViews()Methods in org.aksw.sparqlify.sparqlview with parameters of type SparqlViewModifier and TypeMethodDescriptionvoidSparqlViewSystem.addView(SparqlView view) voidSparqlViewSystem.deriveRestrictions(SparqlView view) Derive prefix constraints for variables based on variable definitions: concat('constant', var, rest) -> prefix = 'constant' TODO: Actually we should not add these constraints to the view, but just return themMap<org.apache.jena.sparql.core.Var,RdfTermType> SparqlViewSystem.deriveTypeConstraints(SparqlView view) Constructors in org.aksw.sparqlify.sparqlview with parameters of type SparqlViewModifierConstructorDescriptionSparqlViewInstance(org.apache.jena.sparql.core.Quad queryQuad, org.apache.jena.sparql.core.Quad viewQuad, int instanceId, int subId, SparqlView parent, TwoWayBinding binding) Constructor parameters in org.aksw.sparqlify.sparqlview with type arguments of type SparqlView