Class SelectionConstants

java.lang.Object
es.uam.eps.ir.relison.diffusion.selections.SelectionConstants

public class SelectionConstants
extends java.lang.Object
Constants for the selection mechanisms.
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static int ALL
    Value for selecting that all available information pieces of the corresponding type will be propagated.
    static int NONE
    Value for selecting that no information pieces of the corresponding type will be propagated.
  • Constructor Summary

    Constructors 
    Constructor Description
    SelectionConstants()  
  • Method Summary

    Methods inherited from class java.lang.Object

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

    • NONE

      public static final int NONE
      Value for selecting that no information pieces of the corresponding type will be propagated.
      See Also:
      Constant Field Values
    • ALL

      public static final int ALL
      Value for selecting that all available information pieces of the corresponding type will be propagated.
      See Also:
      Constant Field Values
  • Constructor Details