©2011 Google -
Code Home -
Site Terms of Service -
Privacy Policy -
Site Directory
Google Code offered in:
English -
Español -
日本語 -
한국어 -
Português -
Pусский -
中文(简体) -
中文(繁體)
Specifies algorithms to use when calculating an attribute's score. You can combine flags if they don't conflict with each other. For example, you can combine directly proportional with least steep, but you can't combine directly proportional with inversely proportional.
See also: RankableItem.modifyAttributeAlgorithm()
<static> integer
DirectlyProportional
<static> integer
InverselyProportional
<static> integer
LeastSteep
<static> integer
MostSteep
<static> integer DirectlyProportional
<static> integer InverselyProportional
<static> integer LeastSteep
LeastSteep
than it is for MostSteep
.
<static> integer MostSteep
See also:
LeastSteep