A C D E F G H I J L M N P R S T U V W

A

AboutDialog - Class in com.singularsys.aa.gui.awt
 
AboutDialog(Frame, boolean) - Constructor for class com.singularsys.aa.gui.awt.AboutDialog
Creates new form AboutDialog
AboutDialog - Class in com.singularsys.aa.gui.swing
 
AboutDialog(Frame, boolean) - Constructor for class com.singularsys.aa.gui.swing.AboutDialog
Creates new form AboutDialog
addCoefficient(String, Object) - Method in class com.singularsys.aa.linear.LinearExpr
Adds a coefficient to the linear equation.
addEquation(String) - Method in class com.singularsys.aa.EquationSystem
Adds an equation to the system of equations.
addEquation(Expression) - Method in class com.singularsys.aa.EquationSystem
Adds an equation to the system of equations.
addNewChild(Node, Node) - Static method in class com.singularsys.aa.manipulation.TreeUtil
 
addSolution(String, Object) - Method in class com.singularsys.aa.Solution
Adds a name-value pair to the set.
addToExponent(String, double) - Method in class com.singularsys.aa.polynomial.PolynomialExpr
Adds
append(Solution) - Method in class com.singularsys.aa.Solution
Appends the variable-value pairs of the solution
AWTFrame - Class in com.singularsys.aa.gui.awt
AWT based implementation of the user interface.
AWTFrame() - Constructor for class com.singularsys.aa.gui.awt.AWTFrame
Creates new form AWTFrame

C

canonize(Node) - Method in class com.singularsys.aa.manipulation.Canonizer
 
Canonizer - Class in com.singularsys.aa.manipulation
 
Canonizer() - Constructor for class com.singularsys.aa.manipulation.Canonizer
Creates a new instance of Canonizer
characters(char[], int, int) - Method in class com.singularsys.aa.junit.InputParser
 
checkSystem(EquationSystem, Solution) - Method in class com.singularsys.aa.junit.SolvingTest
 
com.singularsys.aa - package com.singularsys.aa
Contains the main classes for interacting with the AutoAbacus library.
com.singularsys.aa.gui - package com.singularsys.aa.gui
 
com.singularsys.aa.gui.awt - package com.singularsys.aa.gui.awt
 
com.singularsys.aa.gui.swing - package com.singularsys.aa.gui.swing
 
com.singularsys.aa.junit - package com.singularsys.aa.junit
 
com.singularsys.aa.linear - package com.singularsys.aa.linear
 
com.singularsys.aa.logging - package com.singularsys.aa.logging
 
com.singularsys.aa.manipulation - package com.singularsys.aa.manipulation
 
com.singularsys.aa.newton - package com.singularsys.aa.newton
The Newton-Raphson solver classes for non-linear equation systems.
com.singularsys.aa.polynomial - package com.singularsys.aa.polynomial
 
com.singularsys.aa.testing - package com.singularsys.aa.testing
 
ConstantFolder - Class in com.singularsys.aa.manipulation
Combines constants.
ConstantFolder() - Constructor for class com.singularsys.aa.manipulation.ConstantFolder
Creates new ConstantFolder
Copier - Class in com.singularsys.aa.manipulation
 
Copier() - Constructor for class com.singularsys.aa.manipulation.Copier
Creates new Simplifier
copy(Node) - Method in class com.singularsys.aa.manipulation.Copier
 
createConstantNode(Object) - Static method in class com.singularsys.aa.manipulation.TreeUtil
 
createConstantNode(double) - Static method in class com.singularsys.aa.manipulation.TreeUtil
 
createOperatorNode(int) - Static method in class com.singularsys.aa.manipulation.TreeUtil
 

D

decrLogLevel() - Static method in class com.singularsys.aa.logging.Logger
 
decrLogLevel() - Method in class com.singularsys.aa.logging.LogWriter
 
disable() - Static method in class com.singularsys.aa.logging.Logger
 
