public interface GraphMapping<V,E>
| Modifier and Type | Method and Description |
|---|---|
E |
getEdgeCorrespondence(E edge,
boolean forward)
Gets the mapped value where the key is
edge |
V |
getVertexCorrespondence(V vertex,
boolean forward)
Gets the mapped value where the key is
vertex |
V getVertexCorrespondence(V vertex, boolean forward)
vertexvertex - vertex in one of the graphsforward - if true, uses mapping from graph1 to graph2; if false, use
mapping from graph2 to graph1E getEdgeCorrespondence(E edge, boolean forward)
edgeedge - edge in one of the graphsforward - if true, uses mapping from graph1 to graph2; if false, use
mapping from graph2 to graph1Copyright © 2016. All rights reserved.