MetaDataGraphs.jl
Welcome to the documentation of MetaDataGraphs.jl.
Overview
This packages provides a Graphs.jl-compatible format for graphs whose vertices or edges have associated metadata. In addition, vertices are allowed to have a "label" of arbitrary non-integer type, instead of the integer labels imposed by Graphs.jl.
Our main inspiration is MetaGraphsNext.jl, but we made slightly different design choices.
Getting started
To install this package, open the Julia REPL, type ]
to switch to the Pkg REPL, and run:
pkg> add https://github.com/gdalle/MetaDataGraphs.jl
Index
MetaDataGraphs.AbstractDataGraph
MetaDataGraphs.DataDiGraph
MetaDataGraphs.DataDiGraph
Base.getindex
Base.haskey
Graphs.SimpleGraphs.add_edge!
Graphs.SimpleGraphs.add_edge!
Graphs.SimpleGraphs.add_vertex!
Graphs.SimpleGraphs.rem_edge!
Graphs.SimpleGraphs.rem_vertex!
Graphs.has_edge
Graphs.has_vertex
Graphs.weights
MetaDataGraphs.get_data
MetaDataGraphs.get_data
MetaDataGraphs.get_data
MetaDataGraphs.get_data
MetaDataGraphs.get_data
MetaDataGraphs.get_label
MetaDataGraphs.get_vertex
MetaDataGraphs.set_data!
MetaDataGraphs.set_data!
MetaDataGraphs.set_data!
MetaDataGraphs.set_data!
MetaDataGraphs.set_data!