Interface SightConfigurator<U extends java.io.Serializable,I extends java.io.Serializable,F>
- Type Parameters:
U
- type of the users.I
- type of the information pieces.F
- type of the user and information pieces features.
- All Known Implementing Classes:
AllNotDiscardedNorPropagatedSightConfigurator
,AllNotDiscardedSightConfigurator
,AllNotPropagatedSightConfigurator
,AllRecommendedSightConfigurator
,AllSightConfigurator
,AllTrainSightConfigurator
,CountSightConfigurator
,RecommendedSightConfigurator
public interface SightConfigurator<U extends java.io.Serializable,I extends java.io.Serializable,F>
Interface for configuring a sight mechanism from its parameter setting.
-
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.
-
Method Details
-
configure
Configures a sight mechanism for the information pieces received by an user.- Parameters:
params
- the parameters of the mechanism.- Returns:
- the sight mechanism.
-