public interface RankingFunction extends Function
| Modifier and Type | Method and Description |
|---|---|
Interpolator |
getInterpolator()
Returns the interpolator.
|
Ranking |
getRanking()
Returns the ranking configuration associated with this function.
|
void |
setInterpolator(Interpolator interpolator)
Sets the interpolator for this function.
|
getElementClass, getGraph, getTransformer, getUI, isAttribute, isPartition, isRanking, isSimple, transformRanking getRanking()
void setInterpolator(Interpolator interpolator)
interpolator - interpolatorInterpolator getInterpolator()
By default, a Interpolator.LINEAR is used so no
transformation is operated.
Copyright © 2007–2017. All rights reserved.