|
ABLE 2.3.0 07/13/2005 14:21:00 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Objectcom.ibm.able.rules.AbleTreePartialExpression
This class represents a piece of an expression, either the lhs (term) or the rhs (value). For example customer.age > 50 would be made up of two partial expressions, customer.age is a term, and " > 50" is a value. In some cases the assignment operator ("=") is assumed.
| Field Summary | |
|---|---|
protected java.lang.String |
uid
|
protected java.lang.String |
value
|
| Constructor Summary | |
|---|---|
AbleTreePartialExpression()
Create an empty partial expression |
|
AbleTreePartialExpression(java.lang.String theValue)
Create a partial expression with specified value. |
|
AbleTreePartialExpression(java.lang.String theUid,
java.lang.String theValue)
Create a partial expression with specified uid and value. |
|
| Method Summary | |
|---|---|
java.lang.String |
getUid()
Get the uid for this expression fragment. |
java.lang.String |
getValue()
Get the value (expression fragment). |
void |
setValue(java.lang.String theValue)
Set the value (expression fragment) |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
protected java.lang.String value
protected java.lang.String uid
| Constructor Detail |
public AbleTreePartialExpression()
public AbleTreePartialExpression(java.lang.String theValue)
theValue -
public AbleTreePartialExpression(java.lang.String theUid,
java.lang.String theValue)
theUid - theValue - | Method Detail |
public void setValue(java.lang.String theValue)
theValue - public java.lang.String getValue()
public java.lang.String getUid()
public java.lang.String toString()
|
ABLE 2.3.0 07/13/2005 14:21:00 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||