Uses of Class
org.aksw.jena_sparql_api.views.ViewQuad
Packages that use ViewQuad
-
Uses of ViewQuad in org.aksw.jena_sparql_api.views
Methods in org.aksw.jena_sparql_api.views that return types with arguments of type ViewQuadModifier and TypeMethodDescriptionCandidateViewSelectorBase.findCandidates(org.apache.jena.sparql.core.Quad quad, RestrictionManagerImpl restrictions) TODO: This method is far from optimal performance right now: We need to consider prefix-set-restrictions of the variables during the lookup in order to rule out returning to many view-quad candidates.org.aksw.commons.util.Pair<NavigableMap<Integer,Set<org.apache.jena.sparql.core.Quad>>, Map<org.apache.jena.sparql.core.Quad, Set<ViewQuad<T>>>> CandidateViewSelectorBase.findQuadWithFewestViewCandidates(org.apache.jena.sparql.core.QuadPattern queryQuads, RestrictionManagerImpl restrictions) Methods in org.aksw.jena_sparql_api.views with parameters of type ViewQuadModifier and TypeMethodDescriptionstatic <T extends IViewDef>
ViewInstance<T>CandidateViewSelectorBase.createViewInstance(RestrictionManagerImpl subRestrictions, org.apache.jena.sparql.core.Quad queryQuad, ViewQuad<T> viewQuad) Checks whether the view quad is consistent with the current constraintsMethod parameters in org.aksw.jena_sparql_api.views with type arguments of type ViewQuadModifier and TypeMethodDescriptionvoidCandidateViewSelectorBase.getApplicableViewsRec2(int index, List<org.apache.jena.sparql.core.Quad> quadOrder, Set<ViewQuad<T>> viewQuads, Map<org.apache.jena.sparql.core.Quad, Set<ViewQuad<T>>> candidates, RestrictionManagerImpl restrictions, org.aksw.commons.collections.stacks.NestedStack<ViewInstance<T>> instances, List<RecursionResult<T, C>> result, C baseContext) voidCandidateViewSelectorBase.getApplicableViewsRec2(int index, List<org.apache.jena.sparql.core.Quad> quadOrder, Set<ViewQuad<T>> viewQuads, Map<org.apache.jena.sparql.core.Quad, Set<ViewQuad<T>>> candidates, RestrictionManagerImpl restrictions, org.aksw.commons.collections.stacks.NestedStack<ViewInstance<T>> instances, List<RecursionResult<T, C>> result, C baseContext)