|
ABLE, Version 1.1b | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This class defines the Fuzzy System interface for "Readable" classes; that is, classes that implement this interface can appear on the righthand side of a fuzzy clause.
Method Summary | |
boolean |
getBooleanValue()
Retrieve the value of this object as a boolean value. |
FsSet |
getFuzzyValue()
Retrieve the value of this object as a fuzzy value. |
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. |
java.lang.String |
getSymbolicValue()
Retrieve the value of this object as a symbolic value. |
int |
getType()
Retrieve the type of this object. |
FsLit |
getValue()
Retrieve the value of this object as a Literal object. |
java.lang.String |
rlCString()
Return a formal fuzzy rule language string. |
java.lang.String |
xmlCRdString()
Return a formal XML string. |
Method Detail |
public boolean getBooleanValue() throws FsException
public FsSet getFuzzyValue() throws FsException
public double getNumericValue() throws FsException
public java.lang.String getSymbolicValue() throws FsException
public FsLit getValue() throws FsException
public int getReferent()
public int getType()
public java.lang.String rlCString()
public java.lang.String xmlCRdString()
|
ABLE, Version 1.1b | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |