|
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.AbleTreeNode
com.ibm.able.rules.AbleTreeConditionNode
This class represents an interior node in a decision table or tree.
| Field Summary | |
|---|---|
protected java.util.Vector |
edges
|
protected AbleTreePartialExpression |
term
|
protected java.lang.String |
termRef
|
| Constructor Summary | |
|---|---|
AbleTreeConditionNode()
Create a new tree condition (interior) node. |
|
AbleTreeConditionNode(AbleTreePartialExpression newTreeTerm)
Create a new tree condition (interior) node with specified term (lhs). |
|
AbleTreeConditionNode(java.lang.String theTermRef,
AbleTreePartialExpression newTreeTerm)
Create a new tree condition (interior) node with specified termRef and term (lhs) |
|
| Method Summary | |
|---|---|
void |
addEdge(AbleTreeEdge newEdge)
Add a single edge to the list of edges coming out of this interior node. |
void |
addEdges(java.util.Vector newEdges)
Add a list of edges coming out of this interior node. |
java.util.Vector |
getEdges()
Retrieve the list of edges coming out of this interior node. |
AbleTreePartialExpression |
getTerm()
Retrieve the term (lhs) for this node. |
void |
setEdges(java.util.Vector newEdges)
Set the list of edges coming out of this interior node. |
void |
setTerm(AbleTreePartialExpression newTerm)
Set the term (lhs) for this node. |
void |
setTermRef(java.lang.String newTermRef)
Set the termRef (uid of a shared condition term or action term) for this node. |
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 termRef
protected AbleTreePartialExpression term
protected java.util.Vector edges
| Constructor Detail |
public AbleTreeConditionNode()
public AbleTreeConditionNode(AbleTreePartialExpression newTreeTerm)
newTreeTerm -
public AbleTreeConditionNode(java.lang.String theTermRef,
AbleTreePartialExpression newTreeTerm)
theTermRef - newTreeTerm - | Method Detail |
public AbleTreePartialExpression getTerm()
public void setTerm(AbleTreePartialExpression newTerm)
newTerm - public void setTermRef(java.lang.String newTermRef)
newTermRef - public java.util.Vector getEdges()
public void setEdges(java.util.Vector newEdges)
newEdges - public void addEdges(java.util.Vector newEdges)
newEdges - public void addEdge(AbleTreeEdge newEdge)
newEdge - 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 | |||||||||||