Uses of Interface
com.semedy.reasoner.api.edb.SortedIndex
Packages that use SortedIndex
Package
Description
-
Uses of SortedIndex in com.semedy.reasoner.api.edb
Methods in com.semedy.reasoner.api.edb that return SortedIndexModifier and TypeMethodDescriptionBaseRelation.createSortedIndex
(int[] indexedpositions) ret or create a sorted index given by the argument positions in indexed positionsBaseRelation.getSortedIndex
(int[] indexedpositions) Get a sorted index given by the argument positions in indexed positions (if it already exists). -
Uses of SortedIndex in com.semedy.reasoner.edb.persistentstore
Classes in com.semedy.reasoner.edb.persistentstore that implement SortedIndexModifier and TypeClassDescriptionclass
Container for a persistent sorted indexMethods in com.semedy.reasoner.edb.persistentstore that return SortedIndexModifier and TypeMethodDescriptionPersistentRelation.createSortedIndex
(int[] indexedpositions) PersistentRelation.getSortedIndex
(int[] indexedpositions) -
Uses of SortedIndex in com.semedy.reasoner.edb.ramstore
Classes in com.semedy.reasoner.edb.ramstore that implement SortedIndexMethods in com.semedy.reasoner.edb.ramstore that return SortedIndexModifier and TypeMethodDescriptionMainMemoryBaseRelation.createSortedIndex
(int[] indexedPositions) MainMemoryRelation.createSortedIndex
(int[] indexedpositions) MainMemoryBaseRelation.getSortedIndex
(int[] indexedPositions) MainMemoryRelation.getSortedIndex
(int[] indexedPositions) -
Uses of SortedIndex in com.semedy.reasoner.reasoning.monitor
Methods in com.semedy.reasoner.reasoning.monitor that return SortedIndexModifier and TypeMethodDescriptionReasoningMonitorRelation.createSortedIndex
(int[] indexedpositions) RelationAdapter.createSortedIndex
(int[] indexedpositions) RelationAdapter.getSortedIndex
(int[] indexedpositions) -
Uses of SortedIndex in com.semedy.reasoner.reasoning.processes
Methods in com.semedy.reasoner.reasoning.processes that return SortedIndexModifier and TypeMethodDescriptionCrossProductBaseRelation.createSortedIndex
(int[] indexedpositions) OneToOneBaseRelation.createSortedIndex
(int[] indexedPositions) CrossProductBaseRelation.getSortedIndex
(int[] indexedpositions)