Interface AssociationRuleVisualizePlugin


  • public interface AssociationRuleVisualizePlugin
    Interface implemented by classes loaded dynamically to visualize association results in the explorer.
    Version:
    $Revision: 8034 $
    Author:
    Mark Hall (mhall{[at]}pentaho{[dot]}com)
    • Method Detail

      • getVisualizeMenuItem

        javax.swing.JMenuItem getVisualizeMenuItem​(AssociationRules rules,
                                                   java.lang.String name)
        Get a JMenu or JMenuItem which contain action listeners that perform the visualization of the association rules.
        Parameters:
        rules - the association rules
        name - the name of the item (in the Explorer's history list)
        Returns:
        menuitem for opening visualization(s), or null to indicate no visualization is applicable for the input
        See Also:
        NoClassDefFoundError, IncompatibleClassChangeError