|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ResultEvent
Interface for defining ResultEvents
EngineResults,
ResultListener| Field Summary | |
|---|---|
static String |
ACTION_EXECUTED
ACTION_EXECUTED |
static String |
PROPOSITION_EVALUATED
PROPOSITION_EVALUATED |
static String |
RULE_EVALUATED
RULE_EVALUATED |
static String |
TIMING_EVENT
TIMING_EVENT |
| Method Summary | |
|---|---|
String |
getDescription()
Returns the description of the ResultEvent as a String |
ExecutionEnvironment |
getEnvironment()
Returns the ExecutionEnvironment of the ResultEvent. |
Boolean |
getResult()
Returns the Boolean result of the ResultEvent. |
Map<?,?> |
getResultDetails()
Returns the result details of the ResultEvent as a Map,?> |
Object |
getSource()
Returns the source of the ResultEvent. |
org.joda.time.DateTime |
getTimestamp()
Returns the org.joda.time.DateTime timestamp of the ResultEvent. |
String |
getType()
Returns the type of the ResultEvent. |
| Field Detail |
|---|
static final String RULE_EVALUATED
static final String PROPOSITION_EVALUATED
static final String ACTION_EXECUTED
static final String TIMING_EVENT
| Method Detail |
|---|
ExecutionEnvironment getEnvironment()
ExecutionEnvironment of the ResultEvent.
ExecutionEnvironment of the ResultEvent.String getType()
Object getSource()
org.joda.time.DateTime getTimestamp()
Boolean getResult()
String getDescription()
Map<?,?> getResultDetails()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||