cz.cuni.mff.ksi.jinfer.base.interfaces
Interface RuleDisplayer
- All Superinterfaces:
- NamedModule
- All Known Implementing Classes:
- BasicRuleDisplayer, NullDisplayer, TreeRuleDisplayer
public interface RuleDisplayer
- extends NamedModule
Interface of the Rule displayer used to show rule sets in some graphical way.
RULE_DISPLAYER_PROP
static final String RULE_DISPLAYER_PROP
- See Also:
- Constant Field Values
RULE_DISPLAYER_DEFAULT
static final String RULE_DISPLAYER_DEFAULT
- See Also:
- Constant Field Values
createDisplayer
void createDisplayer(String panelName,
List<Element> rules)
- Creates rule displayer window in which rules are displayed.
- Parameters:
panelName
- Name of the rule displayer window.rules
- Rules to be displayed in rule displayer.
Generated on Fri Dec 9 00:01:25 CET 2011