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

Quick Search    Search Deep

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

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

class EGreaterEqual
extends com.hartmath.mapping.E2SArg
implements com.hartmath.mapping.FunctionOpEvaluator

Description of the Class


Constructor Summary
EGreaterEqual()
          Constructor for the EGreaterEqual object
 
Method Summary
 com.hartmath.expression.HObject e2ObjArg(com.hartmath.expression.HObject o0, com.hartmath.expression.HObject o1, com.hartmath.lib.Session session)
          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.E2SArg
binaryOperator, compareAddFunction, e2ComArg, e2ComArg, e2DblArg, e2DblArg, e2DblComArg, e2DblComArg, e2FraArg, e2FraArg, e2FunArg, e2FunArg, e2IntArg, e2IntArg, e2ObjArg, eComIntArg, eComIntArg, eFunIntArg, eFunIntArg, evaluate, operatorString
 
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

EGreaterEqual

public EGreaterEqual()
Constructor for the EGreaterEqual object

Method Detail

e2ObjArg

public com.hartmath.expression.HObject e2ObjArg(com.hartmath.expression.HObject o0,
                                                com.hartmath.expression.HObject o1,
                                                com.hartmath.lib.Session session)
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