Directories
¶
| Path | Synopsis |
|---|---|
|
Package analysis holds the pure-domain result model: findings, their severity and kind, and the immutable AnalysisReport every emitter renders from.
|
Package analysis holds the pure-domain result model: findings, their severity and kind, and the immutable AnalysisReport every emitter renders from. |
|
Package corpus is the pure-domain model of a scanned markdown repository: the documents, their front matter and section trees, and the in-memory Corpus that holds them along with the indices (HeadingInventory, AliasTable) that downstream resolution and analysis read from.
|
Package corpus is the pure-domain model of a scanned markdown repository: the documents, their front matter and section trees, and the in-memory Corpus that holds them along with the indices (HeadingInventory, AliasTable) that downstream resolution and analysis read from. |
|
Package graphmodel holds the pure-domain graph model and analyses: the directed reference graph over documents and sections, the hierarchy tree, and the orphan/component/HITS/gap analyses defined on the document projection (see ADR 0007).
|
Package graphmodel holds the pure-domain graph model and analyses: the directed reference graph over documents and sections, the hierarchy tree, and the orphan/component/HITS/gap analyses defined on the document projection (see ADR 0007). |
|
Package identity defines DocumentID — a document's canonical, repository- relative identity (ADR 0001) — and its validating constructor.
|
Package identity defines DocumentID — a document's canonical, repository- relative identity (ADR 0001) — and its validating constructor. |
|
Package reference models the directed edges of the corpus: links between documents (and sections), their type, their resolution target, and their health classification.
|
Package reference models the directed edges of the corpus: links between documents (and sections), their type, their resolution target, and their health classification. |
Click to show internal directories.
Click to hide internal directories.