Documentation of 'net.objecthunter.exp4j.Expression' Java class
Expression
net.objecthunter.exp4j

Class Expression



  • public class Expression
    extends java.lang.Object
    • Constructor Detail

      • Expression

        public Expression(Expression existing)
        Creates a new expression that is a copy of the existing one.
        Parameters:
        existing - the expression to copy
    • Method Detail

      • setVariable

        public Expression setVariable(java.lang.String name,
                                      double value)
      • setVariables

        public Expression setVariables(java.util.Map<java.lang.String,java.lang.Double> variables)
      • getVariableNames

        public java.util.Set<java.lang.String> getVariableNames()
      • evaluateAsync

        public java.util.concurrent.Future<java.lang.Double> evaluateAsync(java.util.concurrent.ExecutorService executor)
      • evaluate

        public double evaluate()

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.