Package | Description |
---|---|
broadwick.graph |
This package contains classes for reading and manipulating graphs.
|
Modifier and Type | Field and Description |
---|---|
private Collection<EdgeAttribute> |
Edge.attributes |
private Collection<EdgeAttribute> |
UndirectedGraph.edgeAttributes |
private Collection<EdgeAttribute> |
Tree.edgeAttributes |
private Collection<EdgeAttribute> |
DirectedGraph.edgeAttributes |
Modifier and Type | Method and Description |
---|---|
EdgeAttribute |
Edge.getAttributeByName(String attributeName)
Obtain an attribute of this edge by the attributes name.
|
Modifier and Type | Method and Description |
---|---|
Collection<EdgeAttribute> |
Graph.getEdgeAttributes()
Get the attributes for the edges in the graph.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Edge.addAttribute(EdgeAttribute attribute)
Add an attribute to the edge.
|
Copyright © 2015 University of Glasgow. All rights reserved.