weka.gui.beans
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:
- Serialized Form
BatchAssociationRulesEvent
public BatchAssociationRulesEvent(Object source,
AssociationRules rules)
- Creates a new
BatchAssociationRulesEvent instance.
- Parameters:
source - the source object.rules - the association rules.
getRules
public AssociationRules getRules()
- Get the encapsulated association rules.
- Returns:
- the encapsulated association rules.
Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.