Class IndependentCascadeModelConfigurator<U extends java.io.Serializable,I extends java.io.Serializable,F>
java.lang.Object
es.uam.eps.ir.relison.grid.diffusion.protocol.IndependentCascadeModelConfigurator<U,I,F>
- Type Parameters:
U
- type of the users.I
- type of the information pieces.F
- type of the user and information pieces features.
- All Implemented Interfaces:
ProtocolConfigurator<U,I,F>
public class IndependentCascadeModelConfigurator<U extends java.io.Serializable,I extends java.io.Serializable,F> extends java.lang.Object implements ProtocolConfigurator<U,I,F>
Configures the independent cascade model protocol, where the repropagation of information depends only
on the users who receive and propagate such information.
- See Also:
IndependentCascadeModelProtocol
-
Field Summary
-
Constructor Summary
Constructors Constructor Description IndependentCascadeModelConfigurator()
-
Method Summary
-
Field Details
-
PROB
private static final java.lang.String PROBIdentifier for the probability of propagating.- See Also:
- Constant Field Values
-
NUMOWN
private static final java.lang.String NUMOWNIdentifier for the number of own information pieces to propagate.- See Also:
- Constant Field Values
-
-
Constructor Details
-
IndependentCascadeModelConfigurator
public IndependentCascadeModelConfigurator()
-
-
Method Details
-
configure
Description copied from interface:ProtocolConfigurator
Configures a protocol.- Specified by:
configure
in interfaceProtocolConfigurator<U extends java.io.Serializable,I extends java.io.Serializable,F>
- Parameters:
params
- the parameters for configuring the protocol.- Returns:
- the protocol.
-