Class MathExpression


  • public class MathExpression
    extends Expression
    Base class for the math expressions
    Since:
    2.0
    • Constructor Detail

      • MathExpression

        @MorphiaInternal
        public MathExpression​(String operation,
                              List<Expression> operands)
        Parameters:
        operation -
        operands -
        Developer note.
        This is an internal item. Its function and presence are subject to change without warning. Its use is highly discouraged.
      • MathExpression

        @MorphiaInternal
        public MathExpression​(String operation,
                              Expression operand)
        Parameters:
        operation -
        operand -
        Developer note.
        This is an internal item. Its function and presence are subject to change without warning. Its use is highly discouraged.