Uses of Interface
org.nfunk.jep.EvaluatorI

Packages that use EvaluatorI
org.lsmp.djep.matrixJep   
org.lsmp.djep.vectorJep   
org.lsmp.djep.vectorJep.function   
org.lsmp.djep.xjep   
org.lsmp.djep.xjep.function   
org.nfunk.jep   
org.nfunk.jep.function   
 

Uses of EvaluatorI in org.lsmp.djep.matrixJep
 

Classes in org.lsmp.djep.matrixJep that implement EvaluatorI
 class MatrixEvaluator
          This visitor evaluates a the tree representing the equation.
 

Uses of EvaluatorI in org.lsmp.djep.vectorJep
 

Classes in org.lsmp.djep.vectorJep that implement EvaluatorI
 class VectorEvaluator
           
 

Uses of EvaluatorI in org.lsmp.djep.vectorJep.function
 

Methods in org.lsmp.djep.vectorJep.function with parameters of type EvaluatorI
 Object VMap.evaluate(Node node, EvaluatorI pv)
           
 Object GenMat.evaluate(Node node, EvaluatorI pv)
           
 void ArrayAccess.set(EvaluatorI pv, Node node, Object value)
          Sets the LValue.
 

Uses of EvaluatorI in org.lsmp.djep.xjep
 

Classes in org.lsmp.djep.xjep that implement EvaluatorI
 class XEvaluatorVisitor
          This class is used for the evaluation of an expression.
 

Uses of EvaluatorI in org.lsmp.djep.xjep.function
 

Methods in org.lsmp.djep.xjep.function with parameters of type EvaluatorI
 Object SumType.evaluate(Node node, EvaluatorI pv)
          Evaluates the operator in given context.
 Object MinArg.evaluate(Node node, Variable var, double min, double max, double inc, EvaluatorI pv)
           
 Object SumType.evaluate(Node node, Variable var, double min, double max, double inc, EvaluatorI pv)
          Evaluates the node by repeatibly setting the value of the variable from min to max, and calculating the value of the first argument.
 Object MaxArg.evaluate(Node node, Variable var, double min, double max, double inc, EvaluatorI pv)
           
 Object Trapezium.evaluate(Node node, Variable var, double min, double max, double inc, EvaluatorI pv)
           
 

Uses of EvaluatorI in org.nfunk.jep
 

Classes in org.nfunk.jep that implement EvaluatorI
 class EvaluatorVisitor
          This class is used for the evaluation of an expression.
 

Uses of EvaluatorI in org.nfunk.jep.function
 

Methods in org.nfunk.jep.function with parameters of type EvaluatorI
 Object If.evaluate(Node node, EvaluatorI pv)
           
 Object Assign.evaluate(Node node, EvaluatorI pv)
          For assignment set the value of the variable on the lhs to value returned by evaluating the righthand side.
 Object CallbackEvaluationI.evaluate(Node node, EvaluatorI pv)
          Performs some special evaluation on the node.
 void LValueI.set(EvaluatorI pv, Node node, Object value)
          Performs appropriate action to set an LValue.
 void Ele.set(EvaluatorI pv, Node node, Object value)
           
 



Copyright © 2014. All rights reserved.