jInfer

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.


Field Summary
static String RULE_DISPLAYER_DEFAULT
           
static String RULE_DISPLAYER_PROP
           
 
Method Summary
 void createDisplayer(String panelName, List<Element> rules)
          Creates rule displayer window in which rules are displayed.
 
Methods inherited from interface cz.cuni.mff.ksi.jinfer.base.interfaces.NamedModule
getDisplayName, getModuleDescription, getName
 

Field Detail

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
Method Detail

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.

jInfer

Generated on Fri Dec 9 00:01:25 CET 2011