public class AfterEffectB extends AfterEffect
Constructor and Description |
---|
AfterEffectB()
Sole constructor: parameter-free
|
Modifier and Type | Method and Description |
---|---|
Explanation |
explain(BasicStats stats,
double tfn)
Returns an explanation for the score.
|
double |
scoreTimes1pTfn(BasicStats stats)
Returns the product of the after effect with
1+tfn . |
String |
toString()
Subclasses must override this method to return the code of the
after effect formula.
|
public final double scoreTimes1pTfn(BasicStats stats)
AfterEffect
1+tfn
.
This may not depend on the value of tfn
.scoreTimes1pTfn
in class AfterEffect
public final Explanation explain(BasicStats stats, double tfn)
AfterEffect
explain
in class AfterEffect
public String toString()
AfterEffect
toString
in class AfterEffect
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.