Package | Description |
---|---|
edu.ucla.sspace.graph |
Modifier and Type | Method and Description |
---|---|
TemporalEdge |
DynamicGraph.getEdge(int vertex1,
int vertex2)
Returns the
Edge instance connecting the two vertices or null if the vertices are not connected. |
Modifier and Type | Method and Description |
---|---|
Set<? extends TemporalEdge> |
DynamicGraph.edges()
Returns the set of edges contained in this graph.
|
Set<? extends TemporalEdge> |
DynamicGraph.getAdjacencyList(int vertex)
Returns the set of edges connected to the provided vertex.
|
Copyright © 2012. All Rights Reserved.