Uses of Interface
org.aksw.jena_sparql_api.views.IViewDef
Packages that use IViewDef
Package
Description
-
Uses of IViewDef in org.aksw.jena_sparql_api.views
Classes in org.aksw.jena_sparql_api.views with type parameters of type IViewDefModifier and TypeInterfaceDescriptioninterfaceCandidateViewSelector<T extends IViewDef>classCandidateViewSelectorBase<T extends IViewDef,C> classOpViewInstanceJoin<T extends IViewDef>classRecursionResult<T extends IViewDef,C> classViewInstance<T extends IViewDef>View instances relate variables (usually those of of a SPARQL query subject to rewriting) to the variables and constants of a view.classCompares views by their name.Classes in org.aksw.jena_sparql_api.views that implement IViewDefMethods in org.aksw.jena_sparql_api.views with type parameters of type IViewDefModifier and TypeMethodDescriptionstatic <T extends IViewDef,C>
RecursionResult<T,C> RecursionResult.create(ViewInstanceJoin<T> viewInstanceJoin, C finalContext) static <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 constraintsCandidateViewSelectorBase.getCandidateNames(org.aksw.commons.collections.stacks.NestedStack<ViewInstance<T>> instances) static <T extends IViewDef>
booleanCandidateViewSelectorBase.isSatisfiable(List<ViewInstance<T>> list) TODO FIX THISMethods in org.aksw.jena_sparql_api.views that return IViewDefModifier and TypeMethodDescriptionIViewDef.copyRenameVars(Map<org.apache.jena.sparql.core.Var, org.apache.jena.sparql.core.Var> oldToNew) -
Uses of IViewDef in org.aksw.sparqlify.database
Methods in org.aksw.sparqlify.database with type parameters of type IViewDef -
Uses of IViewDef in org.aksw.sparqlify.sparqlview
Classes in org.aksw.sparqlify.sparqlview with type parameters of type IViewDefModifier and TypeClassDescriptionclassViewInstanceJoin<T extends IViewDef>A complete binding consists of a list of views and an overall binding Can be seen as a conjunction of viewsMethods in org.aksw.sparqlify.sparqlview with type parameters of type IViewDefModifier and TypeMethodDescriptionstatic <T extends IViewDef>
com.google.common.collect.ListMultimap<String,ViewInstance<T>> ViewInstanceJoin.toMap(Collection<ViewInstance<T>> viewInstances)