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.StringBIDIRRUMORSPREADINGIdentifier for the bidirectional rumor spreading protocol.static java.lang.StringCOUNTTHRESHOLDIdentifier for the count threshold protocol.static java.lang.StringINDEPCASCADEIdentifier for the independent cascade model protocol.static java.lang.StringPULLIdentifier for the Pull protocol.static java.lang.StringPUSHIdentifier for the Push protocol.static java.lang.StringRUMORSPREADINGIdentifier for the rumor spreading protocol.static java.lang.StringSIMPLEIdentifier for the simple diffusion protocol.static java.lang.StringTEMPORALIdentifier for the temporal protocol.static java.lang.StringTHRESHOLDIdentifier for the proportion threshold protocol. -
Constructor Summary
Constructors Constructor Description ProtocolIdentifiers() -
Method Summary
Modifier and Type Method Description static voidprintProtocolList()Prints the list of available algorithms
-
Field Details
-
INDEPCASCADE
public static final java.lang.String INDEPCASCADEIdentifier for the independent cascade model protocol.- See Also:
- Constant Field Values
-
SIMPLE
public static final java.lang.String SIMPLEIdentifier for the simple diffusion protocol.- See Also:
- Constant Field Values
-
PUSH
public static final java.lang.String PUSHIdentifier for the Push protocol.- See Also:
- Constant Field Values
-
PULL
public static final java.lang.String PULLIdentifier for the Pull protocol.- See Also:
- Constant Field Values
-
RUMORSPREADING
public static final java.lang.String RUMORSPREADINGIdentifier for the rumor spreading protocol.- See Also:
- Constant Field Values
-
BIDIRRUMORSPREADING
public static final java.lang.String BIDIRRUMORSPREADINGIdentifier for the bidirectional rumor spreading protocol.- See Also:
- Constant Field Values
-
THRESHOLD
public static final java.lang.String THRESHOLDIdentifier for the proportion threshold protocol.- See Also:
- Constant Field Values
-
COUNTTHRESHOLD
public static final java.lang.String COUNTTHRESHOLDIdentifier for the count threshold protocol.- See Also:
- Constant Field Values
-
TEMPORAL
public static final java.lang.String TEMPORALIdentifier for the temporal protocol.- See Also:
- Constant Field Values
-
-
Constructor Details
-
ProtocolIdentifiers
public ProtocolIdentifiers()
-
-
Method Details
-
printProtocolList
public static void printProtocolList()Prints the list of available algorithms
-