Package eu.simuline.relana.expressions

Classes to describe expressions. Expressions come as Formulae and as their declarations FormulaDecls. Formulae are either atomic, i.e. constants or variables or they are defined in terms of Operations. Formulae are typed: variables, constants and operations both their parameter and their return value. Types are represented by Types. x ***** NOT YET COMPLETE.