pygel::BaseElements::AbstractEdge::AbstractEdge | Abstract class for representing an edge |
pygel::Graph::AbstractGraph::AbstractGraph | Abstract class for representing a graph |
pygel::BaseElements::AbstractVertex::AbstractVertex | Abstract class for representing a vertex |
pygel::RandomGraphs::ChooseEdges::ChooseEdges | Thread for selecting a set of edges |
pygel::RandomGraphs::DirectedPowerLawRandomGraph::DirectedPowerLawRandomGraph | Generates a synthetic Web graph or Power Law graph using an RMAT algorithm |
pygel::Exceptions::Exceptions::DistError | Represents a DistError exception |
pygel::BaseElements::Edge::Edge | Represents graph edge |
pygel::Exceptions::Exceptions::EdgeError | Represents a EdgeError exception |
pygel::Exceptions::Exceptions::Error | Empty base class from which all exceptions are derived |
pygel::Exceptions::Exceptions::ErrorMessages | Collection of various error message strings |
pygel::Graph::NumberedEdgeDirectedGraph::NumberedEdgeDirectedGraph | Represents a numbered edge graph |
pygel::Graph::NumberedEdgeUndirectedGraph::NumberedEdgeUndirectedGraph | Represents a numbered edge graph |
pygel::RandomGraphs::UndirectedPowerLawRandomGraph::UndirectedPowerLawRandomGraph | Generates a synthetic Web graph or Power Law graph using an RMAT algorithm |
pygel::BaseElements::Vertex::Vertex | Represents graph vertex |
pygel::Exceptions::Exceptions::VertexError | Represents a VertexError exception |
pygel::BaseElements::WeightedVertex::WeightedVertex | Represents a weighted vertex |
pygel::BaseElements::WeightedVertices::WeightedVertices | Represents a collection of weighted vertices of type BaseElements::WeightedVertices |