Class Formula

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable

    public class Formula
    extends java.lang.Object
    implements java.io.Serializable, java.lang.Cloneable
    Creation-Date: 31.10.2006, 14:43:05
    Author:
    Thomas Morgner
    See Also:
    Serialized Form
    • Method Detail

      • getRootReference

        public LValue getRootReference()
        Returns the root reference for this formula. This allows external programms to modify the formula directly.
        Returns:
      • evaluate

        public java.lang.Object evaluate()
      • clone

        public java.lang.Object clone()
                               throws java.lang.CloneNotSupportedException
        Throws:
        java.lang.CloneNotSupportedException