|
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 | +--com.ibm.able.beans.fuzzy.FsCall
This class defines the Fuzzy System sensor/effector call object.
Fields inherited from class com.ibm.able.beans.fuzzy.FsLit |
myType |
Constructor Summary | |
FsCall()
|
Method Summary | |
static java.lang.String |
Copyright()
Determine the copyright of this class. |
java.util.Vector |
getArgs()
|
boolean |
getBooleanValue()
Retrieve the value of this object as a boolean value. |
java.lang.String |
getCallee()
|
FsSet |
getFuzzyValue()
Retrieve the value of this object as a fuzzy value. |
double |
getNumericValue()
Retrieve the value of this object as a numeric value. |
java.lang.Object |
getRawValue()
|
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. |
boolean |
isSensor()
|
java.lang.String |
rlCString()
Return a formal fuzzy rule language string. |
java.lang.String |
toString()
Retrieve a string describing (the contents of) the object. |
java.lang.String |
xmlCRdString()
Return a formal XML string. |
Methods inherited from class com.ibm.able.beans.fuzzy.FsLit |
getReferent,
getType,
getTypeAsString |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Constructor Detail |
public FsCall()
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 java.lang.String rlCString()
public java.lang.String xmlCRdString()
public boolean isSensor()
public java.lang.String getCallee()
public java.util.Vector getArgs()
public java.lang.Object getRawValue()
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 |