|
|||||||||
| Home >> All >> com >> hartmath >> [ mapping overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.hartmath.mapping
Class EB1Arg

java.lang.Objectcom.hartmath.mapping.EB1Arg
- All Implemented Interfaces:
- FunctionEvaluator
- public class EB1Arg
- extends java.lang.Object
- implements FunctionEvaluator
- extends java.lang.Object
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:
evaluatein interfaceFunctionEvaluator
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.
|
|||||||||
| Home >> All >> com >> hartmath >> [ mapping overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.hartmath.mapping.EB1Arg