Package org.oristool.lello


package org.oristool.lello
Parsing of input formulas.
  • Class
    Description
    A collection of pairs name/value, also called bindings.
    Marshals and unmarshals data types and function calls between Lello and Java.
    Represents truth values and possibly incomplete information.
    Represent a value of one of the supported types in Lello.
    Represents the value type.
    This class is a container of static fields which can be accessed from within the Lello interpreter with their qualified or unqualified Java name.
    This class is a container of static methods which can be called from within the Lello interpreter with their qualified or unqualified Java name; it also acts as a container of shared resources on which the methods may depend, such as output streams and open files.
    This class contains all the logic behind Lello unary and binary operators.