public class NaturalLanguageHelper extends Object
Modifier and Type | Class and Description |
---|---|
protected class |
NaturalLanguageHelper.TreeIterator
Put the natural language descriptions in a queue and retrieve them in
the same order as the propostion tree.
|
Constructor and Description |
---|
NaturalLanguageHelper() |
Modifier and Type | Method and Description |
---|---|
RuleManagementService |
getRuleManagementService() |
void |
setNaturalLanguageForUsage(PropositionEditor proposition,
String usageName)
This method should set the natural language only for the given proposition.
|
void |
setNaturalLanguageTreeForUsage(PropositionEditor proposition,
String usageName)
This method sets the natural language descriptions for the given proposition and all its child propositions as
well.
|
void |
setRuleManagementService(RuleManagementService ruleManagementService) |
public NaturalLanguageHelper()
public void setNaturalLanguageForUsage(PropositionEditor proposition, String usageName)
proposition
- usageName
- public void setNaturalLanguageTreeForUsage(PropositionEditor proposition, String usageName)
proposition
- usageName
- public RuleManagementService getRuleManagementService()
public void setRuleManagementService(RuleManagementService ruleManagementService)
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.