Class CountSightConfigurator<U extends java.io.Serializable,I extends java.io.Serializable,F>
java.lang.Object
es.uam.eps.ir.relison.grid.diffusion.sight.CountSightConfigurator<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:
SightConfigurator<U,I,F>
public class CountSightConfigurator<U extends java.io.Serializable,I extends java.io.Serializable,F> extends java.lang.Object implements SightConfigurator<U,I,F>
Configures a sight mechanism that makes users observe a limited amount of information pieces.
- See Also:
CountSightMechanism
-
Field Summary
Fields Modifier and Type Field Description private static java.lang.String
NUMSIGHT
Identifier for the number of seen information pieces -
Constructor Summary
Constructors Constructor Description CountSightConfigurator()
-
Method Summary
Modifier and Type Method Description SightMechanism<U,I,F>
configure(Parameters params)
Configures a sight mechanism for the information pieces received by an user.
-
Field Details
-
NUMSIGHT
private static final java.lang.String NUMSIGHTIdentifier for the number of seen information pieces- See Also:
- Constant Field Values
-
-
Constructor Details
-
CountSightConfigurator
public CountSightConfigurator()
-
-
Method Details
-
configure
Description copied from interface:SightConfigurator
Configures a sight mechanism for the information pieces received by an user.- Specified by:
configure
in interfaceSightConfigurator<U extends java.io.Serializable,I extends java.io.Serializable,F>
- Parameters:
params
- the parameters of the mechanism.- Returns:
- the sight mechanism.
-