Class SightMechanismIdentifiers
java.lang.Object
es.uam.eps.ir.relison.grid.diffusion.sight.SightMechanismIdentifiers
public class SightMechanismIdentifiers
extends java.lang.Object
List of identifiers of the different sight mechanisms available in the framework.
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringALLNOTDISCARDEDIdentifier for seeing all the not previously discarded contents.static java.lang.StringALLNOTDISCARDEDNOTPROPAGATEDIdentifier for seeing all the not previously discarded nor propagated contents.static java.lang.StringALLNOTPROPAGATEDIdentifier for seeing all the not previously propagated contents.static java.lang.StringALLRECOMMENDEDIdentifier for seeing all the contents from recommended links.static java.lang.StringALLSIGHTIdentifier for seeing all the contents.static java.lang.StringALLTRAINIdentifier for seeing all the contents not from recommended links.static java.lang.StringCOUNTIdentifier for seeing a limited amount of information pieces.static java.lang.StringRECOMMENDEDIdentifier for seeing contents from recommended links or not recommended links from certain probability. -
Constructor Summary
Constructors Constructor Description SightMechanismIdentifiers() -
Method Summary
Modifier and Type Method Description static voidprintSightMechanismList()Prints the list of available algorithms
-
Field Details
-
ALLRECOMMENDED
public static final java.lang.String ALLRECOMMENDEDIdentifier for seeing all the contents from recommended links.- See Also:
- Constant Field Values
-
ALLSIGHT
public static final java.lang.String ALLSIGHTIdentifier for seeing all the contents.- See Also:
- Constant Field Values
-
ALLTRAIN
public static final java.lang.String ALLTRAINIdentifier for seeing all the contents not from recommended links.- See Also:
- Constant Field Values
-
COUNT
public static final java.lang.String COUNTIdentifier for seeing a limited amount of information pieces.- See Also:
- Constant Field Values
-
ALLNOTDISCARDED
public static final java.lang.String ALLNOTDISCARDEDIdentifier for seeing all the not previously discarded contents.- See Also:
- Constant Field Values
-
ALLNOTPROPAGATED
public static final java.lang.String ALLNOTPROPAGATEDIdentifier for seeing all the not previously propagated contents.- See Also:
- Constant Field Values
-
ALLNOTDISCARDEDNOTPROPAGATED
public static final java.lang.String ALLNOTDISCARDEDNOTPROPAGATEDIdentifier for seeing all the not previously discarded nor propagated contents.- See Also:
- Constant Field Values
-
RECOMMENDED
public static final java.lang.String RECOMMENDEDIdentifier for seeing contents from recommended links or not recommended links from certain probability.- See Also:
- Constant Field Values
-
-
Constructor Details
-
SightMechanismIdentifiers
public SightMechanismIdentifiers()
-
-
Method Details
-
printSightMechanismList
public static void printSightMechanismList()Prints the list of available algorithms
-