Uses of Interface
nz.ac.waikato.mcennis.rat.graph.path.PathSet

Packages that use PathSet
nz.ac.waikato.mcennis.rat.graph   
nz.ac.waikato.mcennis.rat.graph.algorithm.prestige   
nz.ac.waikato.mcennis.rat.graph.path   
 

Uses of PathSet in nz.ac.waikato.mcennis.rat.graph
 

Methods in nz.ac.waikato.mcennis.rat.graph that return PathSet
 PathSet[] Clique.getPathSet()
          Intentionally a null operation - paths do no make much sense on a clique
 PathSet[] DerbyGraph.getPathSet()
           
 PathSet[] Graph.getPathSet()
          Return all PathSets associated with this graph.
 PathSet[] MemGraph.getPathSet()
           
 PathSet[] NullGraph.getPathSet()
           
 PathSet[] UserIDList.getPathSet()
           
 PathSet[] UserList.getPathSet()
           
 PathSet Clique.getPathSet(java.lang.String id)
          Intentionally a null operation - paths do no make much sense on a clique
 PathSet DerbyGraph.getPathSet(java.lang.String id)
           
 PathSet Graph.getPathSet(java.lang.String id)
          Return the named PathSet.
 PathSet MemGraph.getPathSet(java.lang.String id)
           
 PathSet NullGraph.getPathSet(java.lang.String id)
           
 PathSet UserIDList.getPathSet(java.lang.String id)
           
 PathSet UserList.getPathSet(java.lang.String id)
           
 

Methods in nz.ac.waikato.mcennis.rat.graph with parameters of type PathSet
 void Clique.add(PathSet pathSet)
          Intentionally a null operation - paths do no make much sense on a clique
 void DerbyGraph.add(PathSet pathSet)
           
 void Graph.add(PathSet pathSet)
          Add a PathSet to this graph.
 void MemGraph.add(PathSet pathSet)
           
 void NullGraph.add(PathSet pathSet)
           
 void UserIDList.add(PathSet pathSet)
           
 void UserList.add(PathSet pathSet)
           
 

Uses of PathSet in nz.ac.waikato.mcennis.rat.graph.algorithm.prestige
 

Methods in nz.ac.waikato.mcennis.rat.graph.algorithm.prestige with parameters of type PathSet
protected  void AddBasicBetweenessCentrality.sumPath(int i, int j, PathSet pathSet)
          total sum of the number of times a node appears in a geodesic between two actors
protected  void AddBetweenessCentrality.sumPath(int i, int j, PathSet pathSet)
          Claculates betweeness with summing of multiple geodesic paths with the same start and end actors as specified in Freeman79
 

Uses of PathSet in nz.ac.waikato.mcennis.rat.graph.path
 

Classes in nz.ac.waikato.mcennis.rat.graph.path that implement PathSet
 class BasicPathSet
          Class for describing a set of Paths
 

Methods in nz.ac.waikato.mcennis.rat.graph.path that return PathSet
 PathSet PathSetFactory.create(java.util.Properties props)
          Create new PathSet object.