Uses of Interface
com.semedy.reasoner.api.edb.Index
Packages that use Index
Package
Description
- 
Uses of Index in com.semedy.reasoner.api.edb
Subinterfaces of Index in com.semedy.reasoner.api.edbModifier and TypeInterfaceDescriptioninterfacemethods for a secondary sorted index for tuplesMethods in com.semedy.reasoner.api.edb that return IndexModifier and TypeMethodDescriptionBaseRelation.createIndex(int[] indexedpositions) Get or create a simple (not sorted index) by the argument positions in indexed positions.BaseRelation.getIndex(int[] indexedpositions) Get an index given by the argument positions in indexed positions (if it already exists). - 
Uses of Index in com.semedy.reasoner.edb.persistentstore
Classes in com.semedy.reasoner.edb.persistentstore that implement IndexModifier and TypeClassDescriptionclassContainer for a persistent sorted indexMethods in com.semedy.reasoner.edb.persistentstore that return IndexModifier and TypeMethodDescriptionPersistentRelation.createIndex(int[] indexedpositions) PersistentRelation.getIndex(int[] indexedpositions)  - 
Uses of Index in com.semedy.reasoner.edb.ramstore
Subinterfaces of Index in com.semedy.reasoner.edb.ramstoreClasses in com.semedy.reasoner.edb.ramstore that implement IndexModifier and TypeClassDescriptionclassclassHashindex for tuplesclassclassHashindex for tuplesclassHashindex for tuplesMethods in com.semedy.reasoner.edb.ramstore that return IndexModifier and TypeMethodDescriptionMainMemoryBaseRelation.createIndex(int[] indexedPositions) MainMemoryRelation.createIndex(int[] indexedpositions) MainMemoryBaseRelation.getIndex(int[] indexedPositions) MainMemoryRelation.getIndex(int[] indexedPositions)  - 
Uses of Index in com.semedy.reasoner.reasoning.monitor
Methods in com.semedy.reasoner.reasoning.monitor that return IndexModifier and TypeMethodDescriptionReasoningMonitorRelation.createIndex(int[] indexedpositions) RelationAdapter.createIndex(int[] indexedpositions) RelationAdapter.getIndex(int[] indexedpositions)  - 
Uses of Index in com.semedy.reasoner.reasoning.processes
Methods in com.semedy.reasoner.reasoning.processes that return IndexModifier and TypeMethodDescriptionCrossProductBaseRelation.createIndex(int[] indexedPositions) OneToOneBaseRelation.createIndex(int[] indexedPositions) CrossProductBaseRelation.getIndex(int[] indexedPositions) Constructors in com.semedy.reasoner.reasoning.processes with parameters of type IndexModifierConstructorDescriptionSortedEnumeratorOneToOne(Index[] nullIndices, TupleEnumerator enm, int width) SortedIndexEnumeratorOneToOne(SortedIndexEnumerator enm, Index[] nullIndices, int width) TupleEnumeratorOneToOneJoin(OneToOneBaseRelation crossProductBaseRelation, TupleEnumerator[] enumerators, Index[] nullIndices)