public class BatchAssociationRulesEvent
extends java.util.EventObject
| Modifier and Type | Field and Description |
|---|---|
protected AssociationRules |
m_rules
The encapsulated rules
|
| Constructor and Description |
|---|
BatchAssociationRulesEvent(java.lang.Object source,
AssociationRules rules)
Creates a new
BatchAssociationRulesEvent instance. |
| Modifier and Type | Method and Description |
|---|---|
AssociationRules |
getRules()
Get the encapsulated association rules.
|
protected AssociationRules m_rules
public BatchAssociationRulesEvent(java.lang.Object source,
AssociationRules rules)
BatchAssociationRulesEvent instance.source - the source object.rules - the association rules.public AssociationRules getRules()