Package | Description |
---|---|
graph | |
graphview.filetypes |
Modifier and Type | Method and Description |
---|---|
Edge |
Edges.getEdge(int vert1Id,
int vert2Id) |
Edge |
Edges.getEdge(java.lang.String edgeId) |
Edge |
Edges.remove(Edge edge) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<Edge,java.util.List<java.lang.Double>> |
GraphSequence.getEdgeFreqs() |
java.util.Collection<Edge> |
Edges.getIncidentEdges(int vertId) |
java.util.Iterator<Edge> |
Edges.iterator() |
Modifier and Type | Method and Description |
---|---|
void |
Edges.add(Edge edge) |
void |
Graph.addEdge(Edge edge) |
boolean |
Graph.contains(Edge edge) |
boolean |
Edges.contains(Edge edge) |
Edge |
Edges.remove(Edge edge) |
void |
Graph.removeEdge(Edge edge) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.Integer,java.util.List<Edge>> |
Twadj.getTwadjMap() |
Modifier and Type | Method and Description |
---|---|
void |
Twadj.addEdge(java.lang.Integer timestamp,
Edge edge) |