ABLE, Version 1.1b

com.ibm.able.beans.fuzzy
Class FsOp

java.lang.Object
  |
  +--com.ibm.able.beans.fuzzy.FsOp

public class FsOp
extends java.lang.Object
implements java.io.Serializable

This class defines the Fuzzy System "Operator" class.

Version:
$Revision: 1.3 $, $Date: 2000/06/05 18:24:04 $
See Also:
Serialized Form

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

Unknown

public static final int Unknown
An unrecognised operator.

AsgnEq

public static final int AsgnEq
Assignment (=).

AsgnIs

public static final int AsgnIs
Fuzzy assignment (Is).

CmpEq

public static final int CmpEq
Equal to (=).

CmpGt

public static final int CmpGt
Greater than (>).

CmpGtEq

public static final int CmpGtEq
Greater than or equal to (>=).

CmpIs

public static final int CmpIs
Fuzzy equal to (Is).

CmpLt

public static final int CmpLt
Less than (<).

CmpLtEq

public static final int CmpLtEq
Less than or equal to (<=).

CmpNeq

public static final int CmpNeq
Not equal to (!= or <>).

Call

public static final int Call
Call.
Method Detail

Operator

public static final java.lang.String Operator(int theItem)

OperatorRl

public static final java.lang.String OperatorRl(int theItem)

OperatorXml

public static final java.lang.String OperatorXml(int theItem)

Copyright

public static java.lang.String Copyright()
Determine the copyright of this class.
Returns:
A String containing this class's copyright statement.


ABLE, Version 1.1b

ABLE: Produced by Joe, Don, and Jeff who say, 'Thanks for your support.'