disable() - Method in class com.singularsys.aa.logging.LogWriter
 

E

enable() - Static method in class com.singularsys.aa.logging.Logger
 
enable() - Method in class com.singularsys.aa.logging.LogWriter
 
endDocument() - Method in class com.singularsys.aa.junit.InputParser
 
endElement(String, String, String) - Method in class com.singularsys.aa.junit.InputParser
 
equals(Object, double) - Method in class com.singularsys.aa.Solution
Returns true if all values are equal within the specified tolerance, false otherwise.
EquationParser - Class in com.singularsys.aa
 
EquationSystem - Class in com.singularsys.aa
Represents an equation system with any number of equations.
EquationSystem() - Constructor for class com.singularsys.aa.EquationSystem
Creates a new EquationSystem.
error(SAXParseException) - Method in class com.singularsys.aa.junit.InputParser
 
expand(Node) - Method in class com.singularsys.aa.manipulation.Expander
Expands the tree under topNode.
Expander - Class in com.singularsys.aa.manipulation
This class preforms expression expansion.
Expander() - Constructor for class com.singularsys.aa.manipulation.Expander
Creates new Expander
Expression - Interface in com.singularsys.aa
Interface for all types of expressions.
ExpressionPrinterVisitor - Class in com.singularsys.aa
 
ExpressionPrinterVisitor() - Constructor for class com.singularsys.aa.ExpressionPrinterVisitor
 
extractFromTree(UntypifiedExpr, PolynomialExpr) - Static method in class com.singularsys.aa.polynomial.PolyExtractor
Extracts the coefficients and exponents of a polynomial expression from a canonized expression tree and places them in the poly PolynomialExp instance.

F

fatalError(SAXParseException) - Method in class com.singularsys.aa.junit.InputParser
 
foldCommutative(ASTFunNode) - Method in class com.singularsys.aa.manipulation.ConstantFolder
Combines all constant children of a function node into constant child.
foldConstants(Node) - Method in class com.singularsys.aa.manipulation.ConstantFolder
Combine the constants in the expression (only one iteration).

G

getCoefficient(String) - Method in class com.singularsys.aa.linear.LinearExpr
Returns the value of the coefficient for a variable specified by name.
getCoefficient() - Method in class com.singularsys.aa.polynomial.PolynomialTerm
 
getConstant() - Method in class com.singularsys.aa.linear.LinearExpr
Returns the constant value of the equation.
getEquation(int) - Method in class com.singularsys.aa.EquationSystem
Returns the equation identified by the index i,
getExponent(int) - Method in class com.singularsys.aa.polynomial.PolynomialTerm
 
getExpression(String) - Static method in class com.singularsys.aa.EquationParser
 
getInstance() - Static method in class com.singularsys.aa.ThreadControl
Returns the single instance of this class.
getLinearExpr(PolynomialExpr) - Static method in class com.singularsys.aa.linear.LinearCoefficientExtractor
 
getLogWriter() - Static method in class com.singularsys.aa.logging.Logger
 
getLogWriter() - Method in class com.singularsys.aa.SolverThread
Returns the logWriter instance
getNodeId(Node) - Static method in class com.singularsys.aa.manipulation.TreeUtil
 
getNumberOfVariables() - Method in class com.singularsys.aa.polynomial.PolynomialTerm
 
getNumEquations() - Method in class com.singularsys.aa.EquationSystem
Returns the number of equations.
getString(Node) - Method in class com.singularsys.aa.ExpressionPrinterVisitor
 
getTerms() - Method in class com.singularsys.aa.polynomial.PolynomialExpr
Returns the Vector of PolynomialTerm objects.
getThreadIndex() - Method in class com.singularsys.aa.SolverThread
Returns the index number for this thread.
getTopNode() - Method in class com.singularsys.aa.UntypifiedExpr
 
