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

Quick Search    Search Deep

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

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

public abstract class E2StringArg
extends SFunctionEvaluator

Evaluate functions with 2 String arguments


Constructor Summary
E2StringArg()
           
 
Method Summary
abstract  com.hartmath.expression.HObject e1StringArg(com.hartmath.expression.HString s0, com.hartmath.expression.HString s1)
          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

E2StringArg

public E2StringArg()
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 s0,
                                                            com.hartmath.expression.HString s1)
Description of the Method