Class Options
java.lang.Object
com.semedy.reasoner.api.reasoning.Options
options for reasoning
- Author:
- angele
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Options
long
A unique identifier for the queryboolean
Should answers be skippedvoid
setQueryId
(long queryid) Set the unique identifier for the query
-
Constructor Details
-
Options
public Options(boolean skipanswers) Skip all answers. Used for instance to measure the evaluation time without producing results- Parameters:
skipanswers
-
-
-
Method Details
-
getQueryId
public long getQueryId()A unique identifier for the query- Returns:
-
createDefault
-
setQueryId
public void setQueryId(long queryid) Set the unique identifier for the query- Parameters:
queryid
-
-
isSkipAnswers
public boolean isSkipAnswers()Should answers be skipped- Returns:
-