Class StopConditionSelector<U extends java.io.Serializable,​I extends java.io.Serializable,​F>

java.lang.Object
es.uam.eps.ir.relison.grid.diffusion.stop.StopConditionSelector<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 StopConditionSelector<U extends java.io.Serializable,​I extends java.io.Serializable,​F>
extends java.lang.Object
Class for selecting an individual stop condition from a grid.
  • Constructor Summary

    Constructors 
    Constructor Description
    StopConditionSelector()  
  • Method Summary

    Modifier and Type Method Description
    org.jooq.lambda.tuple.Tuple2<java.lang.String,​StopCondition<U,​I,​F>> select​(java.lang.String name, Parameters params)
    Selects an stop condition.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • select

      public org.jooq.lambda.tuple.Tuple2<java.lang.String,​StopCondition<U,​I,​F>> select​(java.lang.String name, Parameters params)
      Selects an stop condition.
      Parameters:
      name - the name for the stop condition.
      params - the parameters of the stop condition.
      Returns:
      a pair containing the name and the stop condition if everything went OK, null otherwise.