|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
org.drools.event.WorkingMemoryEvent
org.drools.event.ConditionTestedEvent
public class ConditionTestedEvent
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 |
---|
public ConditionTestedEvent(WorkingMemory workingMemory, Rule rule, Condition condition, Tuple tuple, boolean passed)
Method Detail |
---|
public Rule getRule()
public Condition getCondition()
public Tuple getTuple()
public boolean getPassed()
public String toString()
toString
in class EventObject
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |