Uses of Class
bcds.phison.multfailures.ElemsSequencerBase

Packages that use ElemsSequencerBase
bcds.phison.multfailures   
 

Uses of ElemsSequencerBase in bcds.phison.multfailures
 

Subclasses of ElemsSequencerBase in bcds.phison.multfailures
 class SequencerBC<V,E>
          This class arranges nodes and links in descending order of betweenness centrality (BC), optionally shuffling the order of nodes having the same degree.
 class SequencerCC<V,E>
          This class arranges nodes in descending order of clustering coefficient (CC).
 class SequencerDegree<V,E>
          This class arranges nodes in descending order of nodal degree, optionally shuffling the order of nodes having the same degree.
 class SequencerFromFile<V,E>
          This class returns nodes and links in the order they appear in files (one file for nodes, and another for links).
 class SequencerRandom<V,E>
          This class arranges nodes or links in a random manner.
 class SequencerSpreaders<V,E>
          This class arranges nodes in descending order of k-shell index, as a result of a k-shell decomposition of the graph.