weka.gui.beans
Class BatchAssociationRulesEvent

java.lang.Object
  extended by java.util.EventObject
      extended by 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:
Serialized Form

Constructor Summary
BatchAssociationRulesEvent(Object source, AssociationRules rules)
          Creates a new BatchAssociationRulesEvent instance.
 
Method Summary
 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(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.


Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.