logic: shallow python indexing (issue #725)

This commit is contained in:
mlangkabel
2019-11-06 19:50:47 +01:00
parent 73f3be72e1
commit 9d556599ab
37 changed files with 284 additions and 98 deletions
+3
View File
@@ -40,6 +40,9 @@ public:
void removeElement(const Id id);
void removeElements(const std::vector<Id>& ids);
void removeOccurrence(const StorageOccurrence& occurrence);
void removeOccurrences(const std::vector<StorageOccurrence>& occurrences);
void removeElementsWithoutOccurrences(const std::vector<Id>& elementIds);
const std::vector<StorageNode>& getStorageNodes() const override;
const std::vector<StorageFile>& getStorageFiles() const override;