pyGHDL.dom.formatting.GraphML

Classes


Classes

class pyGHDL.dom.formatting.GraphML.Formatter(graph)[source]

Inheritance

Inheritance diagram of Formatter

Parameters:

graph (Graph)

__init__(graph)[source]
Parameters:

graph (Graph)

Return type:

None

class pyGHDL.dom.formatting.GraphML.DependencyGraphFormatter(graph)[source]

Inheritance

Inheritance diagram of DependencyGraphFormatter

Parameters:

graph (Graph)

__init__(graph)
Parameters:

graph (Graph)

Return type:

None

class pyGHDL.dom.formatting.GraphML.HierarchyGraphFormatter(graph)[source]

Inheritance

Inheritance diagram of HierarchyGraphFormatter

Parameters:

graph (Graph)

__init__(graph)
Parameters:

graph (Graph)

Return type:

None

class pyGHDL.dom.formatting.GraphML.CompileOrderGraphFormatter(graph)[source]

Inheritance

Inheritance diagram of CompileOrderGraphFormatter

Parameters:

graph (Graph)

__init__(graph)
Parameters:

graph (Graph)

Return type:

None