Package | Description |
---|---|
broadwick.graph |
This package contains classes for reading and manipulating graphs.
|
Modifier and Type | Field and Description |
---|---|
private Collection<VertexAttribute> |
Vertex.attributes |
private Collection<VertexAttribute> |
UndirectedGraph.vertexAttributes |
private Collection<VertexAttribute> |
Tree.vertexAttributes |
private Collection<VertexAttribute> |
DirectedGraph.vertexAttributes |
Modifier and Type | Method and Description |
---|---|
VertexAttribute |
Vertex.getAttributeByName(String attributeName)
Obtain an attribute of this vertex by the attributes name.
|
Modifier and Type | Method and Description |
---|---|
Collection<VertexAttribute> |
Graph.getVertexAttributes()
Get the attributes for the vertics in the graph.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Vertex.addAttribute(VertexAttribute attribute)
Add an attribute to the vertex, overwriting any attribute of the same name.
|
Copyright © 2015 University of Glasgow. All rights reserved.