|
Deprecated Methods |
edu.uci.ics.jung.utils.GraphUtils.addDirectedVertices(Graph, int)
As of version 1.2, replaced by GraphUtils.addVertices(edu.uci.ics.jung.graph.Graph, int). |
edu.uci.ics.jung.graph.impl.BipartiteGraph.addEdge(Edge)
Use addBipartiteEdge |
edu.uci.ics.jung.utils.GraphUtils.addUndirectedVertices(Graph, int)
As of version 1.2, replaced by GraphUtils.addVertices(edu.uci.ics.jung.graph.Graph, int). |
edu.uci.ics.jung.graph.impl.BipartiteGraph.addVertex(Vertex)
Use addBipartiteVertex |
edu.uci.ics.jung.statistics.Histogram.getDimension()
use getNumBins |
edu.uci.ics.jung.graph.impl.HyperedgeBPG.getEquivalentEdge(ArchetypeGraph)
As of version 1.4, renamed to getEqualEdge(g). |
edu.uci.ics.jung.graph.impl.AbstractSparseEdge.getEquivalentEdge(ArchetypeGraph)
As of version 1.4, renamed to getEqualEdge(ag). |
edu.uci.ics.jung.graph.ArchetypeEdge.getEquivalentEdge(ArchetypeGraph)
As of version 1.4, renamed to getEqualEdge(g). |
edu.uci.ics.jung.graph.impl.HypervertexBPG.getEquivalentVertex(ArchetypeGraph)
As of version 1.4, renamed to getEqualVertex(g). |
edu.uci.ics.jung.graph.impl.AbstractSparseVertex.getEquivalentVertex(ArchetypeGraph)
As of version 1.4, renamed to getEqualVertex(ag). |
edu.uci.ics.jung.graph.ArchetypeVertex.getEquivalentVertex(ArchetypeGraph)
As of version 1.4, renamed to getEqualVertex(g). |
edu.uci.ics.jung.algorithms.shortestpath.UnweightedShortestPath.getShortestPath(Vertex, Vertex)
use getDistance |
edu.uci.ics.jung.graph.impl.AbstractSparseGraph.isDirected()
As of version 1.4, the semantics of this method have
changed; it no longer returns a boolean value that is hardwired into
the class definition, but checks to see whether one of the
requirements of this graph is that it only accepts directed edges. |
edu.uci.ics.jung.graph.Graph.isDirected()
As of version 1.4, replaced by
edu.uci.ics.jung.graph.utils.PredicateUtils#enforcesDirected(Graph)
and edu.uci.ics.jung.graph.utils.PredicateUtils#enforcesUndirected(Graph). |
edu.uci.ics.jung.utils.GraphUtils.transform(DirectedGraph)
As of version 1.4, replaced by
edu.ics.uci.jung.algorithms.transformation.DirectionTransformer#toUndirected(Graph) |
edu.uci.ics.jung.utils.GraphUtils.transform(Graph)
As of version 1.4, replaced by
edu.ics.uci.jung.algorithms.transformation.DirectionTransformer#toDirected(Graph) |
edu.uci.ics.jung.utils.GraphUtils.translateAll(Set, Graph)
As of version 1.4, replaced by GraphUtils.getEqualVertices(Set, ArchetypeGraph) |
edu.uci.ics.jung.utils.GraphUtils.translateAllEdges(Set, Graph)
As of version 1.4, replaced by GraphUtils.getEqualVertices(Set, ArchetypeGraph) |