Package weka.gui.beans
Class BatchAssociationRulesEvent
- java.lang.Object
-
- java.util.EventObject
-
- weka.gui.beans.BatchAssociationRulesEvent
-
- All Implemented Interfaces:
java.io.Serializable
public class BatchAssociationRulesEvent extends java.util.EventObjectClass encapsulating a set of association rules.- Version:
- $Revision: 8034 $
- Author:
- Mark Hall (mhall{[at]}pentaho{[dot]}com)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BatchAssociationRulesEvent(java.lang.Object source, AssociationRules rules)Creates a newBatchAssociationRulesEventinstance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AssociationRulesgetRules()Get the encapsulated association rules.
-
-
-
Constructor Detail
-
BatchAssociationRulesEvent
public BatchAssociationRulesEvent(java.lang.Object source, AssociationRules rules)Creates a newBatchAssociationRulesEventinstance.- 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.
-
-