Package adams.parser

Class BooleanExpressionText

  • All Implemented Interfaces:
    CloneHandler<BaseObject>, Serializable, Comparable

    public class BooleanExpressionText
    extends AbstractSimpleScript
    Wrapper for a String object to be editable in the GOE. Basically the same as BaseString, but used for longer, multi-line strings. Uses a different GOE editor.
    Version:
    $Revision$
    Author:
    fracpete (fracpete at waikato dot ac dot nz)
    See Also:
    Serialized Form
    • Constructor Detail

      • BooleanExpressionText

        public BooleanExpressionText()
        Initializes the string with length 0.
      • BooleanExpressionText

        public BooleanExpressionText​(String s)
        Initializes the object with the string to parse.
        Parameters:
        s - the string to parse