|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ReasoningSession
Base reasoning session interface.
| Method Summary | |
|---|---|
void |
close()
Closes the session and releases resources held by the session. |
String |
getDescription()
Metadata method. |
ExceptionHandler |
getExceptionHandler()
|
String |
getName()
Metadata method. |
void |
reset()
Resets session state. |
void |
setExceptionHandler(ExceptionHandler handler)
Sets exception handler. |
| Method Detail |
|---|
void close()
throws ReasoningException
ReasoningException
void reset()
throws ReasoningException
ReasoningExceptionString getName()
String getDescription()
void setExceptionHandler(ExceptionHandler handler)
throws ReasoningException
handler -
ReasoningException
ExceptionHandler getExceptionHandler()
throws ReasoningException
ReasoningException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||