Class Options

java.lang.Object
com.semedy.reasoner.api.reasoning.Options

public class Options extends Object
options for reasoning
Author:
angele
  • 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

      public static Options 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: