public static interface GraphUtil.EdgeContractionRule
| Modifier and Type | Method and Description |
|---|---|
Edge |
cloneEdge(Edge e,
Vertex vA,
Vertex vB)
Called by contractVertices to clone an edge while changing its
incidence.
|
boolean |
shouldBeSelfLoop(Edge e)
Called by contractVertices to decide whether a given edge
encountered during contraction should be turned into a self-loop
on the contracted vertex.
|
boolean shouldBeSelfLoop(Edge e)
Copyright © 2019 JULIE Lab, Germany. All rights reserved.