Class ProtocolIdentifiers

java.lang.Object
es.uam.eps.ir.relison.grid.diffusion.protocol.ProtocolIdentifiers

public class ProtocolIdentifiers
extends java.lang.Object
Identifiers for the different preconfigured propagation protocols which are available in the library.
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static java.lang.String BIDIRRUMORSPREADING
    Identifier for the bidirectional rumor spreading protocol.
    static java.lang.String COUNTTHRESHOLD
    Identifier for the count threshold protocol.
    static java.lang.String INDEPCASCADE
    Identifier for the independent cascade model protocol.
    static java.lang.String PULL
    Identifier for the Pull protocol.
    static java.lang.String PUSH
    Identifier for the Push protocol.
    static java.lang.String RUMORSPREADING
    Identifier for the rumor spreading protocol.
    static java.lang.String SIMPLE
    Identifier for the simple diffusion protocol.
    static java.lang.String TEMPORAL
    Identifier for the temporal protocol.
    static java.lang.String THRESHOLD
    Identifier for the proportion threshold protocol.
  • Constructor Summary

    Constructors 
    Constructor Description
    ProtocolIdentifiers()  
  • Method Summary

    Modifier and Type Method Description
    static void printProtocolList()
    Prints the list of available algorithms

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait