Uses of Class
nz.ac.waikato.mcennis.rat.graph.algorithm.reusablecores.PathBaseCore

Packages that use PathBaseCore
nz.ac.waikato.mcennis.rat.graph.algorithm.reusablecores   
 

Uses of PathBaseCore in nz.ac.waikato.mcennis.rat.graph.algorithm.reusablecores
 

Subclasses of PathBaseCore in nz.ac.waikato.mcennis.rat.graph.algorithm.reusablecores
 class ActorDistanceMatrixCore
          Creates a 2D matrix describing the distance between any two actors in a single mode-relation pair using a shortest-path measure of distance.
 class OptimizedLinkBetweenessCore
          Provides link betweeness calculations for algorithms that use it continuosly rather than once.