|
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.AbleTreeActionNode
This class represents a leaf node in a Decision table or tree. It contains one or more actions.
| Field Summary | |
|---|---|
protected java.util.Vector |
actions
|
protected java.util.Vector |
myAbleActions
|
| Constructor Summary | |
|---|---|
AbleTreeActionNode()
Create a new tree action node which is a lead node in a decision tree or table with no actions defined. |
|
AbleTreeActionNode(AbleTreeAction newAction)
Create a new action node which is a leaf node in a decision tree or table with a single action defined. |
|
AbleTreeActionNode(java.util.Vector newActions)
Create a new action node which is a lead node in a decision tree or table with a specified set of actions. |
|
| Method Summary | |
|---|---|
void |
addAction(AbleTreeAction newAction)
Add a single action to this leaf node. |
void |
addActions(java.util.Vector newActions)
Add a set of actions to this leaf node. |
java.lang.String |
armlString()
Retrieve an arml representation of this node and its actions. |
java.util.Vector |
getAbleActions()
Return the list of executable (ABLE) actions. |
java.util.Vector |
getActions()
Return the list of actions defined in this leaf node. |
void |
setAbleActions(java.util.Vector newActions)
Set the list of executable (ABLE) actions |
void |
setActions(java.util.Vector newActions)
Set the list of actions defined in this leaf 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.util.Vector actions
protected java.util.Vector myAbleActions
| Constructor Detail |
public AbleTreeActionNode()
public AbleTreeActionNode(AbleTreeAction newAction)
newAction - public AbleTreeActionNode(java.util.Vector newActions)
newActions - | Method Detail |
public java.util.Vector getActions()
public void setActions(java.util.Vector newActions)
newActions - public void addActions(java.util.Vector newActions)
newActions - public void addAction(AbleTreeAction newAction)
newAction - public java.util.Vector getAbleActions()
public void setAbleActions(java.util.Vector newActions)
newActions - public java.lang.String armlString()
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 | |||||||||||