Skip to main content

Interface: IEntityAggregationService

Defined in: Services/StudyOverview/IEntityAggregationService.ts:11

Aggregates tag-graph entity references for a given (book, chapter) using a single tag-graph repository instance.

Unlike the other StudyOverview services this one takes a single repository (not an array) because there is at most one tag_graph.db per installation.

Methods

getChapterEntities()

getChapterEntities(book, chapter, tagGraph): EntitiesByVerse

Defined in: Services/StudyOverview/IEntityAggregationService.ts:12

Parameters

book

number

chapter

number

tagGraph

ITagGraphRepository | null | undefined

Returns

EntitiesByVerse