Package weka.gui.beans
Class BatchAssociationRulesEvent
java.lang.Object
java.util.EventObject
weka.gui.beans.BatchAssociationRulesEvent
- All Implemented Interfaces:
Serializable
Class encapsulating a set of association rules.
- Version:
- $Revision: 8034 $
- Author:
- Mark Hall (mhall{[at]}pentaho{[dot]}com)
- See Also:
-
Constructor Summary
ConstructorDescriptionBatchAssociationRulesEvent
(Object source, AssociationRules rules) Creates a newBatchAssociationRulesEvent
instance. -
Method Summary
Methods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
BatchAssociationRulesEvent
Creates a newBatchAssociationRulesEvent
instance.- Parameters:
source
- the source object.rules
- the association rules.
-
-
Method Details
-
getRules
Get the encapsulated association rules.- Returns:
- the encapsulated association rules.
-