Module: MOSAIK::Graph

Extended by:
T::Sig
Defined in:
lib/mosaik/graph/edge.rb,
lib/mosaik/graph/graph.rb,
lib/mosaik/graph/vertex.rb,
lib/mosaik/graph/cluster.rb,
lib/mosaik/graph/reducer.rb,
lib/mosaik/graph/attributes.rb,
lib/mosaik/graph/statistics.rb,
lib/mosaik/graph/visualizer.rb

Defined Under Namespace

Classes: Cluster, Edge, Graph, Reducer, Statistics, Vertex, Visualizer

Constant Summary collapse

Attributes =

Attributes of an edge

T.type_alias { T::Hash[Symbol, T.untyped] }