Package edu.udel.cis.vsl.sarl.expr.IF
package edu.udel.cis.vsl.sarl.expr.IF
This package provides the internal interface for the representation of basic
symbolic expressions. The entry point is class
Expressions
. Note that additional
interfaces can be found in the SARL public interface
edu.udel.cis.vsl.sarl.IF.expr
.-
ClassDescriptionAn ExpressionFactory is used to instantiate instances of SymbolicExpression.This class provides static methods for producing factories that create various kinds of
SymbolicExpression
.A NumericExpressionFactory provides all of the functionality needed to create and manipulate expressions of numeric type.