getValue(Hashtable) - Method in interface com.singularsys.aa.Expression
Returns the value of the expression given the variable values in
getValue(Hashtable) - Method in class com.singularsys.aa.linear.LinearExpr
Returns the value of the expression given the variable values in
getValue(Hashtable) - Method in class com.singularsys.aa.polynomial.PolynomialExpr
Returns the value of the expression given the variable values in
getValue(Vector, Hashtable) - Method in class com.singularsys.aa.polynomial.PolynomialTerm
 
getValue(Object[]) - Method in class com.singularsys.aa.SimpleExpr
Returns null.
getValue(Hashtable) - Method in class com.singularsys.aa.SimpleExpr
Returns null.
getValue(String) - Method in class com.singularsys.aa.Solution
 
getValue(Hashtable) - Method in class com.singularsys.aa.UntypifiedExpr
Evaluates the equation at a specific point determined by the values Hashtable.
getValues(Hashtable) - Method in class com.singularsys.aa.EquationSystem
Evaluates each of the equations in this equation system, and returns their results in as an array.
getValues() - Method in class com.singularsys.aa.Solution
 
getVariableNames() - Method in class com.singularsys.aa.Solution
 
getVariables() - Method in class com.singularsys.aa.EquationSystem
Returns a list of all variables in the equation system.
getVariables() - Method in interface com.singularsys.aa.Expression
Returns a Vector of variable names (as Strings).
getVariables() - Method in class com.singularsys.aa.SimpleExpr
Returns variable name Vector.

H

hasCoefficient(String) - Method in class com.singularsys.aa.linear.LinearExpr
Returns true if a variable "name" has a coefficient associated with it.

I

identical(Node, Node) - Static method in class com.singularsys.aa.manipulation.TreeUtil
Returns true, if the expressions identified by the first and second parameters are equal.
incrLogLevel() - Static method in class com.singularsys.aa.logging.Logger
 
incrLogLevel() - Method in class com.singularsys.aa.logging.LogWriter
 
init() - Method in class com.singularsys.aa.gui.StarterApplet
Initialize
InputParser - Class in com.singularsys.aa.junit
Handles parsing of XML equation set tests
InputParser(SolvingTest) - Constructor for class com.singularsys.aa.junit.InputParser
 
isPolynomial() - Method in class com.singularsys.aa.UntypifiedExpr
Returns true if this equation is a polynomial

J

JamaTest - Class in com.singularsys.aa.testing
 
JamaTest() - Constructor for class com.singularsys.aa.testing.JamaTest
 

L

linearCheck() - Method in class com.singularsys.aa.UntypifiedExpr
Determines whether this equation is linear.
LinearCoefficientExtractor - Class in com.singularsys.aa.linear
This class finds the coeffients of a linear expression.
LinearCoefficientExtractor() - Constructor for class com.singularsys.aa.linear.LinearCoefficientExtractor
 
LinearExpr - Class in com.singularsys.aa.linear
Stores a linear expressions.
LinearExpr() - Constructor for class com.singularsys.aa.linear.LinearExpr
 
LinearExprTest - Class in com.singularsys.aa.junit
 
LinearExprTest(String) - Constructor for class com.singularsys.aa.junit.LinearExprTest
Constructor for LinearExprTest.
LinearSolver - Class in com.singularsys.aa.linear
 
LinearSolver() - Constructor for class com.singularsys.aa.linear.LinearSolver
 
LogFrame - Class in com.singularsys.aa.gui.swing
 
LogFrame() - Constructor for class com.singularsys.aa.gui.swing.LogFrame
Creates new form LogFrame
Logger - Class in com.singularsys.aa.logging
 
Logger() - Constructor for class com.singularsys.aa.logging.Logger
 
LogWriter - Class in com.singularsys.aa.logging
Writes to a StringWriter and returns the results as a String with getLog().
LogWriter(OutputStream) - Constructor for class com.singularsys.aa.logging.LogWriter
 
LogWriter(Writer) - Constructor for class com.singularsys.aa.logging.LogWriter
 
lostOwnership(Clipboard, Transferable) - Method in class com.singularsys.aa.gui.awt.AWTFrame
 
