Class SolutionMappingsIndexNoJoinVars

java.lang.Object
se.liu.ida.hefquin.base.datastructures.impl.SolutionMappingsIndexBase
se.liu.ida.hefquin.base.datastructures.impl.SolutionMappingsIndexNoJoinVars
All Implemented Interfaces:
Iterable<SolutionMapping>, Collection<SolutionMapping>, SolutionMappingsIndex, StatsProvider

public class SolutionMappingsIndexNoJoinVars extends SolutionMappingsIndexBase
This is a special implementation of SolutionMappingsIndex that can be used for cases in which ALL indexed solution mappings should be returned as join partners. This is useful for joins between subpatterns that do not have any variable in common (i.e., no join variables).