V - T - public class GraphCycleRemover<V,T> extends Object
Graph it will use CycleDetector to find and collect cycles and generate a new Graph
without cycle edges. The comparator is used to sort the order of the cycles when removing them.| Constructor and Description |
|---|
GraphCycleRemover(org.jgrapht.Graph<V,T> originalGraph,
Comparator<V> cycleComparator) |
Copyright © 2021 MuleSoft, Inc.. All rights reserved.