lostOwnership(Clipboard, Transferable) - Method in class com.singularsys.aa.gui.swing.MainFrame
 

M

main(String[]) - Static method in class com.singularsys.aa.gui.awt.AWTFrame
 
main(String[]) - Static method in class com.singularsys.aa.gui.swing.MainFrame
 
main(String[]) - Static method in class com.singularsys.aa.junit.InputParser
 
main(String[]) - Static method in class com.singularsys.aa.Subdivision
Tests the subdivide method.
main(String[]) - Static method in class com.singularsys.aa.testing.JamaTest
 
MainFrame - Class in com.singularsys.aa.gui.swing
 
MainFrame() - Constructor for class com.singularsys.aa.gui.swing.MainFrame
Creates new form MainFrame
MainFrame(String) - Constructor for class com.singularsys.aa.gui.swing.MainFrame
Creates new form MainFrame and loads the file indicated by fileName.
makeNewTerm() - Method in class com.singularsys.aa.polynomial.PolynomialExpr
Starts a new PolynomialTerm to which the calls to multiplyCoefficientWith() and addToExponent() will be applied.
multiplyCoefficientWith(double) - Method in class com.singularsys.aa.polynomial.PolynomialExpr
Multiplies the coefficient of the current term with
mustStop(int) - Static method in class com.singularsys.aa.ThreadControl
Returns true if the thread identified by threadIndex must stop.
mustStop() - Static method in class com.singularsys.aa.ThreadControl
Throws an exception if the current SolverThread must stop.

N

NewtonSolver - Class in com.singularsys.aa.newton
Solves an eqation system using the Newton-Raphson method.
NewtonSolver() - Constructor for class com.singularsys.aa.newton.NewtonSolver
Creates a new NewtonSolver object.
notifyTerminated(int) - Static method in class com.singularsys.aa.ThreadControl
Each thread must call this method immediately before it terminates so that it's threadIndex number is freed up, and can be reused for a new thread.

P

parseInput(Reader) - Method in class com.singularsys.aa.junit.InputParser
 
PolyExtractor - Class in com.singularsys.aa.polynomial
Utility class for converting an expression into a canonical polynomial representation.
PolyExtractor() - Constructor for class com.singularsys.aa.polynomial.PolyExtractor
Creates a new instance of PolyExtractor
polynomialCheck() - Method in class com.singularsys.aa.UntypifiedExpr
Determines whether this equation is a polynomial.
PolynomialExpr - Class in com.singularsys.aa.polynomial
This class represents a polynomial expression consisting of any number of terms of type
PolynomialExpr(Vector) - Constructor for class com.singularsys.aa.polynomial.PolynomialExpr
Creates a new instance of Polynomial
PolynomialExprTest - Class in com.singularsys.aa.junit
 
PolynomialExprTest(String) - Constructor for class com.singularsys.aa.junit.PolynomialExprTest
Constructor for PolynomialExprTest.
PolynomialTerm - Class in com.singularsys.aa.polynomial
 
PolynomialTerm(int) - Constructor for class com.singularsys.aa.polynomial.PolynomialTerm
Creates a new instance of PolynomialTerm
PolySimplifier - Class in com.singularsys.aa.polynomial
Utility class for collecting terms with equal exponents and removing terms with zero coefficients from a polynomial
PolySimplifier() - Constructor for class com.singularsys.aa.polynomial.PolySimplifier
Creates a new instance of PolySimplifier
print(String) - Static method in class com.singularsys.aa.logging.Logger
 
print(String) - Method in class com.singularsys.aa.logging.LogWriter
 
printExpression(Node) - Method in class com.singularsys.aa.ExpressionPrinterVisitor
 
printExpression(Writer, Node) - Method in class com.singularsys.aa.ExpressionPrinterVisitor
 
println(String) - Static method in class com.singularsys.aa.logging.Logger
 
println() - Static method in class com.singularsys.aa.logging.Logger
 
