Skip to main content

Module plugins

Module plugins 

Source
Expand description

Plugin system for Graphos.

This module provides the plugin infrastructure and bridges to external libraries.

§Modules

  • algorithms - Graph algorithms (BFS, DFS, components, centrality, etc.)

Modules§

algorithms
Graph algorithms for Graphos.

Structs§

AlgorithmResult
Result of an algorithm execution.
ParameterDef
Definition of an algorithm parameter.
Parameters
Parameters passed to an algorithm.
PluginRegistry
Registry for managing plugins and algorithms.

Enums§

ParameterType
Types of algorithm parameters.

Traits§

Algorithm
A graph algorithm that can be invoked from queries.
Plugin
A Graphos plugin.