Uses of Interface
bcds.phison.multfailures.ElemsSequencer

Packages that use ElemsSequencer
bcds.phison.multfailures   
 

Uses of ElemsSequencer in bcds.phison.multfailures
 

Classes in bcds.phison.multfailures that implement ElemsSequencer
 class ElemsSequencerBase<V,E>
          Provides default implementations of methods in the ElemsSequencer interface.
 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.