|
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.FsLit
This class defines the fuzzy system literal value.
Field Summary | |
protected int |
myType
|
Constructor Summary | |
|
FsLit()
|
protected |
FsLit(int theType)
Create a new literal of the specified type. |
Method Summary | |
static java.lang.String |
Copyright()
Determine the copyright of this class. |
abstract boolean |
getBooleanValue()
Retrieve the value of this object as a boolean value. |
abstract FsSet |
getFuzzyValue()
Retrieve the value of this object as a fuzzy value. |
abstract double |
getNumericValue()
Retrieve the value of this object as a numeric value. |
int |
getReferent()
Retrieve the Id of the variable to which this object refers. |
abstract java.lang.String |
getSymbolicValue()
Retrieve the value of this object as a symbolic value. |
int |
getType()
Retrieve the type of this object. |
java.lang.String |
getTypeAsString()
Retrieve the type of this object. |
abstract FsLit |
getValue()
Retrieve the value of this object as a Literal object. |
abstract java.lang.String |
rlCString()
Return a formal fuzzy rule language string. |
java.lang.String |
toString()
Retrieve a string describing (the contents of) the object. |
abstract java.lang.String |
xmlCRdString()
Return a formal XML string. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Field Detail |
protected int myType
Constructor Detail |
protected FsLit(int theType)
theType
- An Fs.public FsLit()
Method Detail |
public abstract boolean getBooleanValue() throws FsException
public abstract FsSet getFuzzyValue() throws FsException
public abstract double getNumericValue() throws FsException
public abstract java.lang.String getSymbolicValue() throws FsException
public abstract FsLit getValue() throws FsException
public int getReferent()
public int getType()
public java.lang.String getTypeAsString()
public abstract java.lang.String rlCString()
public abstract java.lang.String xmlCRdString()
public java.lang.String toString()
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 |