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

Quick Search    Search Deep

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

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

public class EB1Arg
extends java.lang.Object
implements FunctionEvaluator

Evaluate predicate-functions with 1 argument


Constructor Summary
EB1Arg()
           
 
Method Summary
 boolean eBool1IntArg(com.hartmath.expression.HInteger i)
          Method Declaration.
 boolean eBool1ObjArg(com.hartmath.expression.HObject o)
          Method Declaration.
 boolean evalArg1(com.hartmath.expression.HObject o0)
          Method Declaration.
 com.hartmath.expression.HObject evaluate(com.hartmath.expression.HFunction vect)
          Evaluate the given function if possible.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EB1Arg

public EB1Arg()
Method Detail

evaluate

public com.hartmath.expression.HObject evaluate(com.hartmath.expression.HFunction vect)
Description copied from interface: FunctionEvaluator
Evaluate the given function if possible.

Specified by:
evaluate in interface FunctionEvaluator

evalArg1

public boolean evalArg1(com.hartmath.expression.HObject o0)
Method Declaration.


eBool1ObjArg

public boolean eBool1ObjArg(com.hartmath.expression.HObject o)
Method Declaration.


eBool1IntArg

public boolean eBool1IntArg(com.hartmath.expression.HInteger i)
Method Declaration.