turbograph subpackages#
- turbograph.core subpackage
- turbograph.core.constant module
- turbograph.core.exception module
- turbograph.core.funccall module
- turbograph.core.specification module
- turbograph.core.attribute module
- turbograph.core.graphwrapper module
G
VertexError
EdgeError
EdgeDirection
EDGE_DIRECTIONS
DEFAULT_EDGE_DIRECTION
EdgeDirectionError
GraphWrapper
GraphWrapper.graph
GraphWrapper.initialize_empty()
GraphWrapper.get_graph_copy()
GraphWrapper.add_vertex()
GraphWrapper.add_edge()
GraphWrapper.delete_vertex()
GraphWrapper.delete_edge()
GraphWrapper.get_vertex_attribute()
GraphWrapper.get_vertex_attributes()
GraphWrapper.set_vertex_attribute()
GraphWrapper.update_vertex_attributes()
GraphWrapper.get_neighbors()
GraphWrapper.get_degree()
GraphWrapper.get_subcomponent()
GraphWrapper.call_mode
GraphWrapper.is_dag()
GraphWrapper.get_sorted_vertices()
GraphWrapper.vertices
GraphWrapper.edges
GraphWrapper.has_vertex()
GraphWrapper.has_edge()
GraphWrapper.get_vertices_with_known_value()
GraphWrapper.set_attribute_to_vertices()
GraphWrapper.get_all_vertex_attributes()
GraphWrapper.copy()
GraphWrapper.subgraph()
GraphWrapper.reset()
GraphWrapper.rebuild()
GraphWrapper.compute()
GW
- turbograph.core.adapter module
- turbograph.backend subpackage
- turbograph.backend.igraph_backend module
IGraphWrapper
IGraphWrapper.initialize_empty()
IGraphWrapper.get_graph_copy()
IGraphWrapper.add_vertex()
IGraphWrapper.add_edge()
IGraphWrapper.delete_vertex()
IGraphWrapper.delete_edge()
IGraphWrapper.get_vertex_attribute()
IGraphWrapper.get_vertex_attributes()
IGraphWrapper.set_vertex_attribute()
IGraphWrapper.update_vertex_attributes()
IGraphWrapper.call_mode
IGraphWrapper.get_neighbors()
IGraphWrapper.get_degree()
IGraphWrapper.get_subcomponent()
IGraphWrapper.is_dag()
IGraphWrapper.reset()
IGraphWrapper.get_sorted_vertices()
- turbograph.backend.networkx_backend module
NetworkXWrapper
NetworkXWrapper.initialize_empty()
NetworkXWrapper.get_graph_copy()
NetworkXWrapper.add_vertex()
NetworkXWrapper.add_edge()
NetworkXWrapper.delete_vertex()
NetworkXWrapper.delete_edge()
NetworkXWrapper.get_vertex_attribute()
NetworkXWrapper.get_vertex_attributes()
NetworkXWrapper.set_vertex_attribute()
NetworkXWrapper.update_vertex_attributes()
NetworkXWrapper.call_mode
NetworkXWrapper.get_neighbors()
NetworkXWrapper.get_degree()
NetworkXWrapper.get_subcomponent()
NetworkXWrapper.is_dag()
NetworkXWrapper.get_sorted_vertices()
- turbograph.backend.factory module
- turbograph.backend.igraph_backend module
- turbograph.run subpackage