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

Quick Search    Search Deep

com.hartmath.initial
Class ESet  view ESet download ESet.java

java.lang.Object
  extended bycom.hartmath.mapping.SFunctionEvaluator
      extended bycom.hartmath.initial.ESet
All Implemented Interfaces:
com.hartmath.mapping.FunctionEvaluator, com.hartmath.mapping.FunctionOpEvaluator

class ESet
extends com.hartmath.mapping.SFunctionEvaluator
implements com.hartmath.mapping.FunctionOpEvaluator

Class Declaration.

Version:
%I%, %G%

Constructor Summary
(package private) ESet()
           
 
Method Summary
 com.hartmath.expression.HObject evaluate(com.hartmath.expression.HFunction vect, com.hartmath.lib.Session session)
          Evaluate the given function if possible.
 com.hartmath.expression.HObject execute(com.hartmath.expression.HObject first, com.hartmath.expression.HInteger hi, com.hartmath.expression.HObject second)
          Description of the Method
 int precedence()
          Method Declaration.
 java.lang.String toOpString(com.hartmath.expression.HFunction fun, com.hartmath.lib.Session session)
          Method Declaration.
 
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

ESet

ESet()
Method Detail

evaluate

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


execute

public com.hartmath.expression.HObject execute(com.hartmath.expression.HObject first,
                                               com.hartmath.expression.HInteger hi,
                                               com.hartmath.expression.HObject second)
Description of the Method


toOpString

public java.lang.String toOpString(com.hartmath.expression.HFunction fun,
                                   com.hartmath.lib.Session session)
Method Declaration.

Specified by:
toOpString in interface com.hartmath.mapping.FunctionOpEvaluator

precedence

public int precedence()
Method Declaration.

Specified by:
precedence in interface com.hartmath.mapping.FunctionOpEvaluator