ABLE, Version 1.1b

com.ibm.able.beans.rules
Class AbleRuleCondition

java.lang.Object
  |
  +--com.ibm.able.beans.rules.AbleRuleCondition

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

A Condition is used in a clause object and is used to evaluate the lefthand side of the clause against the righthand side of the clause.

Version:
1.0.0; change log:
 Version   Description
 --------  -----------
 1.0.0     Initial release.

 
See Also:
Serialized Form

Field Summary
protected  int index
          index is the numeric representation of the condition.
protected  java.lang.String symbol
          symbol is the textual representation of the condition.
 
Constructor Summary
AbleRuleCondition(java.lang.String aSymbol)
          Create a new condition based on the specified symbol.
 
Method Summary
 java.lang.String toString()
          Return the textual equivalent of this condition.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

index

protected int index
index is the numeric representation of the condition.

symbol

protected java.lang.String symbol
symbol is the textual representation of the condition.
Constructor Detail

AbleRuleCondition

public AbleRuleCondition(java.lang.String aSymbol)
Create a new condition based on the specified symbol.
Method Detail

toString

public java.lang.String toString()
Return the textual equivalent of this condition.
Returns:
A String containing the textual equivalent of this condition.
Overrides:
toString in class java.lang.Object

ABLE, Version 1.1b

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