Class SightSelector<U extends java.io.Serializable,I extends java.io.Serializable,F>
java.lang.Object
es.uam.eps.ir.relison.grid.diffusion.sight.SightSelector<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.
public class SightSelector<U extends java.io.Serializable,I extends java.io.Serializable,F>
extends java.lang.Object
Class that selects a sight mechanism from its parameter selection.
-
Constructor Summary
Constructors Constructor Description SightSelector()
-
Method Summary
Modifier and Type Method Description org.jooq.lambda.tuple.Tuple2<java.lang.String,SightMechanism<U,I,F>>
select(java.lang.String name, Parameters params)
Selects and configures a selection mechanism.
-
Constructor Details
-
SightSelector
public SightSelector()
-
-
Method Details
-
select
public org.jooq.lambda.tuple.Tuple2<java.lang.String,SightMechanism<U,I,F>> select(java.lang.String name, Parameters params)Selects and configures a selection mechanism.- Parameters:
name
- the name of the sight mechanism.params
- the parameters of the sight mechanism.- Returns:
- A pair containing the name and the selected sight mechanism.
-