public class ScalarMultiplyEvaluator extends ScalarAddEvaluator implements TwoValueWorker
Modifier and Type | Field and Description |
---|---|
protected static long |
serialVersionUID |
constructingFactory, containedEvaluators, nodeId, streamContext
Constructor and Description |
---|
ScalarMultiplyEvaluator(StreamExpression expression,
StreamFactory factory) |
Modifier and Type | Method and Description |
---|---|
protected double |
operate(double value,
double d) |
doWork
evaluate, getStreamContext, normalizeInputType, normalizeOutputType, recursivelyEvaluate, setStreamContext, toExplanation, toExpression
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
doWork, doWork
evaluateOverContext
protected static final long serialVersionUID
public ScalarMultiplyEvaluator(StreamExpression expression, StreamFactory factory) throws IOException
IOException
protected double operate(double value, double d)
operate
in class ScalarAddEvaluator
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.