Home
Trees
Indices
Help
[
hide private
]
[
frames
] |
no frames
]
[
Module Hierarchy
|
Class Hierarchy
]
Class Hierarchy
object
:
The most base type
graphadt.algorithms.Countpair
graphadt.graphtypes.Graph
:
This is the basic definition of a graph.
graphadt.graphtypes.DirectedGraph
:
This class defines a Directed Graph.
graphadt.graphtypes.DirectedAdjListsGraph
:
Convenience class which constructs a directed graph and sets the inner representation to an AdjacencyListsRepresentation.
graphadt.graphtypes.WeightedDirectedAdjListsGraph
:
Convenience class which uses multiple inheritance to achieve weighted, Directed behaviour using an underlying Adjacency Lists Representation.
graphadt.graphtypes.DirectedAdjMatrixGraph
:
Convenience class which constructs a directed graph and sets the inner representation to an AdjacencyMatrixRepresentation.
graphadt.graphtypes.UndirectedGraph
:
This class defines the Undirected Graph.
graphadt.graphtypes.UndirectedAdjListsGraph
:
Convenience class which constructs an undirected graph and sets the inner representation to an AdjacencyListsRepresentation.
graphadt.graphtypes.WeightedUndirectedAdjListsGraph
:
Convenience class which uses multiple inheritance to achieve weighted, Directed behaviour using an underlying Adjacency Lists Representation.
graphadt.graphtypes.UndirectedAdjMatrixGraph
:
Convenience class which constructs an undirected graph and sets the inner representation to an AdjacencyMatrixRepresentation.
graphadt.graphtypes.WeightedGraph
:
This abstract class manages the weights of edges of a graph.
graphadt.graphtypes.WeightedDirectedAdjListsGraph
:
Convenience class which uses multiple inheritance to achieve weighted, Directed behaviour using an underlying Adjacency Lists Representation.
graphadt.graphtypes.WeightedUndirectedAdjListsGraph
:
Convenience class which uses multiple inheritance to achieve weighted, Directed behaviour using an underlying Adjacency Lists Representation.
graphadt.representations.Representation
:
This abstract class specifies the interface for the representation of the state within a graph.
graphadt.representations.AdjacencyLists
:
AdjacencyLists extends and realises the abstract class Representation.
graphadt.representations.AdjacencyMatrix
:
AdjacencyMatrix extends and realises the abstract class Representation.
type
:
type(object) -> the object's type type(name, bases, dict) -> a new type
abc.ABCMeta
:
Metaclass for defining Abstract Base Classes (ABCs).
Home
Trees
Indices
Help
Generated by Epydoc 3.0.1 on Thu Feb 25 13:23:34 2010
http://epydoc.sourceforge.net