org.drools.event
Class ConditionTestedEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.drools.event.WorkingMemoryEvent
          extended by org.drools.event.ConditionTestedEvent
All Implemented Interfaces:
Serializable

public class ConditionTestedEvent
extends WorkingMemoryEvent

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ConditionTestedEvent(WorkingMemory workingMemory, Rule rule, Condition condition, Tuple tuple, boolean passed)
           
 
Method Summary
 Condition getCondition()
           
 boolean getPassed()
           
 Rule getRule()
           
 Tuple getTuple()
           
 String toString()
           
 
Methods inherited from class org.drools.event.WorkingMemoryEvent
getWorkingMemory
 
Methods inherited from class java.util.EventObject
getSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConditionTestedEvent

public ConditionTestedEvent(WorkingMemory workingMemory,
                            Rule rule,
                            Condition condition,
                            Tuple tuple,
                            boolean passed)
Method Detail

getRule

public Rule getRule()

getCondition

public Condition getCondition()

getTuple

public Tuple getTuple()

getPassed

public boolean getPassed()

toString

public String toString()
Overrides:
toString in class EventObject


Copyright © 2001-2005 The Codehaus. All Rights Reserved.