Uses of Interface
edu.hws.jcm.data.ParserExtension

Packages that use ParserExtension
data   
edu.hws.jcm.awt   
edu.hws.jcm.functions   
 

Uses of ParserExtension in data
 

Classes in data that implement ParserExtension
 class StandardNormalTable
          StandardNormalTable This class manage a reduced centered normal law table.
 

Uses of ParserExtension in edu.hws.jcm.awt
 

Classes in edu.hws.jcm.awt that implement ParserExtension
 class DataTableInput
          A DataTableInput lets the user input a grid of real numbers arranged in rows and columns.
 

Uses of ParserExtension in edu.hws.jcm.functions
 

Classes in edu.hws.jcm.functions that implement ParserExtension
 class ExpressionFunction
          An ExpressionFunction is a Function that is created from an expression and a list of variables that serve as the parameter(s) of the function.
 class FunctionParserExtension
          An object belonging to a concrete subclass of FunctionParserExtesion is a mathematical function that can be registered with a Parser and then used in strings that are parsed by that parser.
 class SummationParser
          The SummationParser class makes it possible to use summations such as sum(i,1,5,x^i) in a Parser.
 class TableFunction
          A TableFunction is a function that is specified by a table of (x,y)-points.
 class WrapperFunction
          A WrapperFunction contains another function and delegates to it all calls to methods from the Function interface, except for calls to setName() and getName().