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)
AfterEffect1+tfn.
  This may not depend on the value of tfn.scoreTimes1pTfn in class AfterEffectpublic final Explanation explain(BasicStats stats, double tfn)
AfterEffectexplain in class AfterEffectpublic String toString()
AfterEffecttoString in class AfterEffectCopyright © 2000-2019 Apache Software Foundation. All Rights Reserved.