|
ABLE, Version 1.1b | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.able.beans.fuzzy.FsOp
This class defines the Fuzzy System "Operator" class.
Field Summary | |
static int |
AsgnEq
Assignment (=). |
static int |
AsgnIs
Fuzzy assignment (Is). |
static int |
Call
Call. |
static int |
CmpEq
Equal to (=). |
static int |
CmpGt
Greater than (>). |
static int |
CmpGtEq
Greater than or equal to (>=). |
static int |
CmpIs
Fuzzy equal to (Is). |
static int |
CmpLt
Less than (<). |
static int |
CmpLtEq
Less than or equal to (<=). |
static int |
CmpNeq
Not equal to (!= or <>). |
static int |
Unknown
An unrecognised operator. |
Method Summary | |
static java.lang.String |
Copyright()
Determine the copyright of this class. |
static java.lang.String |
Operator(int theItem)
|
static java.lang.String |
OperatorRl(int theItem)
|
static java.lang.String |
OperatorXml(int theItem)
|
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
public static final int Unknown
public static final int AsgnEq
public static final int AsgnIs
public static final int CmpEq
public static final int CmpGt
public static final int CmpGtEq
public static final int CmpIs
public static final int CmpLt
public static final int CmpLtEq
public static final int CmpNeq
public static final int Call
Method Detail |
public static final java.lang.String Operator(int theItem)
public static final java.lang.String OperatorRl(int theItem)
public static final java.lang.String OperatorXml(int theItem)
public static java.lang.String Copyright()
|
ABLE, Version 1.1b | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |