|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BooleanNode | |
|---|---|
| org.kuali.student.common.messagebuilder | |
| org.kuali.student.common.messagebuilder.booleanmessage.ast | |
| org.kuali.student.common.messagebuilder.impl | |
| Uses of BooleanNode in org.kuali.student.common.messagebuilder |
|---|
| Method parameters in org.kuali.student.common.messagebuilder with type arguments of type BooleanNode | |
|---|---|
String |
MessageTreeBuilder.buildMessage(List<BooleanNode> treeNodeList)
Builds a message from an AST list of boolean message nodes. |
| Uses of BooleanNode in org.kuali.student.common.messagebuilder.booleanmessage.ast |
|---|
| Methods in org.kuali.student.common.messagebuilder.booleanmessage.ast that return BooleanNode | |
|---|---|
BooleanNode |
BinaryMessageTree.buildTree(String booleanFunction)
Builds the binary message tree from the booleanFunction. |
BooleanNode |
BooleanNode.getLeftNode()
Gets the b-tree left node. |
BooleanNode |
BooleanNode.getParent()
Gets the parent boolean node. |
BooleanNode |
BooleanNode.getRightNode()
Gets the b-tree right node. |
BooleanNode |
BinaryMessageTree.getRoot()
Gets the root boolean node. |
| Methods in org.kuali.student.common.messagebuilder.booleanmessage.ast that return types with arguments of type BooleanNode | |
|---|---|
List<BooleanNode> |
BinaryMessageTree.getAllNodes()
Gets all boolean nodes. |
| Methods in org.kuali.student.common.messagebuilder.booleanmessage.ast with parameters of type BooleanNode | |
|---|---|
void |
BooleanNode.setParent(BooleanNode parent)
org.antlr.runtime.tree.CommonTree.getParent() is not implemented you have to set the parent yourself, BinaryMessageTree.java |
void |
BinaryMessageTree.traverseTreePostOrder(BooleanNode bnode,
BooleanNode parent)
This method walks the tree depth first, while setting node values with setNode(). |
void |
BinaryMessageTree.traverseTreePostOrderDontSetNode(BooleanNode bnode,
BooleanNode parent)
This method walks the tree depth first. |
| Uses of BooleanNode in org.kuali.student.common.messagebuilder.impl |
|---|
| Methods in org.kuali.student.common.messagebuilder.impl with parameters of type BooleanNode | |
|---|---|
String |
FailureMessageBuilder.buildFailureMessage(BooleanNode node)
Builds and sets the failure message for a single boolean node (b-tree node). |
String |
SimpleBooleanMessageBuilder.buildMessage(BooleanNode node)
Builds and sets the success message for a single boolean node (b-tree node). |
String |
SuccessMessageBuilder.buildSuccessMessage(BooleanNode node)
Builds and sets the success message for a single boolean node (b-tree node). |
| Method parameters in org.kuali.student.common.messagebuilder.impl with type arguments of type BooleanNode | |
|---|---|
String |
FailureMessageBuilder.buildFailureMessage(List<BooleanNode> nodeList)
Builds and sets the failure message for each of the boolean nodes (binary tree) in the nodeList. |
String |
SuccessFailureMessageBuilder.buildMessage(List<BooleanNode> nodeList)
Builds and sets the success and failure message for each of the list of boolean nodes (binary tree nodes). |
String |
SimpleBooleanMessageBuilder.buildMessage(List<BooleanNode> nodeList)
Builds and sets the success message for each of the boolean nodes (binary tree) in the nodeList. |
String |
SuccessMessageBuilder.buildSuccessMessage(List<BooleanNode> nodeList)
Builds and sets the success message for each of the boolean nodes (binary tree) in the nodeList. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||