com.singularsys.jep.bigdecimal
Class BigDecComponents

java.lang.Object
  extended by com.singularsys.jep.ComponentSet
      extended by com.singularsys.jep.bigdecimal.BigDecComponents

public class BigDecComponents
extends ComponentSet


Field Summary
 
Fields inherited from class com.singularsys.jep.ComponentSet
auxComps, evaluator, funTab, nodeFac, numFac, opTab, parser, pv, varFac, varTab
 
Constructor Summary
BigDecComponents()
          Constructs the class using the MathContext.UNLIMITED for unlimited precision arithmetic.
BigDecComponents(java.math.MathContext mc)
          Contructs the class with the specific math context.
 
Method Summary
 java.math.MathContext getMathContext()
           
 void setMathContext(java.math.MathContext mc)
           
 
Methods inherited from class com.singularsys.jep.ComponentSet
addAuxComponent, getAuxComponents, getAuxComps, getBaseComponents, getComponents, getEvaluator, getFunctionTable, getNodeFactory, getNumberFactory, getOperatorTable, getParser, getPrintVisitor, getVariableFactory, getVariableTable, setAuxComps, setEvaluator, setFunctionTable, setNodeFactory, setNumberFactory, setOperatorTable, setParser, setPrintVisitor, setVariableFactory, setVariableTable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BigDecComponents

public BigDecComponents()
Constructs the class using the MathContext.UNLIMITED for unlimited precision arithmetic.


BigDecComponents

public BigDecComponents(java.math.MathContext mc)
Contructs the class with the specific math context. The math context is passed the number factory, function table, and operator table constructors.

Parameters:
mc - the math context for the components.
Method Detail

getMathContext

public java.math.MathContext getMathContext()

setMathContext

public void setMathContext(java.math.MathContext mc)


Copyright © 2008 Singular Systems http://www.singularsys.com/jep