Explanations
This section is a conceptual guide to annnet. A good reading order is:
- Design principles: the decisions that shape annnet.
- Package architecture: how the object model and package modules fit together.
- Incidence representation: the graph formalism underneath the package.
- Multilayer and multi-aspect graphs: how annnet models layered graph state.
- Slices and views: how one graph can hold several contexts without duplication.
- Interoperability: what annnet keeps, what other tools expect, and how conversion works.
- Storage and IO: native persistence and exchange formats.
- Tracking changes
- Typical analysis patterns
Use the API reference when you need exact signatures rather than concepts.