Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.hartmath.mapping
Class ConstantEvaluator  view ConstantEvaluator download ConstantEvaluator.java

java.lang.Object
  extended bycom.hartmath.mapping.ConstantNumericEvaluator
      extended bycom.hartmath.mapping.ConstantEvaluator
All Implemented Interfaces:
FunctionEvaluator

public class ConstantEvaluator
extends ConstantNumericEvaluator

Interface that represents a function evaluation object. FunctionEvaluator is used as an interface for built-in functions, which are associated with a symbol.

Version:
%I%, %G%

Field Summary
(package private)  com.hartmath.expression.HObject symbolicValue
           
 
Fields inherited from class com.hartmath.mapping.ConstantNumericEvaluator
numericValue
 
Constructor Summary
ConstantEvaluator(com.hartmath.expression.HObject nVal, com.hartmath.expression.HObject sVal)
          Constructor for the ConstantEvaluator object
 
Method Summary
 com.hartmath.expression.HObject getSymbolicValue()
          Gets the symbolicValue attribute of the ConstantEvaluator object
 
Methods inherited from class com.hartmath.mapping.ConstantNumericEvaluator
evaluate, getNumericValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

symbolicValue

com.hartmath.expression.HObject symbolicValue
Constructor Detail

ConstantEvaluator

public ConstantEvaluator(com.hartmath.expression.HObject nVal,
                         com.hartmath.expression.HObject sVal)
Constructor for the ConstantEvaluator object

Method Detail

getSymbolicValue

public com.hartmath.expression.HObject getSymbolicValue()
Gets the symbolicValue attribute of the ConstantEvaluator object