snowshu.core.graph

class snowshu.core.graph.SnowShuGraph

Bases: object

build_graph(configs: snowshu.core.configuration_parser.Configuration) → networkx.classes.digraph.DiGraph

Builds a directed graph per replica config.

Parameters

configsConfiguration object.

Returns

a directed graph of Relations with dependencies applied.

get_graphs() → tuple

builds independent graphs and returns the collection of them.