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
-
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
-