|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.student.common.messagebuilder.impl.SuccessMessageBuilder
public class SuccessMessageBuilder
This class creates success messages for boolean binary tree nodes.
Constructor Summary | |
---|---|
SuccessMessageBuilder(BooleanOperators bo)
Creates a success message builder with boolean operators to use in building the success message. |
Method Summary | |
---|---|
String |
buildSuccessMessage(BooleanNode node)
Builds and sets the success message for a single boolean node (b-tree node). |
String |
buildSuccessMessage(List<BooleanNode> nodeList)
Builds and sets the success 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 SuccessMessageBuilder(BooleanOperators bo)
bo
- Boolean operators to build success messageMethod Detail |
---|
public String buildSuccessMessage(List<BooleanNode> nodeList) throws MessageBuilderException
nodeList
.
nodeList
- List of boolean nodes
MessageBuilderException
public String buildSuccessMessage(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 |