Deprecated API


Contents
Deprecated Methods
bcds.phison.GraphUtil.canonicEdge(SimGraph, E)
          It is better to use g.canonicEdge(e) directly. 
bcds.phison.GraphUtil.clusteringCoefficients(SimGraph)
          New code should use the ClusteringCoeff class directly. 
bcds.phison.sim.ProcessingModule.getId()
          Use the method getName of WithEnvParams instead. 
bcds.phison.ra.DijkstraAll.obtain(V, V)
          Replaced by DijkstraAll.obtain(V) so that it is clear that the source node is (implicitly) the one that has been passed to runAll(). 
bcds.phison.GraphUtil.reverseEdge(SimGraph, E)
          Better use g.reverseEdge() directly.