|
|||||||||
| 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 Size1TypeX

java.lang.Objectcom.hartmath.mapping.Size1TypeX
- All Implemented Interfaces:
- UnaryPredicate
- public class Size1TypeX
- extends java.lang.Object
- implements UnaryPredicate
- extends java.lang.Object
Description of the Class
| Field Summary | |
static Size1TypeX |
COMPLEX
Description of the Field |
static Size1TypeX |
DOUBLE
Description of the Field |
static Size1TypeX |
DOUBLECOMPLEX
Description of the Field |
static Size1TypeX |
FRACTION
Description of the Field |
static Size1TypeX |
FUNCTION
Description of the Field |
static Size1TypeX |
INTEGER
Description of the Field |
static Size1TypeX |
STRING
Description of the Field |
static Size1TypeX |
SYMBOL
Description of the Field |
private int |
x
|
| Constructor Summary | |
Size1TypeX(int t)
Constructor for the Size1TypeX object |
|
| Method Summary | |
boolean |
execute(com.hartmath.expression.HFunction f)
checks if the function has size()==1 and the first argument has the given hierarchy() |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
x
private int x
DOUBLE
public static final Size1TypeX DOUBLE
- Description of the Field
DOUBLECOMPLEX
public static final Size1TypeX DOUBLECOMPLEX
- Description of the Field
INTEGER
public static final Size1TypeX INTEGER
- Description of the Field
FRACTION
public static final Size1TypeX FRACTION
- Description of the Field
COMPLEX
public static final Size1TypeX COMPLEX
- Description of the Field
STRING
public static final Size1TypeX STRING
- Description of the Field
SYMBOL
public static final Size1TypeX SYMBOL
- Description of the Field
FUNCTION
public static final Size1TypeX FUNCTION
- Description of the Field
| Constructor Detail |
Size1TypeX
public Size1TypeX(int t)
- Constructor for the Size1TypeX object
| Method Detail |
execute
public boolean execute(com.hartmath.expression.HFunction f)
- checks if the function has size()==1 and the first argument has the
given hierarchy()
- Specified by:
executein interfaceUnaryPredicate
|
|||||||||
| 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.Size1TypeX