public class Cl10AnimationScaler extends IvMChainLink<IvMLog,Scaler>
Constructor and Description |
---|
Cl10AnimationScaler() |
Modifier and Type | Method and Description |
---|---|
protected Scaler |
executeLink(IvMLog input,
IvMCanceller canceller)
Performs the computation, given the input.
|
protected IvMLog |
generateInput(InductiveVisualMinerState state) |
java.lang.String |
getName() |
java.lang.String |
getStatusBusyMessage() |
protected void |
invalidateResult(InductiveVisualMinerState state) |
protected void |
processResult(Scaler result,
InductiveVisualMinerState state) |
cancelAndInvalidateResult, equals, execute, isComplete, setOnComplete, setOnCompleteStatus, setOnException, setOnInvalidate, setOnStart, setOnStartStatus
protected IvMLog generateInput(InductiveVisualMinerState state)
generateInput
in class ChainLink<InductiveVisualMinerState,IvMLog,Scaler>
protected Scaler executeLink(IvMLog input, IvMCanceller canceller) throws java.lang.Exception
ChainLink
executeLink
in class ChainLink<InductiveVisualMinerState,IvMLog,Scaler>
java.lang.Exception
protected void processResult(Scaler result, InductiveVisualMinerState state)
processResult
in class ChainLink<InductiveVisualMinerState,IvMLog,Scaler>
state
- Processes the result of the computation. Guarantee: if
executed, then all inputs are still relevant and have not been
replaced.protected void invalidateResult(InductiveVisualMinerState state)
invalidateResult
in class ChainLink<InductiveVisualMinerState,IvMLog,Scaler>
state
- Invalidate the results of this computation.public java.lang.String getName()
getName
in class ChainLink<InductiveVisualMinerState,IvMLog,Scaler>
public java.lang.String getStatusBusyMessage()
getStatusBusyMessage
in class ChainLink<InductiveVisualMinerState,IvMLog,Scaler>