ABLE, Version 1.1b

com.ibm.able.beans.fuzzy
Class FsRule

java.lang.Object
  |
  +--com.ibm.able.beans.fuzzy.FsRule

public class FsRule
extends java.lang.Object
implements java.io.Serializable

This class defines the Fuzzy System 'Rule' object.

Version:
$Revision: 1.3 $, $Date: 2000/06/05 18:24:04 $
See Also:
Serialized Form

Constructor Summary
FsRule()
           
 
Method Summary
static java.lang.String Copyright()
          Determine the copyright of this class.
 java.util.Vector getAntecedents()
           
 FsClsCns getConsequent()
           
 int getId()
           
 java.lang.String getLabel()
           
 java.util.BitSet getRdReferences()
           
 java.util.BitSet getWrReferences()
           
 boolean isFired()
           
 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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FsRule

public FsRule()
Method Detail

getId

public int getId()

getLabel

public java.lang.String getLabel()

getRdReferences

public java.util.BitSet getRdReferences()

getWrReferences

public java.util.BitSet getWrReferences()

isFired

public boolean isFired()

getAntecedents

public java.util.Vector getAntecedents()

getConsequent

public FsClsCns getConsequent()

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.


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 java.lang.Object

Copyright

public static java.lang.String Copyright()
Determine the copyright of this class.
Returns:
A String containing this class's copyright statement.


ABLE, Version 1.1b

ABLE: Produced by Joe, Don, and Jeff who say, 'Thanks for your support.'