org.drools.spi
Interface Activation


public interface Activation

A Rule activation for the purposes of conflict resolution.

Version:
$Id: Activation.java,v 1.2 2003/11/19 21:31:12 bob Exp $
Author:
bob mcwhirter
See Also:
ConflictResolutionStrategy

Method Summary
 Rule getRule()
          Retrieve the Rule that was activated.
 Tuple getTuple()
          Retrieve the Tuple that was activated.
 

Method Detail

getRule

public Rule getRule()
Retrieve the Rule that was activated.

Returns:
The rule.

getTuple

public Tuple getTuple()
Retrieve the Tuple that was activated.

Returns:
The tuple.