com.singularsys.jep.standard
Class StandardFunctionTable

java.lang.Object
  extended by com.singularsys.jep.FunctionTable
      extended by com.singularsys.jep.standard.StandardFunctionTable
All Implemented Interfaces:
JepComponent, java.io.Serializable

public class StandardFunctionTable
extends FunctionTable

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.singularsys.jep.FunctionTable
table
 
Constructor Summary
StandardFunctionTable()
           
 
Method Summary
 FunctionTable shallowCopy()
          Returns a new shallow copy of this function table.
 
Methods inherited from class com.singularsys.jep.FunctionTable
addFunction, clear, containsKey, containsValue, entrySet, getFunction, getLightWeightInstance, init, isEmpty, keySet, remove, size, toString, values
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StandardFunctionTable

public StandardFunctionTable()
Method Detail

shallowCopy

public FunctionTable shallowCopy()
Description copied from class: FunctionTable
Returns a new shallow copy of this function table. The entries in the table refer to the the same instances of the postfix math commands. If sub-classes use pfmc's which are not thread safe they should override this methods and set a new instance for the table.

Overrides:
shallowCopy in class FunctionTable
Returns:
a new shallow copy of this function table


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