|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EngineResults
Results of an @{link Engine}'s execution
ResultEvent
Method Summary | |
---|---|
void |
addResult(ResultEvent result)
Add the given ResultEvent |
List<ResultEvent> |
getAllResults()
Return the list of ResultEvents |
Object |
getAttribute(String key)
Return the attribute of the given key |
ResultEvent |
getResultEvent(int index)
Return the ResultEvent for the given index |
List<ResultEvent> |
getResultsOfType(String type)
Return the ResultEvents of the given type |
void |
setAttribute(String key,
Object attribute)
Set the attribute of the given values |
Method Detail |
---|
ResultEvent getResultEvent(int index)
index
- of the ResultEvent to return
ResultEvent
whose index was givenList<ResultEvent> getAllResults()
List<ResultEvent> getResultsOfType(String type)
type
- of result events to return
Object getAttribute(String key)
key
- to return the attribute of
void setAttribute(String key, Object attribute)
key
- to set the given attribute ofattribute
- to set as the given key's attributevoid addResult(ResultEvent result)
ResultEvent
result
- to add
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |