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

Packages that use ExpressionCommand
data   
edu.hws.jcm.data   
edu.hws.jcm.functions   
 

Uses of ExpressionCommand in data
 

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

Uses of ExpressionCommand in edu.hws.jcm.data
 

Classes in edu.hws.jcm.data that implement ExpressionCommand
 class ConditionalExpression
          A "conditional expression" is an expression using the "?"
 class Constant
          A Constant is a Value that represents a constant real number.
 class Variable
          A Variable is a Value object whose value can be changed.
 

Methods in edu.hws.jcm.data with parameters of type ExpressionCommand
 void ExpressionProgram.addCommandObject(ExpressionCommand com)
          Adds com as the next command in the program.
 

Uses of ExpressionCommand in edu.hws.jcm.functions
 

Classes in edu.hws.jcm.functions that implement ExpressionCommand
 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 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().