Classes
        
        | Class | Description | |
|---|---|---|
| 
                 | 
              DoubleNumberFactory | 
                 
            Default class for creating number objects. This class can be replaced by
            other NumberFactory implementations if other number types are required. This
            can be done using the 
             
               | 
            
| 
                 | 
              StandardComponents | 
                 
            The set of standard components used in a default JepInstance 
               | 
            
| 
                 | 
              StandardEvaluator | 
                 
            The default evaluator for any JepInstance.
             
               | 
            
| 
                 | 
              StandardFunctionTable | 
                 
            The standard FunctionTable used by a default JepInstance.
             
               | 
            
| 
                 | 
              StandardOperatorTable | 
                 
            The standard operator table used by a default JepInstance.
             
               | 
            
| 
                 | 
              StandardVariableTable | 
                 
            A VariableTable which defines some constant values. 
            pi, e, i, true and false are defined.
             
               |