|
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 "Writable" classes; that is, classes that implement this interface can appear on the lefthand side of a fuzzy clause.
Method Summary | |
void |
setBooleanValue(boolean theNewValue)
Set the value of this object from a boolean value. |
void |
setFuzzyValue(FsSet theNewValue)
Set the value of this object from a fuzzy value. |
void |
setNumericValue(double theNewValue)
Set the value of this object from a numeric value. |
void |
setSymbolicValue(java.lang.String theNewValue)
Set the value of this object from a symbolic value. |
void |
setValue(FsLit theNewValue)
Set the value of this object from a literal object. |
java.lang.String |
xmlCWrString()
Return a formal XML string. |
Method Detail |
public void setBooleanValue(boolean theNewValue) throws FsException
public void setFuzzyValue(FsSet theNewValue) throws FsException
public void setNumericValue(double theNewValue) throws FsException
public void setSymbolicValue(java.lang.String theNewValue) throws FsException
public void setValue(FsLit theNewValue) throws FsException
public java.lang.String xmlCWrString()
|
ABLE, Version 1.1b | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |