app.processing.frontend_graph

Graph structure of the frontend model.

Module Contents

class app.processing.frontend_graph.FrontendGraph

Graph representing the frontend model.

Mainly used to be converted to internal class:app.processing.graph.ProgramGraph.

static create(nodes: collections.abc.Iterable[TBaseNode], edges: collections.abc.Iterable[app.model.CompileRequest.Edge]) FrontendGraph

Build graph from nodes + edges.

Parameters:
Return type:

FrontendGraph