com.ibm.able.beans.fuzzy
Class FsSetBeta
java.lang.Object
|
+--com.ibm.able.beans.fuzzy.FsLit
|
+--com.ibm.able.beans.fuzzy.FsSet
|
+--com.ibm.able.beans.fuzzy.FsSetBeta
- public class FsSetBeta
- extends FsSet
- implements java.io.Serializable
This class defines the Fuzzy System beta fuzzy set class.
- Version:
- $Revision: 1.4 $, $Date: 2000/06/05 18:24:04 $
- See Also:
- Serialized Form
Fields inherited from class com.ibm.able.beans.fuzzy.FsLit |
myType |
Method Summary |
static java.lang.String |
Copyright()
Determine the copyright of this class. |
double |
getCenterPoint()
|
double |
getFlexFactor()
|
double |
getWeight()
|
java.lang.String |
rlString()
Return a formal fuzzy rule language string. |
java.lang.String |
toString()
Retrieve a string describing (the contents of) the object. |
java.lang.String |
xmlString()
Return a formal XML string. |
Methods inherited from class com.ibm.able.beans.fuzzy.FsSet |
getAlphaCut,
getBooleanValue,
getDomainHi,
getDomainLo,
getFuzzyValue,
getNumericValue,
getReferent,
getSetName,
getSetProperties,
getSetType,
getSymbolicValue,
getTruthValues,
getValue,
rlCString,
xmlCRdString |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
FsSetBeta
public FsSetBeta()
rlString
public java.lang.String rlString()
- Return a formal fuzzy rule language string.
- Returns:
- A String describing the object in fuzzy rule language.
xmlString
public java.lang.String xmlString()
- Return a formal XML string.
- Returns:
- A String describing the object in XML.
getCenterPoint
public double getCenterPoint()
getFlexFactor
public double getFlexFactor()
getWeight
public double getWeight()
toString
public java.lang.String toString()
- Retrieve a string describing (the contents of) the object.
- Returns:
- A String containing the current contents of the object.
- Overrides:
- toString in class FsSet
Copyright
public static java.lang.String Copyright()
- Determine the copyright of this class.
- Returns:
- A String containing this class's copyright statement.
ABLE: Produced by Joe, Don, and Jeff who say, 'Thanks for your support.'