Module graphannis::graph[][src]

Expand description

Types that are used by the Graph API.

Structs

The fully qualified name of an annotation.

An annotation with a qualified name and a value.

Identifies an edge component of the graph.

Directed edge between a source and target node which are identified by their ID.

Some general statistical numbers specific to a graph component

A match is the result of a query on an annotation storage.

Traits

Access annotations for nodes or edges.

Basic trait for accessing edges of a graph for a specific component.

A graph storage is the representation of an edge component of a graph with specific structures. These specific structures are exploited to efficiently implement reachability queries.

Trait for accessing graph storages which can be written to.

Type Definitions

A group of single matched nodes.

Unique internal identifier for a single node.