println(String) - Method in class com.singularsys.aa.logging.LogWriter
 
println() - Method in class com.singularsys.aa.logging.LogWriter
 
printTitle(String) - Static method in class com.singularsys.aa.logging.Logger
 
printTitle(String) - Method in class com.singularsys.aa.logging.LogWriter
 

R

removeSubset(int[]) - Method in class com.singularsys.aa.EquationSystem
Removes a set of equations from this equation system, and returns them as a new EquationSystem.
replaceChild(Node, Node) - Static method in class com.singularsys.aa.manipulation.TreeUtil
Replaces the oldChild with newChild.
run() - Method in class com.singularsys.aa.SolverThread
Starts the solving process in a separate thread.

S

setCoefficient(Object) - Method in class com.singularsys.aa.polynomial.PolynomialTerm
 
setConstant(Object) - Method in class com.singularsys.aa.linear.LinearExpr
Sets the constant value of the linear equation
setExponent(int, Object) - Method in class com.singularsys.aa.polynomial.PolynomialTerm
 
setLogLevel(int) - Static method in class com.singularsys.aa.logging.Logger
 
setLogLevel(int) - Method in class com.singularsys.aa.logging.LogWriter
 
setLogText(String) - Method in class com.singularsys.aa.gui.swing.LogFrame
 
setTopNode(Node) - Method in class com.singularsys.aa.UntypifiedExpr
Sets the top node of the expression tree describing the equation.
SimpleExpr - Class in com.singularsys.aa
Simple implementation of the Expression interface.
SimpleExpr() - Constructor for class com.singularsys.aa.SimpleExpr
Creates a new instance of SimpleExpression
Simplifier - Class in com.singularsys.aa.manipulation
The simplifier class simplifies expression trees.
Simplifier() - Constructor for class com.singularsys.aa.manipulation.Simplifier
Creates new Simplifier
simplify() - Method in class com.singularsys.aa.EquationSystem
Simplifies each equation in the system.
simplify(Node) - Method in class com.singularsys.aa.manipulation.Simplifier
Simplifies an expression, and returns the resulting tree.
simplify() - Method in class com.singularsys.aa.polynomial.PolynomialExpr
Simplifies this polynomial with the PolySimplifier class.
simplify(PolynomialExpr) - Static method in class com.singularsys.aa.polynomial.PolySimplifier
 
Solution - Class in com.singularsys.aa
Encapsulates a set of name-value pairs in a Hashtable as a solution satisfying an equation system.
Solution() - Constructor for class com.singularsys.aa.Solution
Creates a new Solution
solve() - Method in class com.singularsys.aa.EquationSystem
Attempts to find a solution for the set of equations.
solve(EquationSystem) - Method in class com.singularsys.aa.SystemSolver
Attempts to find one solution to the equation system
solveNoSubdivision(EquationSystem) - Method in class com.singularsys.aa.SystemSolver
Attempts to find one solution to the equation system
SolverListener - Interface in com.singularsys.aa
 
SolverThread - Class in com.singularsys.aa
A thread class that solves an equation system.
SolverThread(String, SolverListener, String, int) - Constructor for class com.singularsys.aa.SolverThread
Constructor.
solveSystem(EquationSystem) - Method in class com.singularsys.aa.linear.LinearSolver
Attempts to solve a system of equations as a linear system of equations.
solveSystem(EquationSystem) - Method in class com.singularsys.aa.newton.NewtonSolver
Attempts to solve a system of equations using the Newton-Raphson method.
solveWithDividing(SystemSolver, EquationSystem) - Static method in class com.singularsys.aa.Subdivision
Solves an equation system by sub-dividing it into smaller systems.
SolvingTest - Class in com.singularsys.aa.junit
Tests the solver with equations from a file
SolvingTest(String) - Constructor for class com.singularsys.aa.junit.SolvingTest
Constructor for TestFailure.
Sorter - Class in com.singularsys.aa.manipulation
 
