Uses of Package
edu.hws.jcm.data

Packages that use edu.hws.jcm.data
data   
edu.hws.jcm.awt   
edu.hws.jcm.data   
edu.hws.jcm.draw   
edu.hws.jcm.functions   
engin   
 

Classes in edu.hws.jcm.data used by data
Cases
          An object of type Cases stores a list of "case values" that is generated while an expression is being evaluated using the routine Expression.getValuesWithCases().
ExpressionCommand
          An ExpressionCommand can occur as a command in an ExpressionProgram.
ExpressionProgram
          An ExprssionProgram represents a mathematical expression such as "3" or "sin(x^2)", stored in the form of a program for a stack machine.
Function
          A Function is a mathematical real-valued function of zero or more real-valued arguments.
MathObject
          A MathObject is just an object that has setName and getName methods.
Parser
          A Parser can take a string and compile it into an ExpressionProgram.
ParserExtension
          A ParserExtension can be defined to add new capabilities to a standard Parser.
StackOfDouble
          A standard stack of values of type double, which can grow to arbitrary size.
Variable
          A Variable is a Value object whose value can be changed.
 

Classes in edu.hws.jcm.data used by edu.hws.jcm.awt
Cases
          An object of type Cases stores a list of "case values" that is generated while an expression is being evaluated using the routine Expression.getValuesWithCases().
Expression
          An Expression represents a mathematical expression such as "x+1" or "3" or "sin(x*ln(x)-3*abs(x/4))".
Function
          A Function is a mathematical real-valued function of zero or more real-valued arguments.
MathObject
          A MathObject is just an object that has setName and getName methods.
Parser
          A Parser can take a string and compile it into an ExpressionProgram.
ParserContext
          A ParserContext holds all the state data for a parsing operation, including the string that is being parsed, a pointer to the current position in that string, and the most recently parsed token from the string.
ParserExtension
          A ParserExtension can be defined to add new capabilities to a standard Parser.
Value
          An object of type Value has a real-number value that can be retrieved by calling the getVal() method.
Variable
          A Variable is a Value object whose value can be changed.
 

Classes in edu.hws.jcm.data used by edu.hws.jcm.data
Cases
          An object of type Cases stores a list of "case values" that is generated while an expression is being evaluated using the routine Expression.getValuesWithCases().
Constant
          A Constant is a Value that represents a constant real number.
Expression
          An Expression represents a mathematical expression such as "x+1" or "3" or "sin(x*ln(x)-3*abs(x/4))".
ExpressionCommand
          An ExpressionCommand can occur as a command in an ExpressionProgram.
ExpressionProgram
          An ExprssionProgram represents a mathematical expression such as "3" or "sin(x^2)", stored in the form of a program for a stack machine.
Function
          A Function is a mathematical real-valued function of zero or more real-valued arguments.
MathObject
          A MathObject is just an object that has setName and getName methods.
Parser
          A Parser can take a string and compile it into an ExpressionProgram.
ParserContext
          A ParserContext holds all the state data for a parsing operation, including the string that is being parsed, a pointer to the current position in that string, and the most recently parsed token from the string.
StackOfDouble
          A standard stack of values of type double, which can grow to arbitrary size.
SymbolTable
          A symbol table contains MathObjects, associating them with their names.
Value
          An object of type Value has a real-number value that can be retrieved by calling the getVal() method.
Variable
          A Variable is a Value object whose value can be changed.
 

Classes in edu.hws.jcm.data used by edu.hws.jcm.draw
Expression
          An Expression represents a mathematical expression such as "x+1" or "3" or "sin(x*ln(x)-3*abs(x/4))".
Function
          A Function is a mathematical real-valued function of zero or more real-valued arguments.
Value
          An object of type Value has a real-number value that can be retrieved by calling the getVal() method.
Variable
          A Variable is a Value object whose value can be changed.
 

Classes in edu.hws.jcm.data used by edu.hws.jcm.functions
Cases
          An object of type Cases stores a list of "case values" that is generated while an expression is being evaluated using the routine Expression.getValuesWithCases().
Expression
          An Expression represents a mathematical expression such as "x+1" or "3" or "sin(x*ln(x)-3*abs(x/4))".
ExpressionCommand
          An ExpressionCommand can occur as a command in an ExpressionProgram.
ExpressionProgram
          An ExprssionProgram represents a mathematical expression such as "3" or "sin(x^2)", stored in the form of a program for a stack machine.
Function
          A Function is a mathematical real-valued function of zero or more real-valued arguments.
MathObject
          A MathObject is just an object that has setName and getName methods.
Parser
          A Parser can take a string and compile it into an ExpressionProgram.
ParserContext
          A ParserContext holds all the state data for a parsing operation, including the string that is being parsed, a pointer to the current position in that string, and the most recently parsed token from the string.
ParserExtension
          A ParserExtension can be defined to add new capabilities to a standard Parser.
StackOfDouble
          A standard stack of values of type double, which can grow to arbitrary size.
Variable
          A Variable is a Value object whose value can be changed.
 

Classes in edu.hws.jcm.data used by engin
Expression
          An Expression represents a mathematical expression such as "x+1" or "3" or "sin(x*ln(x)-3*abs(x/4))".
ExpressionProgram
          An ExprssionProgram represents a mathematical expression such as "3" or "sin(x^2)", stored in the form of a program for a stack machine.
Parser
          A Parser can take a string and compile it into an ExpressionProgram.
Variable
          A Variable is a Value object whose value can be changed.