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

Quick Search    Search Deep

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

java.lang.Object
  extended bycom.hartmath.mapping.SFunctionEvaluator
      extended bycom.hartmath.mapping.E1StringArg
All Implemented Interfaces:
FunctionEvaluator

public abstract class E1StringArg
extends SFunctionEvaluator

Evaluate functions with 1 String argument


Constructor Summary
E1StringArg()
           
 
Method Summary
abstract  com.hartmath.expression.HObject e1StringArg(com.hartmath.expression.HString s)
          Description of the Method
 com.hartmath.expression.HObject evaluate(com.hartmath.expression.HFunction vect, com.hartmath.lib.Session session)
          Evaluate the given function if possible.
 
Methods inherited from class com.hartmath.mapping.SFunctionEvaluator
evaluate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

E1StringArg

public E1StringArg()
Method Detail

evaluate

public com.hartmath.expression.HObject evaluate(com.hartmath.expression.HFunction vect,
                                                com.hartmath.lib.Session session)
Description copied from class: SFunctionEvaluator
Evaluate the given function if possible.

Specified by:
evaluate in class SFunctionEvaluator

e1StringArg

public abstract com.hartmath.expression.HObject e1StringArg(com.hartmath.expression.HString s)
Description of the Method