com.singularsys.jep.standard
Class StandardComponents

java.lang.Object
  extended by com.singularsys.jep.ComponentSet
      extended by com.singularsys.jep.standard.StandardComponents

public class StandardComponents
extends ComponentSet

The standard set of components.

Author:
Richard Morris
See Also:
DoubleNumberFactory, VariableFactory, NodeFactory, StandardFunctionTable, StandardVariableTable, StandardOperatorTable, StandardParser, FastEvaluator, PrintVisitor

Field Summary
 
Fields inherited from class com.singularsys.jep.ComponentSet
auxComps, evaluator, funTab, nodeFac, numFac, opTab, parser, pv, varFac, varTab
 
Constructor Summary
StandardComponents()
           
StandardComponents(Jep j)
          Build a set of components using those from the jep instance and standard components if the jep components are null.
 
Method Summary
 
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

StandardComponents

public StandardComponents()

StandardComponents

public StandardComponents(Jep j)
Build a set of components using those from the jep instance and standard components if the jep components are null.

Parameters:
j -


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