Package | Description |
---|---|
broadwick.graph |
This package contains classes for reading and manipulating graphs.
|
broadwick.graph.algorithms |
This package contains several useful algorithms for acting on graphs.
|
broadwick.graph.writer |
This package contains classes for saving graphs in various formats.
|
broadwick.phylo |
This package contains parsers for phylogenetic trees.
|
Class and Description |
---|
Edge
This class represents a generic edge in a graph.
|
EdgeAttribute
A generic edge attribute.
|
EdgeType
Defines the possible edge types for graphs which assign types to edges.
|
Graph
A graph consisting of a set of vertices of type
V set and a set of edges of type
E . |
Tree
A subtype of Graph which is a (directed, rooted) tree.
|
Vertex
This class represents a generic vertex (node) in a graph.
|
VertexAttribute
A generic node attribute.
|
Class and Description |
---|
Edge
This class represents a generic edge in a graph.
|
Graph
A graph consisting of a set of vertices of type
V set and a set of edges of type
E . |
Vertex
This class represents a generic vertex (node) in a graph.
|
Class and Description |
---|
Edge
This class represents a generic edge in a graph.
|
Graph
A graph consisting of a set of vertices of type
V set and a set of edges of type
E . |
Vertex
This class represents a generic vertex (node) in a graph.
|
Class and Description |
---|
Edge
This class represents a generic edge in a graph.
|
Tree
A subtype of Graph which is a (directed, rooted) tree.
|
Vertex
This class represents a generic vertex (node) in a graph.
|
Copyright © 2015 University of Glasgow. All rights reserved.