Sorter() - Constructor for class com.singularsys.aa.manipulation.Sorter
 
sortTree(Node) - Method in class com.singularsys.aa.manipulation.Sorter
 
startDocument() - Method in class com.singularsys.aa.junit.InputParser
 
startElement(String, String, String, Attributes) - Method in class com.singularsys.aa.junit.InputParser
 
StarterApplet - Class in com.singularsys.aa.gui
Starts the AWT Frame from an applet.
StarterApplet() - Constructor for class com.singularsys.aa.gui.StarterApplet
 
startNewThread(SolverListener, String) - Static method in class com.singularsys.aa.ThreadControl
Starts a new instance of SolverThead.
Subdivision - Class in com.singularsys.aa
Divides an equation system into smaller parts and solves the individual parts in sequence.
Subdivision() - Constructor for class com.singularsys.aa.Subdivision
 
substitute(Solution) - Method in class com.singularsys.aa.EquationSystem
 
substitute(Node, String, Object) - Method in class com.singularsys.aa.manipulation.Substituter
Substitutes all occurences of ASTVarNodes with variable name
substitute(String, Object) - Method in class com.singularsys.aa.UntypifiedExpr
 
substitute(String, Object, Substituter) - Method in class com.singularsys.aa.UntypifiedExpr
 
Substituter - Class in com.singularsys.aa.manipulation
 
Substituter() - Constructor for class com.singularsys.aa.manipulation.Substituter
 
SystemSolver - Class in com.singularsys.aa
Solves a system of equations using various equation solving algorithms.
SystemSolver() - Constructor for class com.singularsys.aa.SystemSolver
 

T

testGetValueHashtable() - Method in class com.singularsys.aa.junit.LinearExprTest
 
testGetValueHashtable() - Method in class com.singularsys.aa.junit.PolynomialExprTest
 
testSolving() - Method in class com.singularsys.aa.junit.SolvingTest
Tests the solving methods by loading in equation systems from a test file
testSubstitute() - Method in class com.singularsys.aa.junit.UntypifiedExprTest
 
ThreadControl - Class in com.singularsys.aa
Controls the solver threads and maintains state information for the solver threads.
ThreadControl() - Constructor for class com.singularsys.aa.ThreadControl
Initialize isRunning[] array to false ( = no threads running)
toString() - Method in class com.singularsys.aa.EquationSystem
Returns a String of the equation system.
toString() - Method in class com.singularsys.aa.polynomial.PolynomialExpr
 
toString() - Method in class com.singularsys.aa.Solution
Returns a string listing the name-value pairs.
toString() - Method in class com.singularsys.aa.UntypifiedExpr
 
TreeUtil - Class in com.singularsys.aa.manipulation
 

U

UntypifiedExpr - Class in com.singularsys.aa
 
UntypifiedExpr(Node) - Constructor for class com.singularsys.aa.UntypifiedExpr
 
UntypifiedExprTest - Class in com.singularsys.aa.junit
 
UntypifiedExprTest(String) - Constructor for class com.singularsys.aa.junit.UntypifiedExprTest
Constructor for UntypifiedExprTest.
updateSol(Solution, String, String) - Method in class com.singularsys.aa.gui.awt.AWTFrame
 
updateSol(Solution, String, String) - Method in class com.singularsys.aa.gui.swing.MainFrame
Updates the solution reported by the SolverThread
updateSolution(Solution, String, String) - Method in interface com.singularsys.aa.SolverListener
Creates a new instance of SolverListener

V

variables - Variable in class com.singularsys.aa.SimpleExpr
Vector of all variable names occuring in the expression
visit(ASTFunNode, Object) - Method in class com.singularsys.aa.ExpressionPrinterVisitor
 
visit(ASTVarNode, Object) - Method in class com.singularsys.aa.ExpressionPrinterVisitor
 
visit(ASTConstant, Object) - Method in class com.singularsys.aa.ExpressionPrinterVisitor
 
