Method Summary |
|
public Object | getAttribute(Object attrName) Get (lookup) a session attribute. |
public int | getCardinalityContraint() Get the cardinality constraints for this session. |
public int | getExceptionHandlingStrategy() Get the exception handling strategy used in this session. |
public Object | getId() Get a unique session id. |
public InferenceEngine | getInferenceEngine() Get the inference engine used in this session. |
public KnowledgeBase | getKnowledgeBase() Get the knowledge base used in this session. |
public Query | getQuery() Get the query for this session. |
public Map | getVariableReplacements() Get a map containing the current query variable replacements. |
public void | setAttribute(Object attrName, Object attrValue) Set (bind) a session attribute. |