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

Quick Search    Search Deep

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

java.lang.Object
  extended bycom.hartmath.mapping.Size1TypeX
All Implemented Interfaces:
UnaryPredicate

public class Size1TypeX
extends java.lang.Object
implements UnaryPredicate

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:
execute in interface UnaryPredicate