visit(ASTStart, Object) - Method in class com.singularsys.aa.ExpressionPrinterVisitor
 
visit(SimpleNode, Object) - Method in class com.singularsys.aa.ExpressionPrinterVisitor
 
visit(ASTFunNode, Object) - Method in class com.singularsys.aa.manipulation.Canonizer
 
visit(ASTConstant, Object) - Method in class com.singularsys.aa.manipulation.Canonizer
 
visit(ASTVarNode, Object) - Method in class com.singularsys.aa.manipulation.Canonizer
 
visit(ASTStart, Object) - Method in class com.singularsys.aa.manipulation.Canonizer
 
visit(SimpleNode, Object) - Method in class com.singularsys.aa.manipulation.Canonizer
 
visit(ASTFunNode, Object) - Method in class com.singularsys.aa.manipulation.ConstantFolder
 
visit(ASTConstant, Object) - Method in class com.singularsys.aa.manipulation.ConstantFolder
 
visit(ASTVarNode, Object) - Method in class com.singularsys.aa.manipulation.ConstantFolder
 
visit(ASTStart, Object) - Method in class com.singularsys.aa.manipulation.ConstantFolder
 
visit(SimpleNode, Object) - Method in class com.singularsys.aa.manipulation.ConstantFolder
 
visit(ASTFunNode, Object) - Method in class com.singularsys.aa.manipulation.Copier
 
visit(ASTConstant, Object) - Method in class com.singularsys.aa.manipulation.Copier
 
visit(ASTVarNode, Object) - Method in class com.singularsys.aa.manipulation.Copier
 
visit(ASTStart, Object) - Method in class com.singularsys.aa.manipulation.Copier
 
visit(SimpleNode, Object) - Method in class com.singularsys.aa.manipulation.Copier
 
visit(ASTFunNode, Object) - Method in class com.singularsys.aa.manipulation.Expander
Expansion of a function node.
visit(ASTConstant, Object) - Method in class com.singularsys.aa.manipulation.Expander
 
visit(ASTVarNode, Object) - Method in class com.singularsys.aa.manipulation.Expander
 
visit(ASTStart, Object) - Method in class com.singularsys.aa.manipulation.Expander
 
visit(SimpleNode, Object) - Method in class com.singularsys.aa.manipulation.Expander
 
visit(ASTFunNode, Object) - Method in class com.singularsys.aa.manipulation.Simplifier
 
visit(ASTConstant, Object) - Method in class com.singularsys.aa.manipulation.Simplifier
 
visit(ASTVarNode, Object) - Method in class com.singularsys.aa.manipulation.Simplifier
 
visit(ASTStart, Object) - Method in class com.singularsys.aa.manipulation.Simplifier
 
visit(SimpleNode, Object) - Method in class com.singularsys.aa.manipulation.Simplifier
 
visit(ASTFunNode, Object) - Method in class com.singularsys.aa.manipulation.Sorter
 
visit(ASTVarNode, Object) - Method in class com.singularsys.aa.manipulation.Sorter
 
visit(ASTConstant, Object) - Method in class com.singularsys.aa.manipulation.Sorter
 
visit(ASTStart, Object) - Method in class com.singularsys.aa.manipulation.Sorter
 
visit(SimpleNode, Object) - Method in class com.singularsys.aa.manipulation.Sorter
 
visit(ASTFunNode, Object) - Method in class com.singularsys.aa.manipulation.Substituter
 
visit(ASTVarNode, Object) - Method in class com.singularsys.aa.manipulation.Substituter
 
visit(ASTConstant, Object) - Method in class com.singularsys.aa.manipulation.Substituter
 
visit(ASTStart, Object) - Method in class com.singularsys.aa.manipulation.Substituter
 
visit(SimpleNode, Object) - Method in class com.singularsys.aa.manipulation.Substituter
 

W

warning(SAXParseException) - Method in class com.singularsys.aa.junit.InputParser
 

A C D E F G H I J L M N P R S T U V W