Skip navigation links
  • Overview
  • Module
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help

Deprecated API

Contents

  • Terminally Deprecated
  • Enums
  • Fields
  • Methods
  • Constructors
  • Terminally Deprecated Elements
    Element
    Description
    org.jgrapht.alg.flow.PushRelabelMFImpl.USE_GAP_RELABELING_HEURISTIC
    use PushRelabelMFImpl.setUseGapRelabelingHeuristic(boolean) instead
    org.jgrapht.alg.flow.PushRelabelMFImpl.USE_GLOBAL_RELABELING_HEURISTIC
    use PushRelabelMFImpl.setUseGlobalRelabelingHeuristic(boolean) instead
    org.jgrapht.alg.util.VertexDegreeComparator(Graph<V, E>)
    use VertexDegreeComparator.of(Graph)
    org.jgrapht.alg.util.VertexDegreeComparator(Graph<V, E>, VertexDegreeComparator.Order)
    use VertexDegreeComparator.of(Graph) for ascending order or reverse the comparator for descending order.
    org.jgrapht.alg.util.VertexDegreeComparator.compare(V, V)
    use VertexDegreeComparator.of(Graph)
    org.jgrapht.alg.util.VertexDegreeComparator.Order
    use VertexDegreeComparator.of(Graph)
    org.jgrapht.alg.vertexcover.util.RatioVertex.ID
    use RatioVertex.id instead
    org.jgrapht.util.RadixSort.CUT_OFF
    use RadixSort.setCutOff(int) instead
  • Deprecated Enums
    Enum
    Description
    org.jgrapht.alg.util.VertexDegreeComparator.Order
    use VertexDegreeComparator.of(Graph)
  • Deprecated Fields
    Field
    Description
    org.jgrapht.alg.flow.PushRelabelMFImpl.USE_GAP_RELABELING_HEURISTIC
    use PushRelabelMFImpl.setUseGapRelabelingHeuristic(boolean) instead
    org.jgrapht.alg.flow.PushRelabelMFImpl.USE_GLOBAL_RELABELING_HEURISTIC
    use PushRelabelMFImpl.setUseGlobalRelabelingHeuristic(boolean) instead
    org.jgrapht.alg.vertexcover.util.RatioVertex.ID
    use RatioVertex.id instead
    org.jgrapht.util.RadixSort.CUT_OFF
    use RadixSort.setCutOff(int) instead
  • Deprecated Methods
    Method
    Description
    org.jgrapht.alg.util.VertexDegreeComparator.compare(V, V)
    use VertexDegreeComparator.of(Graph)
  • Deprecated Constructors
    Constructor
    Description
    org.jgrapht.alg.shortestpath.DeltaSteppingShortestPath(Graph<V, E>, double)
    replaced with DeltaSteppingShortestPath(Graph, double, ThreadPoolExecutor)
    org.jgrapht.alg.shortestpath.DeltaSteppingShortestPath(Graph<V, E>, double, int)
    replaced with DeltaSteppingShortestPath(Graph, double, ThreadPoolExecutor)
    org.jgrapht.alg.shortestpath.DeltaSteppingShortestPath(Graph<V, E>, int)
    replaced with DeltaSteppingShortestPath(Graph, ThreadPoolExecutor)
    org.jgrapht.alg.util.VertexDegreeComparator(Graph<V, E>)
    use VertexDegreeComparator.of(Graph)
    org.jgrapht.alg.util.VertexDegreeComparator(Graph<V, E>, VertexDegreeComparator.Order)
    use VertexDegreeComparator.of(Graph) for ascending order or reverse the comparator for descending order.
    org.jgrapht.util.ModifiableInteger()
    not really deprecated, just marked so to avoid mistaken use.

Copyright © 2023. All rights reserved.