Package 

Enum Name

  • All Implemented Interfaces:
    java.io.Serializable , kotlin.Comparable

    
    public enum Name
    extends Enum<Name>
                        

    All available parameters to calculate a page's score, eg, score to evaluate the most important N pages. We use enum ordinal as the priority for simplification (smaller ordinal means higher priority). To change one parameter's priority, just change it's order in the following enum definition.