|
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.FsLhs | +--com.ibm.able.beans.fuzzy.FsVar | +--com.ibm.able.beans.fuzzy.FsVarNumeric
This class defines the Fuzzy System numeric variable.
Fields inherited from class com.ibm.able.beans.fuzzy.FsVar |
myId,
myName,
myRs,
myType |
Constructor Summary | |
FsVarNumeric()
|
Method Summary | |
static java.lang.String |
Copyright()
Determine the copyright of this class. |
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 |
getInitialValue()
|
double |
getNumericValue()
Retrieve the value of this object as a numeric value. |
java.lang.String |
getSymbolicValue()
Retrieve the value of this object as a symbolic value. |
FsLit |
getValue()
Retrieve the value of this object as a Literal object. |
java.lang.String |
getValueString()
Retrieve the variable's current value as a string. |
void |
reset()
Reset the variable to its intial state. |
java.lang.String |
rlString()
Return a formal fuzzy rule language string. |
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. |
void |
setValueString(java.lang.String theNewValue)
Set the variable's current value from a string. |
java.lang.String |
toString()
Retrieve a string describing (the contents of) the object. |
java.lang.String |
xmlCWrString()
Return a formal XML string. |
java.lang.String |
xmlString()
Return a formal XML string. |
Methods inherited from class com.ibm.able.beans.fuzzy.FsVar |
getId,
getName,
getReferent,
getType,
getTypeAsString,
rlCString,
xmlCRdString |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Constructor Detail |
public FsVarNumeric()
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 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()
public void setValueString(java.lang.String theNewValue) throws FsException
public java.lang.String getValueString()
public void reset()
public java.lang.String rlString()
public java.lang.String xmlString()
public double getInitialValue()
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 |