Class BatchAssociationRulesEvent

  • All Implemented Interfaces:
    java.io.Serializable

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      AssociationRules getRules()
      Get the encapsulated association rules.
      • Methods inherited from class java.util.EventObject

        getSource, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • BatchAssociationRulesEvent

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

      • getRules

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