-
Interfaces Interface Description org.jgrapht.alg.interfaces.MinimumSpanningTree In favor ofSpanningTreeAlgorithm
.org.jgrapht.alg.interfaces.WeightedMatchingAlgorithm UseMatchingAlgorithm
directlyorg.jgrapht.alg.PathValidator UsePathValidator
instead.org.jgrapht.graph.MaskFunctor in favor of using lambdas
-
Methods Method Description org.jgrapht.alg.interfaces.MatchingAlgorithm.getMatching() UseMatchingAlgorithm.computeMatching()
instead.org.jgrapht.alg.interfaces.MaximumFlowAlgorithm.buildMaximumFlow(V, V) org.jgrapht.alg.interfaces.WeightedMatchingAlgorithm.getMatchingWeight() UseMatchingAlgorithm.computeMatching()
instead.org.jgrapht.graph.AbstractBaseGraph.createDirectedSpecifics() specifics can be changed by overriding directlyAbstractBaseGraph.createSpecifics()
.org.jgrapht.graph.AbstractBaseGraph.createUndirectedSpecifics() specifics can be changed by overriding directlyAbstractBaseGraph.createSpecifics()
.
-
Constructors Constructor Description org.jgrapht.graph.DirectedMaskSubgraph(DirectedGraph<V, E>, MaskFunctor<V, E>) in favor of using lambdasorg.jgrapht.graph.MaskSubgraph(Graph<V, E>, MaskFunctor<V, E>) in favor of using the constructor with lambdasorg.jgrapht.graph.UndirectedMaskSubgraph(UndirectedGraph<V, E>, MaskFunctor<V, E>) in favor of using lambdasorg.jgrapht.util.ModifiableInteger() not really deprecated, just marked so to avoid mistaken use.