|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.student.common.messagebuilder.impl.FailureMessageBuilder
public class FailureMessageBuilder
This class creates failure messages for boolean binary tree nodes.
| Constructor Summary | |
|---|---|
FailureMessageBuilder(BooleanOperators bo)
Creates a failure message builder with boolean operators to use in building the success message. |
|
| Method Summary | |
|---|---|
String |
buildFailureMessage(BooleanNode node)
Builds and sets the failure message for a single boolean node (b-tree node). |
String |
buildFailureMessage(List<BooleanNode> nodeList)
Builds and sets the failure message for each of the boolean nodes (binary tree) in the nodeList. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FailureMessageBuilder(BooleanOperators bo)
bo - Boolean operators to build success message| Method Detail |
|---|
public String buildFailureMessage(List<BooleanNode> nodeList)
throws MessageBuilderException
nodeList.
nodeList - List of boolean nodes
MessageBuilderExceptionpublic String buildFailureMessage(BooleanNode node)
node (b-tree node).
node - Boolean node
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||