Skip to content

Explanations

This section is a conceptual guide to annnet. A good reading order is:

  1. Design principles: the decisions that shape annnet.
  2. Package architecture: how the object model and package modules fit together.
  3. Incidence representation: the graph formalism underneath the package.
  4. Multilayer and multi-aspect graphs: how annnet models layered graph state.
  5. Slices and views: how one graph can hold several contexts without duplication.
  6. Interoperability: what annnet keeps, what other tools expect, and how conversion works.
  7. Storage and IO: native persistence and exchange formats.
  8. Tracking changes
  9. Typical analysis patterns

Use the API reference when you need exact signatures rather than concepts.