Package com.singularsys.aa

Contains the main classes for interacting with the AutoAbacus library.

See:
          Description

Interface Summary
Expression Interface for all types of expressions.
SolverListener  
 

Class Summary
EquationParser  
EquationSystem Represents an equation system with any number of equations.
ExpressionPrinterVisitor  
SimpleExpr Simple implementation of the Expression interface.
Solution Encapsulates a set of name-value pairs in a Hashtable as a solution satisfying an equation system.
SolverThread A thread class that solves an equation system.
Subdivision Divides an equation system into smaller parts and solves the individual parts in sequence.
SystemSolver Solves a system of equations using various equation solving algorithms.
ThreadControl Controls the solver threads and maintains state information for the solver threads.
UntypifiedExpr  
 

Package com.singularsys.aa Description

Contains the main classes for interacting with the AutoAbacus library.