public class GraphLibrary extends Object
| Constructor and Description |
|---|
GraphLibrary() |
| Modifier and Type | Method and Description |
|---|---|
static Collection<Edge> |
getIncomingEdges(Graph graph,
Vertex tov,
Map<Vertex,List<Edge>> extraEdges) |
static Collection<Edge> |
getOutgoingEdges(Graph graph,
Vertex fromv,
Map<Vertex,List<Edge>> extraEdges) |
Copyright © 2018. All rights reserved.