Uses of Class
com.semedy.reasoner.edb.zdb.InvertedIndices
Package
Description
-
Uses of InvertedIndices in com.semedy.reasoner.api.edb
Modifier and TypeMethodDescriptionExtensionalDB.createIndex
(SymbolTable symbols, long propCode) create indices for propertyExtensionalDB.getInvertedIndices()
get all inverted indicesExtensionalDB.getInvertedIndices
(String property) get inverted indicesModifier and TypeMethodDescriptionvoid
Loader.setParameters
(ExtensionalDB edb, InvertedIndices invertedIndices, Map<String, Long> counts, Map<String, Integer> predicateToIndex, Map<String, String> indexToPredicates, ExternalDataTypeProvider datatypes, SymbolTable symbols, long size, String[] setProperties, Configuration config) ModifierConstructorDescriptionFileSorter
(Map<String, String> indexToPredicate, Map<String, Partitioning> partitions, InvertedIndices invertedIndices, String tempDir, ExtensionalDB edb) LoaderProvider
(ExtensionalDB edb, InvertedIndices invertedIndices, String tempDir, Configuration config) -
Uses of InvertedIndices in com.semedy.reasoner.api.parser
ModifierConstructorDescriptionRuleParser
(SymbolTable symbolTable, ExternalDataTypeProvider dataTypeProvider, BuiltinProvider builtins, InvertedIndices invertedIndex) -
Uses of InvertedIndices in com.semedy.reasoner.edb.loader
Modifier and TypeMethodDescriptionvoid
JsonLoader.setParameters
(ExtensionalDB edb, InvertedIndices invertedIndices, Map<String, Long> counts, Map<String, Integer> predicateToIndex, Map<String, String> indexToPredicates, ExternalDataTypeProvider datatypes, SymbolTable symbols, long size, String[] setProperties, Configuration config) void
JsonLoader2.setParameters
(ExtensionalDB edb, InvertedIndices invertedIndices, Map<String, Long> counts, Map<String, Integer> predicateToIndex, Map<String, String> indexToPredicates, ExternalDataTypeProvider datatypes, SymbolTable symbols, long size, String[] setProperties, Configuration config) void
JsonLoader3.setParameters
(ExtensionalDB edb, InvertedIndices invertedIndices, Map<String, Long> counts, Map<String, Integer> predicateToIndex, Map<String, String> indexToPredicates, ExternalDataTypeProvider datatypes, SymbolTable symbols, long size, String[] setProperties, Configuration config) void
XMLLoader.setParameters
(ExtensionalDB edb, InvertedIndices invertedIndices, Map<String, Long> counts, Map<String, Integer> predicateToIndex, Map<String, String> indexToPredicates, ExternalDataTypeProvider datatypes, SymbolTable symbols, long size, String[] setProperties, Configuration config) -
Uses of InvertedIndices in com.semedy.reasoner.parser.oologic
ModifierConstructorDescriptionInternalOOLogicParser
(SymbolTable symbolTable, ExternalDataTypeProvider dataTypeProvider, BuiltinProvider builtins, InvertedIndices invertedIndex) OOLogicListener
(Collection<Rule> parsedRules, Collection<Literal> parsedFacts, SymbolTable symbols, ExternalDataTypeProvider dataTypeProvider, BuiltinProvider builtins, InvertedIndices invertedIndex)