public abstract class AfterEffect extends Object
DFRSimilarity
Modifier and Type | Class and Description |
---|---|
static class |
AfterEffect.NoAfterEffect
Implementation used when there is no aftereffect.
|
Constructor and Description |
---|
AfterEffect()
Sole constructor.
|
Modifier and Type | Method and Description |
---|---|
abstract Explanation |
explain(BasicStats stats,
float tfn)
Returns an explanation for the score.
|
abstract float |
score(BasicStats stats,
float tfn)
Returns the aftereffect score.
|
abstract String |
toString()
Subclasses must override this method to return the code of the
after effect formula.
|
public AfterEffect()
public abstract float score(BasicStats stats, float tfn)
public abstract Explanation explain(BasicStats stats, float tfn)
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.