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
-
Constructor Summary
Constructors Constructor Description SelectionConstants()
-
Method Summary
-
Field Details
-
NONE
public static final int NONEValue for selecting that no information pieces of the corresponding type will be propagated.- See Also:
- Constant Field Values
-
ALL
public static final int ALLValue for selecting that all available information pieces of the corresponding type will be propagated.- See Also:
- Constant Field Values
-
-
Constructor Details
-
SelectionConstants
public SelectionConstants()
-