|
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.AbleTreeCondition
This class represents a condition (a term and one or mode values) in a decision table or tree.
| Field Summary | |
|---|---|
protected AbleTreePartialExpression |
term
|
protected java.lang.String |
termRef
|
protected java.util.Vector |
values
|
| Constructor Summary | |
|---|---|
AbleTreeCondition()
Create a tree condition object. |
|
AbleTreeCondition(AbleTreePartialExpression newTerm)
Create a tree condition object with the specified term (lhs). |
|
AbleTreeCondition(AbleTreePartialExpression newTerm,
java.util.Vector newValues)
Create a tree condition object with the specified term(lhs) and set of values (rhs). |
|
| Method Summary | |
|---|---|
void |
addValue(AbleTreePartialExpression newValue)
Add a single value (rhs) to this condition. |
void |
addValues(java.util.Vector newValues)
Add a list of values (rhs) to this condition. |
AbleTreePartialExpression |
getTerm()
Get the single term (lhs) for this condition. |
java.util.Vector |
getValues()
Retrieve the list of values (rhs) for this condition |
void |
setTerm(AbleTreePartialExpression newTerm)
Set the term (lhs) for this condition. |
void |
setValues(java.util.Vector newValues)
Set the list of values (rhs) for this condition. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected java.lang.String termRef
protected AbleTreePartialExpression term
protected java.util.Vector values
| Constructor Detail |
public AbleTreeCondition()
public AbleTreeCondition(AbleTreePartialExpression newTerm)
newTerm -
public AbleTreeCondition(AbleTreePartialExpression newTerm,
java.util.Vector newValues)
newTerm - newValues - | Method Detail |
public AbleTreePartialExpression getTerm()
public void setTerm(AbleTreePartialExpression newTerm)
newTerm - public java.util.Vector getValues()
public void setValues(java.util.Vector newValues)
newValues - public void addValues(java.util.Vector newValues)
newValues - public void addValue(AbleTreePartialExpression newValue)
newValue -
|
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 | |||||||||||