Uses of Interface
se.liu.ida.hefquin.base.data.SolutionMapping
Packages that use SolutionMapping
Package
Description
-
Uses of SolutionMapping in se.liu.ida.hefquin.base.data
Methods in se.liu.ida.hefquin.base.data that return types with arguments of type SolutionMappingModifier and TypeMethodDescriptionVocabularyMapping.translateSolutionMapping
(SolutionMapping sm) Applies this vocabulary mapping to the given solution mapping expressed in the local vocabulary and returns a resulting set of solution mappings expressed in the global vocabulary.VocabularyMapping.translateSolutionMappingFromGlobal
(SolutionMapping sm) Applies this vocabulary mapping to the given solution mapping expressed in the global vocabulary and returns a resulting set of solution mappings expressed in the local vocabulary.Methods in se.liu.ida.hefquin.base.data with parameters of type SolutionMappingModifier and TypeMethodDescriptionVocabularyMapping.translateSolutionMapping
(SolutionMapping sm) Applies this vocabulary mapping to the given solution mapping expressed in the local vocabulary and returns a resulting set of solution mappings expressed in the global vocabulary.VocabularyMapping.translateSolutionMappingFromGlobal
(SolutionMapping sm) Applies this vocabulary mapping to the given solution mapping expressed in the global vocabulary and returns a resulting set of solution mappings expressed in the local vocabulary. -
Uses of SolutionMapping in se.liu.ida.hefquin.base.data.impl
Classes in se.liu.ida.hefquin.base.data.impl that implement SolutionMapping -
Uses of SolutionMapping in se.liu.ida.hefquin.base.data.mappings
Methods in se.liu.ida.hefquin.base.data.mappings that return types with arguments of type SolutionMappingModifier and TypeMethodDescriptionEntityMapping.applyInverseToSolutionMapping
(SolutionMapping solmap) Applies the inverse of this entity mapping to the given solution mapping, which is assumed to use the local representation of the entities that it binds to its query variables.SchemaMapping.applyInverseToSolutionMapping
(SolutionMapping solmap) Applies the inverse of this schema mapping to the given solution mapping, which is assumed to use the local schema for the vocabulary terms that it binds to its query variables.EntityMapping.applyToSolutionMapping
(SolutionMapping solmap) Applies this entity mapping to the given solution mapping, which is assumed to use the global representation of the entities that it binds to its query variables.SchemaMapping.applyToSolutionMapping
(SolutionMapping solmap) Applies this schema mapping to the given solution mapping, which is assumed to use the global schema for the vocabulary terms that it binds to its query variables.Methods in se.liu.ida.hefquin.base.data.mappings with parameters of type SolutionMappingModifier and TypeMethodDescriptionEntityMapping.applyInverseToSolutionMapping
(SolutionMapping solmap) Applies the inverse of this entity mapping to the given solution mapping, which is assumed to use the local representation of the entities that it binds to its query variables.SchemaMapping.applyInverseToSolutionMapping
(SolutionMapping solmap) Applies the inverse of this schema mapping to the given solution mapping, which is assumed to use the local schema for the vocabulary terms that it binds to its query variables.EntityMapping.applyToSolutionMapping
(SolutionMapping solmap) Applies this entity mapping to the given solution mapping, which is assumed to use the global representation of the entities that it binds to its query variables.SchemaMapping.applyToSolutionMapping
(SolutionMapping solmap) Applies this schema mapping to the given solution mapping, which is assumed to use the global schema for the vocabulary terms that it binds to its query variables. -
Uses of SolutionMapping in se.liu.ida.hefquin.base.data.mappings.impl
Methods in se.liu.ida.hefquin.base.data.mappings.impl that return types with arguments of type SolutionMappingModifier and TypeMethodDescriptionEntityMappingImpl.applyInverseToSolutionMapping
(SolutionMapping sm) SchemaMappingImpl.applyInverseToSolutionMapping
(SolutionMapping sm) static Set<SolutionMapping>
EntityMappingImpl.applyMapToSolutionMapping
(SolutionMapping solMap, Map<org.apache.jena.graph.Node, Set<org.apache.jena.graph.Node>> x2yMap) EntityMappingImpl.applyToSolutionMapping
(SolutionMapping sm) SchemaMappingImpl.applyToSolutionMapping
(SolutionMapping sm) protected Set<SolutionMapping>
SchemaMappingImpl.applyToSolutionMapping
(SolutionMapping solMap, boolean useInverse) VocabularyMappingWrappingImpl.translateSolutionMapping
(SolutionMapping solmap) VocabularyMappingWrappingImpl.translateSolutionMappingFromGlobal
(SolutionMapping solmap) Methods in se.liu.ida.hefquin.base.data.mappings.impl with parameters of type SolutionMappingModifier and TypeMethodDescriptionEntityMappingImpl.applyInverseToSolutionMapping
(SolutionMapping sm) SchemaMappingImpl.applyInverseToSolutionMapping
(SolutionMapping sm) static Set<SolutionMapping>
EntityMappingImpl.applyMapToSolutionMapping
(SolutionMapping solMap, Map<org.apache.jena.graph.Node, Set<org.apache.jena.graph.Node>> x2yMap) EntityMappingImpl.applyToSolutionMapping
(SolutionMapping sm) SchemaMappingImpl.applyToSolutionMapping
(SolutionMapping sm) protected Set<SolutionMapping>
SchemaMappingImpl.applyToSolutionMapping
(SolutionMapping solMap, boolean useInverse) VocabularyMappingWrappingImpl.translateSolutionMapping
(SolutionMapping solmap) VocabularyMappingWrappingImpl.translateSolutionMappingFromGlobal
(SolutionMapping solmap) -
Uses of SolutionMapping in se.liu.ida.hefquin.base.data.utils
Fields in se.liu.ida.hefquin.base.data.utils declared as SolutionMappingModifier and TypeFieldDescriptionprotected SolutionMapping
JoiningIteratorForSolMaps.currentInputElement
protected final SolutionMapping
FilteringIteratorForSolMaps_CompatibleSolMap.givenSolMap
protected SolutionMapping
FilteringIteratorForSolMapsBase.nextOutputElement
protected SolutionMapping
JoiningIteratorForSolMaps.nextOutputElement
Fields in se.liu.ida.hefquin.base.data.utils with type parameters of type SolutionMappingModifier and TypeFieldDescriptionprotected Iterator<SolutionMapping>
UnionIteratorForSolMaps.currentInput
protected Iterator<SolutionMapping>
RewritingIteratorForSolMapsBase.currentOutput
protected final Iterator<SolutionMapping>
FilteringIteratorForSolMapsBase.input
protected final Iterator<SolutionMapping>
RewritingIteratorForSolMapsBase.input
protected final Iterable<SolutionMapping>
JoiningIteratorForSolMaps.input2
protected final Iterator<SolutionMapping>
UnionIteratorForSolMaps.input2
protected Iterator<SolutionMapping>
JoiningIteratorForSolMaps.it1
protected Iterator<SolutionMapping>
JoiningIteratorForSolMaps.it2
protected final Iterator<List<SolutionMapping>>
SolutionMappingsIteratorOverCollectionOfLists.itBuckets
protected Iterator<SolutionMapping>
SolutionMappingsIteratorOverCollectionOfLists.itCurBucketElmts
Methods in se.liu.ida.hefquin.base.data.utils that return SolutionMappingModifier and TypeMethodDescriptionprotected SolutionMapping
FilteringIteratorForSolMaps_CompatibleSolMap.applyFilter
(SolutionMapping sm) protected SolutionMapping
FilteringIteratorForSolMaps_ExprList.applyFilter
(SolutionMapping sm) protected SolutionMapping
FilteringIteratorForSolMaps_OneVarBinding.applyFilter
(SolutionMapping sm) protected SolutionMapping
FilteringIteratorForSolMaps_ThreeVarsBindings.applyFilter
(SolutionMapping sm) protected SolutionMapping
FilteringIteratorForSolMaps_TwoVarsBindings.applyFilter
(SolutionMapping sm) protected abstract SolutionMapping
FilteringIteratorForSolMapsBase.applyFilter
(SolutionMapping sm) Returns the given solution mapping if it passes the filter condition checked by the subclass.protected abstract SolutionMapping
protected SolutionMapping
protected SolutionMapping
protected SolutionMapping
protected SolutionMapping
static SolutionMapping
SolutionMappingUtils.createSolutionMapping()
Creates an empty solution mapping.static SolutionMapping
SolutionMappingUtils.createSolutionMapping
(org.apache.jena.query.QuerySolution s) Creates a solution mapping based on the givenQuerySolution
.static SolutionMapping
SolutionMappingUtils.createSolutionMapping
(org.apache.jena.sparql.core.Var var, org.apache.jena.graph.Node node) Creates a solution mapping in which the given variable is mapped to the given node.static SolutionMapping
SolutionMappingUtils.createSolutionMapping
(org.apache.jena.sparql.core.Var var1, org.apache.jena.graph.Node node1, org.apache.jena.sparql.core.Var var2, org.apache.jena.graph.Node node2) Creates a solution mapping in which the given variables are mapped to the given nodes, respectively.static SolutionMapping
SolutionMappingUtils.createSolutionMapping
(org.apache.jena.sparql.core.Var var1, org.apache.jena.graph.Node node1, org.apache.jena.sparql.core.Var var2, org.apache.jena.graph.Node node2, org.apache.jena.sparql.core.Var var3, org.apache.jena.graph.Node node3) Creates a solution mapping in which the given variables are mapped to the given nodes, respectively.static SolutionMapping
SolutionMappingUtils.merge
(SolutionMapping m1, SolutionMapping m2) Merges the given solution mappings into one, assuming that the given solution mappings are compatible.FilteringIteratorForSolMapsBase.next()
JoiningIteratorForSolMaps.next()
RewritingIteratorForSolMapsBase.next()
SolutionMappingsIteratorOverCollectionOfLists.next()
TriplesToSolMapsConverter.ConvertingIterBase.next()
UnionIteratorForSolMaps.next()
static SolutionMapping
SolutionMappingUtils.restrict
(SolutionMapping sm, Collection<org.apache.jena.sparql.core.Var> vars) Restricts the given solution mapping to the given set of variables.Methods in se.liu.ida.hefquin.base.data.utils that return types with arguments of type SolutionMappingModifier and TypeMethodDescriptionstatic List<SolutionMapping>
SolutionMappingUtils.applyVocabularyMappingG2L
(Iterable<SolutionMapping> it, VocabularyMapping vm) Applies the given vocabulary mapping to each of the solution mappings of the given iterable (translating them from the global vocabulary to the local vocabulary), collects the resulting solution mappings in a list, and returns this list in the end.static List<SolutionMapping>
SolutionMappingUtils.applyVocabularyMappingG2L
(Iterator<SolutionMapping> it, VocabularyMapping vm) Applies the given vocabulary mapping to each of the solution mappings of the given iterator (translating them from the global vocabulary to the local vocabulary), collects the resulting solution mappings in a list, and returns this list in the end.static List<SolutionMapping>
SolutionMappingUtils.applyVocabularyMappingL2G
(Iterable<SolutionMapping> it, VocabularyMapping vm) Applies the given vocabulary mapping to each of the solution mappings of the given iterable (translating them from the local vocabulary to the global vocabulary), collects the resulting solution mappings in a list, and returns this list in the end.static List<SolutionMapping>
SolutionMappingUtils.applyVocabularyMappingL2G
(Iterator<SolutionMapping> it, VocabularyMapping vm) Applies the given vocabulary mapping to each of the solution mappings of the given iterator (translating them from the local vocabulary to the global vocabulary), collects the resulting solution mappings in a list, and returns this list in the end.static Iterator<SolutionMapping>
TriplesToSolMapsConverter.convert
(Iterable<Triple> itTriples, TriplePattern tp) static Iterator<SolutionMapping>
TriplesToSolMapsConverter.convert
(Iterator<Triple> itTriples, TriplePattern tp) static WrappingIterable<SolutionMapping>
FilteringIteratorForSolMaps_CompatibleSolMap.createAsIterable
(Iterable<SolutionMapping> input, SolutionMapping sm) static WrappingIterable<SolutionMapping>
FilteringIteratorForSolMaps_ExprList.createAsIterable
(Iterable<SolutionMapping> input, org.apache.jena.sparql.expr.Expr... filterExpressions) static WrappingIterable<SolutionMapping>
FilteringIteratorForSolMaps_ExprList.createAsIterable
(Iterable<SolutionMapping> input, org.apache.jena.sparql.expr.ExprList filterExpressions) static WrappingIterable<SolutionMapping>
FilteringIteratorForSolMaps_OneVarBinding.createAsIterable
(Iterable<SolutionMapping> input, org.apache.jena.sparql.core.Var var, org.apache.jena.graph.Node value) static WrappingIterable<SolutionMapping>
FilteringIteratorForSolMaps_ThreeVarsBindings.createAsIterable
(Iterable<SolutionMapping> input, org.apache.jena.sparql.core.Var var1, org.apache.jena.graph.Node value1, org.apache.jena.sparql.core.Var var2, org.apache.jena.graph.Node value2, org.apache.jena.sparql.core.Var var3, org.apache.jena.graph.Node value3) static WrappingIterable<SolutionMapping>
FilteringIteratorForSolMaps_TwoVarsBindings.createAsIterable
(Iterable<SolutionMapping> input, org.apache.jena.sparql.core.Var var1, org.apache.jena.graph.Node value1, org.apache.jena.sparql.core.Var var2, org.apache.jena.graph.Node value2) static WrappingIterable<SolutionMapping>
JoiningIteratorForSolMaps.createAsIterable
(Iterable<SolutionMapping> input1, Iterable<SolutionMapping> input2) static WrappingIterable<SolutionMapping>
RewritingIteratorForSolMapsG2L.createAsIterable
(Iterable<SolutionMapping> input, VocabularyMapping vm) static WrappingIterable<SolutionMapping>
RewritingIteratorForSolMapsL2G.createAsIterable
(Iterable<SolutionMapping> input, VocabularyMapping vm) static Iterable<SolutionMapping>
SolutionMappingsIteratorOverCollectionOfLists.createAsIterable
(Collection<List<SolutionMapping>> c) static WrappingIterable<SolutionMapping>
UnionIteratorForSolMaps.createAsIterable
(Iterable<SolutionMapping> input1, Iterable<SolutionMapping> input2) FilteringIteratorForSolMaps_CompatibleSolMap.getFactory
(SolutionMapping sm) FilteringIteratorForSolMaps_ExprList.getFactory
(org.apache.jena.sparql.expr.Expr... filterExpressions) FilteringIteratorForSolMaps_ExprList.getFactory
(org.apache.jena.sparql.expr.ExprList filterExpressions) FilteringIteratorForSolMaps_OneVarBinding.getFactory
(org.apache.jena.sparql.core.Var var, org.apache.jena.graph.Node value) FilteringIteratorForSolMaps_ThreeVarsBindings.getFactory
(org.apache.jena.sparql.core.Var var1, org.apache.jena.graph.Node value1, org.apache.jena.sparql.core.Var var2, org.apache.jena.graph.Node value2, org.apache.jena.sparql.core.Var var3, org.apache.jena.graph.Node value3) FilteringIteratorForSolMaps_TwoVarsBindings.getFactory
(org.apache.jena.sparql.core.Var var1, org.apache.jena.graph.Node value1, org.apache.jena.sparql.core.Var var2, org.apache.jena.graph.Node value2) JoiningIteratorForSolMaps.getFactory
(Iterable<SolutionMapping> input2) RewritingIteratorForSolMapsG2L.getFactory
(VocabularyMapping vm) RewritingIteratorForSolMapsL2G.getFactory
(VocabularyMapping vm) static IteratorFactory<SolutionMapping>
SolutionMappingsIteratorOverCollectionOfLists.getFactory
(Collection<List<SolutionMapping>> c) UnionIteratorForSolMaps.getFactory
(Iterable<SolutionMapping> input2) static Set<SolutionMapping>
SolutionMappingUtils.nestedLoopJoin
(Iterable<SolutionMapping> i1, Iterable<SolutionMapping> i2) Performs a nested-loop join between two Solution Mapping iterables.protected abstract Iterable<SolutionMapping>
RewritingIteratorForSolMapsBase.translate
(SolutionMapping sm) protected Iterable<SolutionMapping>
RewritingIteratorForSolMapsG2L.translate
(SolutionMapping sm) protected Iterable<SolutionMapping>
RewritingIteratorForSolMapsL2G.translate
(SolutionMapping sm) Methods in se.liu.ida.hefquin.base.data.utils with parameters of type SolutionMappingModifier and TypeMethodDescriptionprotected SolutionMapping
FilteringIteratorForSolMaps_CompatibleSolMap.applyFilter
(SolutionMapping sm) protected SolutionMapping
FilteringIteratorForSolMaps_ExprList.applyFilter
(SolutionMapping sm) protected SolutionMapping
FilteringIteratorForSolMaps_OneVarBinding.applyFilter
(SolutionMapping sm) protected SolutionMapping
FilteringIteratorForSolMaps_ThreeVarsBindings.applyFilter
(SolutionMapping sm) protected SolutionMapping
FilteringIteratorForSolMaps_TwoVarsBindings.applyFilter
(SolutionMapping sm) protected abstract SolutionMapping
FilteringIteratorForSolMapsBase.applyFilter
(SolutionMapping sm) Returns the given solution mapping if it passes the filter condition checked by the subclass.static boolean
SolutionMappingUtils.compatible
(SolutionMapping m1, SolutionMapping m2) Returns true if the given solution mappings are compatible.static boolean
SolutionMappingUtils.containsBlankNodes
(SolutionMapping sm) Returns true if the given solution mapping binds any of its variables to a blank node.static WrappingIterable<SolutionMapping>
FilteringIteratorForSolMaps_CompatibleSolMap.createAsIterable
(Iterable<SolutionMapping> input, SolutionMapping sm) static boolean
SolutionMappingUtils.equals
(SolutionMapping m1, SolutionMapping m2) Returns true if the given solution mappings are equivalent; that is, if they are defined for the exact same set of variables and they are compatible.FilteringIteratorForSolMaps_CompatibleSolMap.getFactory
(SolutionMapping sm) static SolutionMapping
SolutionMappingUtils.merge
(SolutionMapping m1, SolutionMapping m2) Merges the given solution mappings into one, assuming that the given solution mappings are compatible.static SolutionMapping
SolutionMappingUtils.restrict
(SolutionMapping sm, Collection<org.apache.jena.sparql.core.Var> vars) Restricts the given solution mapping to the given set of variables.protected abstract Iterable<SolutionMapping>
RewritingIteratorForSolMapsBase.translate
(SolutionMapping sm) protected Iterable<SolutionMapping>
RewritingIteratorForSolMapsG2L.translate
(SolutionMapping sm) protected Iterable<SolutionMapping>
RewritingIteratorForSolMapsL2G.translate
(SolutionMapping sm) Method parameters in se.liu.ida.hefquin.base.data.utils with type arguments of type SolutionMappingModifier and TypeMethodDescriptionstatic List<SolutionMapping>
SolutionMappingUtils.applyVocabularyMappingG2L
(Iterable<SolutionMapping> it, VocabularyMapping vm) Applies the given vocabulary mapping to each of the solution mappings of the given iterable (translating them from the global vocabulary to the local vocabulary), collects the resulting solution mappings in a list, and returns this list in the end.static List<SolutionMapping>
SolutionMappingUtils.applyVocabularyMappingG2L
(Iterator<SolutionMapping> it, VocabularyMapping vm) Applies the given vocabulary mapping to each of the solution mappings of the given iterator (translating them from the global vocabulary to the local vocabulary), collects the resulting solution mappings in a list, and returns this list in the end.static List<SolutionMapping>
SolutionMappingUtils.applyVocabularyMappingL2G
(Iterable<SolutionMapping> it, VocabularyMapping vm) Applies the given vocabulary mapping to each of the solution mappings of the given iterable (translating them from the local vocabulary to the global vocabulary), collects the resulting solution mappings in a list, and returns this list in the end.static List<SolutionMapping>
SolutionMappingUtils.applyVocabularyMappingL2G
(Iterator<SolutionMapping> it, VocabularyMapping vm) Applies the given vocabulary mapping to each of the solution mappings of the given iterator (translating them from the local vocabulary to the global vocabulary), collects the resulting solution mappings in a list, and returns this list in the end.static org.apache.jena.query.ResultSet
JenaResultSetUtils.convertToJenaResultSet
(List<SolutionMapping> result, List<String> vars) static WrappingIterable<SolutionMapping>
FilteringIteratorForSolMaps_CompatibleSolMap.createAsIterable
(Iterable<SolutionMapping> input, SolutionMapping sm) static WrappingIterable<SolutionMapping>
FilteringIteratorForSolMaps_ExprList.createAsIterable
(Iterable<SolutionMapping> input, org.apache.jena.sparql.expr.Expr... filterExpressions) static WrappingIterable<SolutionMapping>
FilteringIteratorForSolMaps_ExprList.createAsIterable
(Iterable<SolutionMapping> input, org.apache.jena.sparql.expr.ExprList filterExpressions) static WrappingIterable<SolutionMapping>
FilteringIteratorForSolMaps_OneVarBinding.createAsIterable
(Iterable<SolutionMapping> input, org.apache.jena.sparql.core.Var var, org.apache.jena.graph.Node value) static WrappingIterable<SolutionMapping>
FilteringIteratorForSolMaps_ThreeVarsBindings.createAsIterable
(Iterable<SolutionMapping> input, org.apache.jena.sparql.core.Var var1, org.apache.jena.graph.Node value1, org.apache.jena.sparql.core.Var var2, org.apache.jena.graph.Node value2, org.apache.jena.sparql.core.Var var3, org.apache.jena.graph.Node value3) static WrappingIterable<SolutionMapping>
FilteringIteratorForSolMaps_TwoVarsBindings.createAsIterable
(Iterable<SolutionMapping> input, org.apache.jena.sparql.core.Var var1, org.apache.jena.graph.Node value1, org.apache.jena.sparql.core.Var var2, org.apache.jena.graph.Node value2) static WrappingIterable<SolutionMapping>
JoiningIteratorForSolMaps.createAsIterable
(Iterable<SolutionMapping> input1, Iterable<SolutionMapping> input2) static WrappingIterable<SolutionMapping>
RewritingIteratorForSolMapsG2L.createAsIterable
(Iterable<SolutionMapping> input, VocabularyMapping vm) static WrappingIterable<SolutionMapping>
RewritingIteratorForSolMapsL2G.createAsIterable
(Iterable<SolutionMapping> input, VocabularyMapping vm) static Iterable<SolutionMapping>
SolutionMappingsIteratorOverCollectionOfLists.createAsIterable
(Collection<List<SolutionMapping>> c) static WrappingIterable<SolutionMapping>
UnionIteratorForSolMaps.createAsIterable
(Iterable<SolutionMapping> input1, Iterable<SolutionMapping> input2) static String
SolutionMappingUtils.createValuesClause
(Iterable<SolutionMapping> solmaps, org.apache.jena.sparql.serializer.SerializationContext scxt) Serializes the given collection of solution mappings as a string that can be used in a SPARQL VALUES clause.protected static String
SolutionMappingUtils.createValuesClauseLongForm
(List<org.apache.jena.sparql.core.Var> vars, Iterable<SolutionMapping> solmaps, org.apache.jena.sparql.serializer.SerializationContext scxt) protected static String
SolutionMappingUtils.createValuesClauseShortForm
(List<org.apache.jena.sparql.core.Var> vars, Iterable<SolutionMapping> solmaps, org.apache.jena.sparql.serializer.SerializationContext scxt) static boolean
SolutionMappingUtils.equals
(Set<SolutionMapping> s1, Set<SolutionMapping> s2) Returns true if the given set of solution mappings are equivalent; that is, if they contain the same number of solution mappings and for each such solution mapping there is an equivalent solution mapping in the respective other set.static Set<org.apache.jena.sparql.core.Var>
SolutionMappingUtils.getAllMentionedVariables
(Iterable<SolutionMapping> solmaps) Returns a set containing all the variables that have a binding in at least one of the given solution mappings.JoiningIteratorForSolMaps.getFactory
(Iterable<SolutionMapping> input2) static IteratorFactory<SolutionMapping>
SolutionMappingsIteratorOverCollectionOfLists.getFactory
(Collection<List<SolutionMapping>> c) UnionIteratorForSolMaps.getFactory
(Iterable<SolutionMapping> input2) static Set<SolutionMapping>
SolutionMappingUtils.nestedLoopJoin
(Iterable<SolutionMapping> i1, Iterable<SolutionMapping> i2) Performs a nested-loop join between two Solution Mapping iterables.Constructors in se.liu.ida.hefquin.base.data.utils with parameters of type SolutionMappingModifierConstructorDescriptionConstructor parameters in se.liu.ida.hefquin.base.data.utils with type arguments of type SolutionMappingModifierConstructorDescriptionFilteringIteratorForSolMaps_ExprList
(Iterable<SolutionMapping> input, org.apache.jena.sparql.expr.Expr... filterExpressions) FilteringIteratorForSolMaps_ExprList
(Iterable<SolutionMapping> input, org.apache.jena.sparql.expr.ExprList filterExpressions) FilteringIteratorForSolMaps_ExprList
(Iterator<SolutionMapping> input, org.apache.jena.sparql.expr.Expr... filterExpressions) FilteringIteratorForSolMaps_ExprList
(Iterator<SolutionMapping> input, org.apache.jena.sparql.expr.ExprList filterExpressions) FilteringIteratorForSolMaps_OneVarBinding
(Iterable<SolutionMapping> input, org.apache.jena.sparql.core.Var var, org.apache.jena.graph.Node value) FilteringIteratorForSolMaps_OneVarBinding
(Iterator<SolutionMapping> input, org.apache.jena.sparql.core.Var var, org.apache.jena.graph.Node value) FilteringIteratorForSolMaps_ThreeVarsBindings
(Iterable<SolutionMapping> input, org.apache.jena.sparql.core.Var var1, org.apache.jena.graph.Node value1, org.apache.jena.sparql.core.Var var2, org.apache.jena.graph.Node value2, org.apache.jena.sparql.core.Var var3, org.apache.jena.graph.Node value3) FilteringIteratorForSolMaps_ThreeVarsBindings
(Iterator<SolutionMapping> input, org.apache.jena.sparql.core.Var var1, org.apache.jena.graph.Node value1, org.apache.jena.sparql.core.Var var2, org.apache.jena.graph.Node value2, org.apache.jena.sparql.core.Var var3, org.apache.jena.graph.Node value3) FilteringIteratorForSolMaps_TwoVarsBindings
(Iterable<SolutionMapping> input, org.apache.jena.sparql.core.Var var1, org.apache.jena.graph.Node value1, org.apache.jena.sparql.core.Var var2, org.apache.jena.graph.Node value2) FilteringIteratorForSolMaps_TwoVarsBindings
(Iterator<SolutionMapping> input, org.apache.jena.sparql.core.Var var1, org.apache.jena.graph.Node value1, org.apache.jena.sparql.core.Var var2, org.apache.jena.graph.Node value2) protected
protected
JoiningIteratorForSolMaps
(Iterable<SolutionMapping> input1, Iterable<SolutionMapping> input2) JoiningIteratorForSolMaps
(Iterator<SolutionMapping> input1, Iterable<SolutionMapping> input2) JoiningIteratorForSolMaps
(Iterator<SolutionMapping> input1, Iterable<SolutionMapping> input2) protected
protected
UnionIteratorForSolMaps
(Iterable<SolutionMapping> input1, Iterable<SolutionMapping> input2) UnionIteratorForSolMaps
(Iterator<SolutionMapping> input1, Iterator<SolutionMapping> input2) -
Uses of SolutionMapping in se.liu.ida.hefquin.base.datastructures
Methods in se.liu.ida.hefquin.base.datastructures that return types with arguments of type SolutionMappingModifier and TypeMethodDescriptionSolutionMappingsIndex.findSolutionMappings
(org.apache.jena.sparql.core.Var var, org.apache.jena.graph.Node value) Returns an iterator over all solution mappings in this index that map the given variable to the given value.SolutionMappingsIndex.findSolutionMappings
(org.apache.jena.sparql.core.Var var1, org.apache.jena.graph.Node value1, org.apache.jena.sparql.core.Var var2, org.apache.jena.graph.Node value2) Returns an iterator over all solution mappings in this index that map the first variable to the first value and the second variable to the second value.SolutionMappingsIndex.findSolutionMappings
(org.apache.jena.sparql.core.Var var1, org.apache.jena.graph.Node value1, org.apache.jena.sparql.core.Var var2, org.apache.jena.graph.Node value2, org.apache.jena.sparql.core.Var var3, org.apache.jena.graph.Node value3) This method is a three-variables version of the methodSolutionMappingsIndex.findSolutionMappings(Var, Node)
.SolutionMappingsIndex.getAllSolutionMappings()
Returns all solution mappings currently in this index.SolutionMappingsIndex.getJoinPartners
(SolutionMapping sm) Returns an iterator over all solution mappings in this index that are compatible with the given solution mappings.default Iterator<SolutionMapping>
SolutionMappingsIndex.iterator()
Methods in se.liu.ida.hefquin.base.datastructures with parameters of type SolutionMappingModifier and TypeMethodDescriptionSolutionMappingsIndex.getJoinPartners
(SolutionMapping sm) Returns an iterator over all solution mappings in this index that are compatible with the given solution mappings. -
Uses of SolutionMapping in se.liu.ida.hefquin.base.datastructures.impl
Fields in se.liu.ida.hefquin.base.datastructures.impl with type parameters of type SolutionMappingModifier and TypeFieldDescriptionprotected final List<SolutionMapping>
SolutionMappingsIndexNoJoinVars.indexedSolMaps
protected Iterator<SolutionMapping>
SolutionMappingsHashTableBasedOnTwoVars.MyAllSolutionMappingsIterator.itInnerMapElmts
protected final Iterator<Map<org.apache.jena.graph.Node,
List<SolutionMapping>>> SolutionMappingsHashTableBasedOnTwoVars.MyAllSolutionMappingsIterator.itInnerMaps
protected final Map<List<org.apache.jena.graph.Node>,
List<SolutionMapping>> SolutionMappingsHashTable.map
protected final Map<org.apache.jena.graph.Node,
List<SolutionMapping>> SolutionMappingsHashTableBasedOnOneVar.map
protected final Map<org.apache.jena.graph.Node,
Map<org.apache.jena.graph.Node, List<SolutionMapping>>> SolutionMappingsHashTableBasedOnTwoVars.map
Methods in se.liu.ida.hefquin.base.datastructures.impl that return SolutionMappingModifier and TypeMethodDescriptionSolutionMappingsHashTableBasedOnTwoVars.MyAllSolutionMappingsIterator.next()
Methods in se.liu.ida.hefquin.base.datastructures.impl that return types with arguments of type SolutionMappingModifier and TypeMethodDescriptionstatic Iterable<SolutionMapping>
SolutionMappingsIndexForMixedUsage.copy
(Iterable<SolutionMapping> i) SolutionMappingsHashTable.findSolutionMappings
(org.apache.jena.sparql.core.Var var, org.apache.jena.graph.Node value) SolutionMappingsHashTable.findSolutionMappings
(org.apache.jena.sparql.core.Var var1, org.apache.jena.graph.Node value1, org.apache.jena.sparql.core.Var var2, org.apache.jena.graph.Node value2) SolutionMappingsHashTable.findSolutionMappings
(org.apache.jena.sparql.core.Var var1, org.apache.jena.graph.Node value1, org.apache.jena.sparql.core.Var var2, org.apache.jena.graph.Node value2, org.apache.jena.sparql.core.Var var3, org.apache.jena.graph.Node value3) SolutionMappingsHashTableBasedOnOneVar.findSolutionMappings
(org.apache.jena.sparql.core.Var var, org.apache.jena.graph.Node value) SolutionMappingsHashTableBasedOnOneVar.findSolutionMappings
(org.apache.jena.sparql.core.Var var1, org.apache.jena.graph.Node value1, org.apache.jena.sparql.core.Var var2, org.apache.jena.graph.Node value2) SolutionMappingsHashTableBasedOnOneVar.findSolutionMappings
(org.apache.jena.sparql.core.Var var1, org.apache.jena.graph.Node value1, org.apache.jena.sparql.core.Var var2, org.apache.jena.graph.Node value2, org.apache.jena.sparql.core.Var var3, org.apache.jena.graph.Node value3) SolutionMappingsHashTableBasedOnTwoVars.findSolutionMappings
(org.apache.jena.sparql.core.Var var, org.apache.jena.graph.Node value) SolutionMappingsHashTableBasedOnTwoVars.findSolutionMappings
(org.apache.jena.sparql.core.Var var1, org.apache.jena.graph.Node value1, org.apache.jena.sparql.core.Var var2, org.apache.jena.graph.Node value2) SolutionMappingsHashTableBasedOnTwoVars.findSolutionMappings
(org.apache.jena.sparql.core.Var var1, org.apache.jena.graph.Node value1, org.apache.jena.sparql.core.Var var2, org.apache.jena.graph.Node value2, org.apache.jena.sparql.core.Var var3, org.apache.jena.graph.Node value3) SolutionMappingsIndexForMixedUsage.findSolutionMappings
(org.apache.jena.sparql.core.Var var, org.apache.jena.graph.Node value) SolutionMappingsIndexForMixedUsage.findSolutionMappings
(org.apache.jena.sparql.core.Var var1, org.apache.jena.graph.Node value1, org.apache.jena.sparql.core.Var var2, org.apache.jena.graph.Node value2) SolutionMappingsIndexForMixedUsage.findSolutionMappings
(org.apache.jena.sparql.core.Var var1, org.apache.jena.graph.Node value1, org.apache.jena.sparql.core.Var var2, org.apache.jena.graph.Node value2, org.apache.jena.sparql.core.Var var3, org.apache.jena.graph.Node value3) SolutionMappingsIndexNoJoinVars.findSolutionMappings
(org.apache.jena.sparql.core.Var var, org.apache.jena.graph.Node value) SolutionMappingsIndexNoJoinVars.findSolutionMappings
(org.apache.jena.sparql.core.Var var1, org.apache.jena.graph.Node value1, org.apache.jena.sparql.core.Var var2, org.apache.jena.graph.Node value2) SolutionMappingsIndexNoJoinVars.findSolutionMappings
(org.apache.jena.sparql.core.Var var1, org.apache.jena.graph.Node value1, org.apache.jena.sparql.core.Var var2, org.apache.jena.graph.Node value2, org.apache.jena.sparql.core.Var var3, org.apache.jena.graph.Node value3) WrappingSolutionMappingsIndex.findSolutionMappings
(org.apache.jena.sparql.core.Var var, org.apache.jena.graph.Node value) WrappingSolutionMappingsIndex.findSolutionMappings
(org.apache.jena.sparql.core.Var var1, org.apache.jena.graph.Node value1, org.apache.jena.sparql.core.Var var2, org.apache.jena.graph.Node value2) WrappingSolutionMappingsIndex.findSolutionMappings
(org.apache.jena.sparql.core.Var var1, org.apache.jena.graph.Node value1, org.apache.jena.sparql.core.Var var2, org.apache.jena.graph.Node value2, org.apache.jena.sparql.core.Var var3, org.apache.jena.graph.Node value3) protected Iterable<SolutionMapping>
SolutionMappingsIndexBase.findSolutionMappingsLastResort
(org.apache.jena.sparql.core.Var var, org.apache.jena.graph.Node value) Wraps aSolutionMappingsIterableWithOneVarFilter
around the output ofSolutionMappingsIndex.getAllSolutionMappings()
.protected Iterable<SolutionMapping>
SolutionMappingsIndexBase.findSolutionMappingsLastResort
(org.apache.jena.sparql.core.Var var1, org.apache.jena.graph.Node value1, org.apache.jena.sparql.core.Var var2, org.apache.jena.graph.Node value2) Wraps aSolutionMappingsIterableWithTwoVarsFilter
around the output ofSolutionMappingsIndex.getAllSolutionMappings()
.protected Iterable<SolutionMapping>
SolutionMappingsIndexBase.findSolutionMappingsLastResort
(org.apache.jena.sparql.core.Var var1, org.apache.jena.graph.Node value1, org.apache.jena.sparql.core.Var var2, org.apache.jena.graph.Node value2, org.apache.jena.sparql.core.Var var3, org.apache.jena.graph.Node value3) Wraps aSolutionMappingsIterableWithThreeVarsFilter
around the output ofSolutionMappingsIndex.getAllSolutionMappings()
.SolutionMappingsHashTable.getAllSolutionMappings()
SolutionMappingsHashTableBasedOnOneVar.getAllSolutionMappings()
SolutionMappingsHashTableBasedOnTwoVars.getAllSolutionMappings()
SolutionMappingsIndexForMixedUsage.getAllSolutionMappings()
SolutionMappingsIndexNoJoinVars.getAllSolutionMappings()
WrappingSolutionMappingsIndex.getAllSolutionMappings()
SolutionMappingsHashTable.getJoinPartners
(SolutionMapping sm) SolutionMappingsHashTableBasedOnOneVar.getJoinPartners
(SolutionMapping sm) This method assumes that the only variable that the given solution mapping has in common with the solution mappings in the index is the variable on which the index is built.SolutionMappingsHashTableBasedOnTwoVars.getJoinPartners
(SolutionMapping sm) This method assumes that the only variables that the given solution mapping has in common with the solution mappings in the index are the two variables on which the index is built.SolutionMappingsIndexForMixedUsage.getJoinPartners
(SolutionMapping sm) SolutionMappingsIndexNoJoinVars.getJoinPartners
(SolutionMapping sm) SolutionMappingsIndexWithPostMatching.getJoinPartners
(SolutionMapping sm) WrappingSolutionMappingsIndex.getJoinPartners
(SolutionMapping sm) SolutionMappingsHashTableBasedOnTwoVars.MyAllSolutionMappingsIterable.iterator()
protected Iterable<SolutionMapping>
SolutionMappingsHashTable.returnLookupResultOrEmptyList
(List<org.apache.jena.graph.Node> indexKey) protected List<SolutionMapping>
SolutionMappingsHashTableBasedOnTwoVars.returnLookupResultOrEmptyList
(org.apache.jena.graph.Node keyValue1, org.apache.jena.graph.Node keyValue2) Methods in se.liu.ida.hefquin.base.datastructures.impl with parameters of type SolutionMappingModifier and TypeMethodDescriptionboolean
SolutionMappingsHashTable.add
(SolutionMapping e) boolean
SolutionMappingsHashTableBasedOnOneVar.add
(SolutionMapping e) boolean
SolutionMappingsHashTableBasedOnTwoVars.add
(SolutionMapping e) boolean
SolutionMappingsIndexNoJoinVars.add
(SolutionMapping sm) boolean
WrappingSolutionMappingsIndex.add
(SolutionMapping e) SolutionMappingsHashTable.getJoinPartners
(SolutionMapping sm) SolutionMappingsHashTableBasedOnOneVar.getJoinPartners
(SolutionMapping sm) This method assumes that the only variable that the given solution mapping has in common with the solution mappings in the index is the variable on which the index is built.SolutionMappingsHashTableBasedOnTwoVars.getJoinPartners
(SolutionMapping sm) This method assumes that the only variables that the given solution mapping has in common with the solution mappings in the index are the two variables on which the index is built.SolutionMappingsIndexForMixedUsage.getJoinPartners
(SolutionMapping sm) SolutionMappingsIndexNoJoinVars.getJoinPartners
(SolutionMapping sm) SolutionMappingsIndexWithPostMatching.getJoinPartners
(SolutionMapping sm) WrappingSolutionMappingsIndex.getJoinPartners
(SolutionMapping sm) protected org.apache.jena.graph.Node
SolutionMappingsHashTableBasedOnOneVar.getVarKey
(SolutionMapping e) protected List<org.apache.jena.graph.Node>
SolutionMappingsHashTable.getVarKeys
(SolutionMapping e) Method parameters in se.liu.ida.hefquin.base.datastructures.impl with type arguments of type SolutionMappingModifier and TypeMethodDescriptionboolean
SolutionMappingsIndexBase.addAll
(Collection<? extends SolutionMapping> c) boolean
WrappingSolutionMappingsIndex.addAll
(Collection<? extends SolutionMapping> c) static Iterable<SolutionMapping>
SolutionMappingsIndexForMixedUsage.copy
(Iterable<SolutionMapping> i) -
Uses of SolutionMapping in se.liu.ida.hefquin.base.query.impl
Methods in se.liu.ida.hefquin.base.query.impl with parameters of type SolutionMappingModifier and TypeMethodDescriptionstatic BGP
QueryPatternUtils.applySolMapToBGP
(SolutionMapping sm, BGP bgp) Attention, this function throws an exception in all cases in which one of the variables of the BGP would be replaced by a blank node.static SPARQLGraphPattern
QueryPatternUtils.applySolMapToGraphPattern
(SolutionMapping sm, SPARQLGraphPattern pattern) static TriplePattern
QueryPatternUtils.applySolMapToTriplePattern
(SolutionMapping sm, TriplePattern tp) Attention, this function throws an exception in all cases in which one of the variables of the triple pattern would be replaced by a blank node. -
Uses of SolutionMapping in se.liu.ida.hefquin.engine.federation.access
Methods in se.liu.ida.hefquin.engine.federation.access that return types with arguments of type SolutionMappingModifier and TypeMethodDescriptionBindingsRestrictedTriplePatternRequest.getSolutionMappings()
SolMapsResponse.getSolutionMappings()
-
Uses of SolutionMapping in se.liu.ida.hefquin.engine.federation.access.impl.req
Fields in se.liu.ida.hefquin.engine.federation.access.impl.req with type parameters of type SolutionMappingModifier and TypeFieldDescriptionprotected final Set<SolutionMapping>
BindingsRestrictedTriplePatternRequestImpl.solMaps
Methods in se.liu.ida.hefquin.engine.federation.access.impl.req that return types with arguments of type SolutionMappingModifier and TypeMethodDescriptionBindingsRestrictedTriplePatternRequestImpl.getSolutionMappings()
Constructor parameters in se.liu.ida.hefquin.engine.federation.access.impl.req with type arguments of type SolutionMappingModifierConstructorDescriptionBRTPFRequestImpl
(TriplePattern tp, Set<SolutionMapping> solMaps) BRTPFRequestImpl
(TriplePattern tp, Set<SolutionMapping> solMaps, String pageURL) -
Uses of SolutionMapping in se.liu.ida.hefquin.engine.federation.access.impl.reqproc
Fields in se.liu.ida.hefquin.engine.federation.access.impl.reqproc with type parameters of type SolutionMappingModifier and TypeFieldDescriptionfinal List<SolutionMapping>
SPARQLRequestProcessorImpl.MySolutionConsumer.solMaps
-
Uses of SolutionMapping in se.liu.ida.hefquin.engine.federation.access.impl.response
Fields in se.liu.ida.hefquin.engine.federation.access.impl.response with type parameters of type SolutionMappingModifier and TypeFieldDescriptionprotected final List<SolutionMapping>
SolMapsResponseImpl.solMaps
Methods in se.liu.ida.hefquin.engine.federation.access.impl.response that return types with arguments of type SolutionMappingConstructor parameters in se.liu.ida.hefquin.engine.federation.access.impl.response with type arguments of type SolutionMappingModifierConstructorDescriptionSolMapsResponseImpl
(List<SolutionMapping> solMaps, FederationMember fm, DataRetrievalRequest request, Date requestStartTime) Initializes the retrievalEndTime to the time when this object is created.SolMapsResponseImpl
(List<SolutionMapping> solMaps, FederationMember fm, DataRetrievalRequest request, Date requestStartTime, Date retrievalEndTime) -
Uses of SolutionMapping in se.liu.ida.hefquin.engine.queryplan.executable
Methods in se.liu.ida.hefquin.engine.queryplan.executable that return types with arguments of type SolutionMappingModifier and TypeMethodDescriptionIntermediateResultBlock.getSolutionMappings()
Returns an iterator over the intermediate result elements in this block.Methods in se.liu.ida.hefquin.engine.queryplan.executable with parameters of type SolutionMappingModifier and TypeMethodDescriptionvoid
IntermediateResultBlockBuilder.add
(SolutionMapping element) Adds the given result element to the currently-created block.void
IntermediateResultElementSink.send
(SolutionMapping element) -
Uses of SolutionMapping in se.liu.ida.hefquin.engine.queryplan.executable.impl
Fields in se.liu.ida.hefquin.engine.queryplan.executable.impl declared as SolutionMappingModifier and TypeFieldDescriptionprotected SolutionMapping
SynchronizedIntermediateResultElementSink.currentElement
Fields in se.liu.ida.hefquin.engine.queryplan.executable.impl with type parameters of type SolutionMappingModifier and TypeFieldDescriptionprotected final List<SolutionMapping>
GenericIntermediateResultBlockImpl.elements
protected final List<SolutionMapping>
CollectingIntermediateResultElementSink.l
protected final List<SolutionMapping>
CollectingIntermediateResultElementSinkWithTranslation.l
Methods in se.liu.ida.hefquin.engine.queryplan.executable.impl that return SolutionMappingMethods in se.liu.ida.hefquin.engine.queryplan.executable.impl that return types with arguments of type SolutionMappingModifier and TypeMethodDescriptionCollectingIntermediateResultElementSink.getCollectedSolutionMappings()
Returns an iterable over the solution mappings that have been collected in this sink since the last time it was cleared (by callingCollectingIntermediateResultElementSink.clear()
) or, if it has not been cleared so far, since it was created.GenericIntermediateResultBlockImpl.getSolutionMappings()
Methods in se.liu.ida.hefquin.engine.queryplan.executable.impl with parameters of type SolutionMappingModifier and TypeMethodDescriptionvoid
GenericIntermediateResultBlockBuilderImpl.add
(SolutionMapping element) void
GenericIntermediateResultBlockImpl.add
(SolutionMapping element) void
CollectingIntermediateResultElementSink.send
(SolutionMapping element) void
CollectingIntermediateResultElementSinkWithTranslation.send
(SolutionMapping element) void
MaterializingIntermediateResultElementSink.send
(SolutionMapping element) void
SynchronizedIntermediateResultElementSink.send
(SolutionMapping element) -
Uses of SolutionMapping in se.liu.ida.hefquin.engine.queryplan.executable.impl.iterbased
Fields in se.liu.ida.hefquin.engine.queryplan.executable.impl.iterbased declared as SolutionMappingMethods in se.liu.ida.hefquin.engine.queryplan.executable.impl.iterbased that return SolutionMapping -
Uses of SolutionMapping in se.liu.ida.hefquin.engine.queryplan.executable.impl.ops
Fields in se.liu.ida.hefquin.engine.queryplan.executable.impl.ops declared as SolutionMappingModifier and TypeFieldDescriptionprotected final SolutionMapping
BaseForExecOpIndexNestedLoopsJoinWithRequests.MyResponseProcessor.sm
protected final SolutionMapping
BaseForExecOpIndexNestedLoopsJoinWithRequestOps.MyIntermediateResultElementSink.smFromInput
Fields in se.liu.ida.hefquin.engine.queryplan.executable.impl.ops with type parameters of type SolutionMappingModifier and TypeFieldDescriptionprotected final List<SolutionMapping>
ExecOpNaiveNestedLoopsJoin.inputLHS
protected final Iterable<SolutionMapping>
BaseForExecOpBindJoinWithRequestOps.MyIntermediateResultElementSink.inputSolutionMappings
protected final Set<SolutionMapping>
BaseForExecOpBindJoinWithRequestOps.MyIntermediateResultElementSinkOuterJoin.inputSolutionMappingsWithJoinPartners
Methods in se.liu.ida.hefquin.engine.queryplan.executable.impl.ops that return types with arguments of type SolutionMappingModifier and TypeMethodDescriptionprotected abstract Iterator<SolutionMapping>
protected Iterator<SolutionMapping>
protected abstract Iterator<? extends SolutionMapping>
protected Iterator<SolutionMapping>
protected Iterator<SolutionMapping>
ExecOpFilter.createInputToOutputIterator
(Iterable<SolutionMapping> input) protected Iterator<SolutionMapping>
ExecOpGlobalToLocal.createInputToOutputIterator
(Iterable<SolutionMapping> input) protected Iterator<SolutionMapping>
ExecOpLocalToGlobal.createInputToOutputIterator
(Iterable<SolutionMapping> input) protected abstract Iterator<SolutionMapping>
UnaryExecutableOpBaseWithIterator.createInputToOutputIterator
(Iterable<SolutionMapping> input) protected abstract Iterable<SolutionMapping>
BaseForExecOpIndexNestedLoopsJoinWithRequests.MyResponseProcessor.extractSolMaps
(RespType response) protected Set<SolutionMapping>
ExecOpParallelMultiwayLeftJoin.merge
(SolutionMapping inputSol) static Set<SolutionMapping>
ExecOpBindJoinBRTPF.restrictSolMaps
(Iterable<SolutionMapping> inputSolMaps, Set<org.apache.jena.sparql.core.Var> joinVars) Returns null if at least one of the solution mappings that would otherwise be added to the returned set of solution mappings is the empty solution mapping (in which case this operator better uses a TPF request rather than a brTPF request).Methods in se.liu.ida.hefquin.engine.queryplan.executable.impl.ops with parameters of type SolutionMappingModifier and TypeMethodDescriptionprotected void
ExecOpHashJoin._processSolMapFromChild2
(SolutionMapping smR, IntermediateResultElementSink sink, ExecutionContext execCxt) protected void
ExecOpHashRJoin._processSolMapFromChild2
(SolutionMapping smR, IntermediateResultElementSink sink, ExecutionContext execCxt) protected void
BaseForExecOpBindJoinWithRequestOps.MyIntermediateResultElementSink._send
(SolutionMapping smFromRequest) void
BaseForExecOpBindJoinWithRequestOps.MyIntermediateResultElementSinkOuterJoin._send
(SolutionMapping smFromRequest) protected abstract NullaryExecutableOp
BaseForExecOpIndexNestedLoopsJoinWithRequestOps.createExecutableRequestOperator
(SolutionMapping sm) protected NullaryExecutableOp
BaseForExecOpIndexNestedLoopsJoinWithTPFRequests.createExecutableRequestOperator
(SolutionMapping inputSolMap) protected Runnable
BaseForExecOpIndexNestedLoopsJoinWithRequestOps.createProcessor
(NullaryExecutableOp reqOp, SolutionMapping smFromInput, IntermediateResultElementSink outputSink, ExecutionContext execCxt) protected abstract ReqType
BaseForExecOpIndexNestedLoopsJoinWithRequests.createRequest
(SolutionMapping sm) protected TriplePatternRequest
BaseForExecOpIndexNestedLoopsJoinWithTPFRequests.createRequest
(SolutionMapping inputSolMap) protected SPARQLRequest
ExecOpIndexNestedLoopsJoinSPARQL.createRequest
(SolutionMapping sm) protected abstract BaseForExecOpIndexNestedLoopsJoinWithRequests<QueryType,
MemberType, ReqType, RespType>.MyResponseProcessor BaseForExecOpIndexNestedLoopsJoinWithRequests.createResponseProcessor
(SolutionMapping sm, IntermediateResultElementSink sink) protected BaseForExecOpIndexNestedLoopsJoinWithRequests<QueryType,
MemberType, ReqType, SolMapsResponse>.MyResponseProcessor BaseForExecOpIndexNestedLoopsJoinWithSolMapsRequests.createResponseProcessor
(SolutionMapping sm, IntermediateResultElementSink sink) protected CompletableFuture<?>
BaseForExecOpIndexNestedLoopsJoinWithRequestOps.initiateProcessing
(SolutionMapping sm, IntermediateResultElementSink sink, ExecutionContext execCxt) protected Set<SolutionMapping>
ExecOpParallelMultiwayLeftJoin.merge
(SolutionMapping inputSol) final void
BaseForExecOpBindJoinWithRequestOps.MyIntermediateResultElementSink.send
(SolutionMapping smFromRequest) void
BaseForExecOpIndexNestedLoopsJoinWithRequestOps.MyIntermediateResultElementSink.send
(SolutionMapping smFromRequest) void
BaseForExecOpIndexNestedLoopsJoinWithRequestOps.MyIntermediateResultElementSinkOuterJoin.send
(SolutionMapping smFromRequest) Method parameters in se.liu.ida.hefquin.engine.queryplan.executable.impl.ops with type arguments of type SolutionMappingModifier and TypeMethodDescriptionprotected void
BaseForExecOpBindJoinWithRequestOps._process
(Iterable<SolutionMapping> joinableInputSMs, IntermediateResultElementSink sink, ExecutionContext execCxt) protected void
UnaryExecutableOpBaseWithIterator._process
(Iterator<SolutionMapping> output, IntermediateResultElementSink sink, ExecutionContext execCxt) protected void
BaseForExecOpBindJoinWithRequestOps._processWithoutSplittingInputFirst
(List<SolutionMapping> joinableInputSMs, IntermediateResultElementSink sink, ExecutionContext execCxt) protected abstract NullaryExecutableOp
BaseForExecOpBindJoinWithRequestOps.createExecutableRequestOperator
(Iterable<SolutionMapping> solMaps) The returned operator should be created such that it throws exceptions instead of collecting them.protected NullaryExecutableOp
ExecOpBindJoinBRTPF.createExecutableRequestOperator
(Iterable<SolutionMapping> inputSolMaps) protected NullaryExecutableOp
ExecOpBindJoinSPARQLwithFILTER.createExecutableRequestOperator
(Iterable<SolutionMapping> solMaps) protected NullaryExecutableOp
ExecOpBindJoinSPARQLwithUNION.createExecutableRequestOperator
(Iterable<SolutionMapping> solMaps) protected NullaryExecutableOp
ExecOpBindJoinSPARQLwithVALUES.createExecutableRequestOperator
(Iterable<SolutionMapping> solMaps) org.apache.jena.sparql.algebra.Op
ExecOpBindJoinSPARQLwithFILTER.createFilter
(Iterable<SolutionMapping> solMaps) protected Iterator<SolutionMapping>
ExecOpFilter.createInputToOutputIterator
(Iterable<SolutionMapping> input) protected Iterator<SolutionMapping>
ExecOpGlobalToLocal.createInputToOutputIterator
(Iterable<SolutionMapping> input) protected Iterator<SolutionMapping>
ExecOpLocalToGlobal.createInputToOutputIterator
(Iterable<SolutionMapping> input) protected abstract Iterator<SolutionMapping>
UnaryExecutableOpBaseWithIterator.createInputToOutputIterator
(Iterable<SolutionMapping> input) protected org.apache.jena.sparql.algebra.Op
ExecOpBindJoinSPARQLwithUNION.createUnion
(Iterable<SolutionMapping> solMaps) protected void
BaseForExecOpBindJoinWithRequestOps.extractUnjoinableInputSMs
(Iterable<SolutionMapping> solMaps, Iterable<org.apache.jena.sparql.core.Var> potentialJoinVars, List<SolutionMapping> unjoinable, List<SolutionMapping> joinable) Splits the given collection of solution mappings into two such that the first list contains all the solution mappings that are guaranteed not to have any join partner and the second list contains the rest of the given input solution mappings (which may have join partners).protected void
BaseForExecOpBindJoinWithRequestOps.extractUnjoinableInputSMs
(Iterable<SolutionMapping> solMaps, Iterable<org.apache.jena.sparql.core.Var> potentialJoinVars, List<SolutionMapping> unjoinable, List<SolutionMapping> joinable) Splits the given collection of solution mappings into two such that the first list contains all the solution mappings that are guaranteed not to have any join partner and the second list contains the rest of the given input solution mappings (which may have join partners).protected void
ExecOpParallelMultiwayLeftJoin.mergePhase
(Iterable<SolutionMapping> inputSolMaps, IntermediateResultElementSink sink) static Set<SolutionMapping>
ExecOpBindJoinBRTPF.restrictSolMaps
(Iterable<SolutionMapping> inputSolMaps, Set<org.apache.jena.sparql.core.Var> joinVars) Returns null if at least one of the solution mappings that would otherwise be added to the returned set of solution mappings is the empty solution mapping (in which case this operator better uses a TPF request rather than a brTPF request).Constructors in se.liu.ida.hefquin.engine.queryplan.executable.impl.ops with parameters of type SolutionMappingModifierConstructorDescriptionMyIntermediateResultElementSink
(IntermediateResultElementSink outputSink, SolutionMapping smFromInput) MyIntermediateResultElementSinkOuterJoin
(IntermediateResultElementSink outputSink, SolutionMapping smFromInput) Constructor parameters in se.liu.ida.hefquin.engine.queryplan.executable.impl.ops with type arguments of type SolutionMappingModifierConstructorDescriptionMyIntermediateResultElementSink
(IntermediateResultElementSink outputSink, Iterable<SolutionMapping> inputSolutionMappings) MyIntermediateResultElementSinkOuterJoin
(IntermediateResultElementSink outputSink, Iterable<SolutionMapping> inputSolutionMappings) -
Uses of SolutionMapping in se.liu.ida.hefquin.engine.queryplan.executable.impl.pullbased
Methods in se.liu.ida.hefquin.engine.queryplan.executable.impl.pullbased that return types with arguments of type SolutionMapping -
Uses of SolutionMapping in se.liu.ida.hefquin.engine.queryplan.executable.impl.pushbased
Methods in se.liu.ida.hefquin.engine.queryplan.executable.impl.pushbased with parameters of type SolutionMapping -
Uses of SolutionMapping in se.liu.ida.hefquin.engine.queryproc
Methods in se.liu.ida.hefquin.engine.queryproc with parameters of type SolutionMapping -
Uses of SolutionMapping in se.liu.ida.hefquin.engine.queryproc.impl
Fields in se.liu.ida.hefquin.engine.queryproc.impl with type parameters of type SolutionMappingModifier and TypeFieldDescriptionprotected List<SolutionMapping>
MaterializingQueryResultSinkImpl.l
Methods in se.liu.ida.hefquin.engine.queryproc.impl that return types with arguments of type SolutionMappingModifier and TypeMethodDescriptionMaterializingQueryResultSinkImpl.getSolMapsIter()
Returns an iterator over the materialized result.Methods in se.liu.ida.hefquin.engine.queryproc.impl with parameters of type SolutionMappingModifier and TypeMethodDescriptionvoid
MaterializingQueryResultSinkImpl.send
(SolutionMapping element) -
Uses of SolutionMapping in se.liu.ida.hefquin.engine.wrappers.graphql
Methods in se.liu.ida.hefquin.engine.wrappers.graphql that return types with arguments of type SolutionMappingModifier and TypeMethodDescriptionGraphQLSolutionGraphSolver.execSelectQuery
(org.apache.jena.rdf.model.Model solutionGraph, SPARQLQuery query) Queries @param solutionGraph using the SELECT query @param query and -
Uses of SolutionMapping in se.liu.ida.hefquin.engine.wrappers.graphql.impl
Methods in se.liu.ida.hefquin.engine.wrappers.graphql.impl that return types with arguments of type SolutionMappingModifier and TypeMethodDescriptionGraphQLSolutionGraphSolverImpl.execSelectQuery
(org.apache.jena.rdf.model.Model solutionGraph, SPARQLQuery query) -
Uses of SolutionMapping in se.liu.ida.hefquin.jenaintegration.sparql.engine.main
Fields in se.liu.ida.hefquin.jenaintegration.sparql.engine.main with type parameters of type SolutionMappingModifier and TypeFieldDescriptionprotected final Iterator<SolutionMapping>
OpExecutorHeFQUIN.WrappingQueryIterator.it
Constructor parameters in se.liu.ida.hefquin.jenaintegration.sparql.engine.main with type arguments of type SolutionMapping