|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EngineResults
Results of an 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)
Deprecated. use getAllResults() instead, this method will be removed in a future version |
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 |
---|
@Deprecated ResultEvent getResultEvent(int index)
getAllResults()
instead, this method will be removed in a future version
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 |