public class PositiveSignRealVectorEvaluator extends AbstractRealVectorEvaluator
Evaluator
evaluating a UnaryOperation
of type '+',
which operand is a RealVector
when evaluated.Modifier and Type | Field and Description |
---|---|
protected Evaluator |
operandEval
The
Evaluator for the operand of the UnaryOperation . |
Constructor and Description |
---|
PositiveSignRealVectorEvaluator(Evaluator e)
Creates a new
PositiveSignRealVectorEvaluator with the
specified operand Evaluator . |
Modifier and Type | Method and Description |
---|---|
Object |
evaluate()
Returns the real-vector evaluation result of the given operand
Evaluator as a RealVector Object . |
getRealVectorValue, getReturnType
protected Evaluator operandEval
Evaluator
for the operand of the UnaryOperation
.public PositiveSignRealVectorEvaluator(Evaluator e)
PositiveSignRealVectorEvaluator
with the
specified operand Evaluator
. That operand
Evaluator
provides the real-vector value the unary
operation of type '+' will be executed on.e
- the Evaluator
its real-vector evaluation result
is to be assigned.public Object evaluate()
Evaluator
as a RealVector
Object
.RealVector
Object
.AbstractRealVectorEvaluator.getReturnType()