Class BatchAssociationRulesEvent

java.lang.Object
java.util.EventObject
weka.gui.beans.BatchAssociationRulesEvent
All Implemented Interfaces:
Serializable

public class BatchAssociationRulesEvent extends EventObject
Class encapsulating a set of association rules.
Version:
$Revision: 8034 $
Author:
Mark Hall (mhall{[at]}pentaho{[dot]}com)
See Also:
  • Constructor Details

    • BatchAssociationRulesEvent

      public BatchAssociationRulesEvent(Object source, AssociationRules rules)
      Creates a new BatchAssociationRulesEvent instance.
      Parameters:
      source - the source object.
      rules - the association rules.
  • Method Details

    • getRules

      public AssociationRules getRules()
      Get the encapsulated association rules.
      Returns:
      the encapsulated association rules.