Uses of Class
org.tweetyproject.web.services.iaf.IafReasonerResponse
Packages that use IafReasonerResponse
-
Uses of IafReasonerResponse in org.tweetyproject.web.services.iaf
Methods in org.tweetyproject.web.services.iaf that return IafReasonerResponseModifier and TypeMethodDescriptionSets the answer provided by the iAF reasoner response.IafReasonerResponse.definiteAttacks(List<List<Integer>> attacks) Sets the definite attacks information in the iAF reasoner response.Sets the email associated with the iAF reasoner response.IafReasonerResponse.nr_of_arguments(int nr_of_arguments) Sets the number of arguments in the iAF reasoner response.Sets the reply message in the iAF reasoner response.Sets the semantics specified in the iAF reasoner response.Sets the solver specified in the iAF reasoner response.Sets the status of the iAF reasoner response.IafReasonerResponse.time(int time) Sets the time taken for the iAF reasoner operation (in seconds).IafReasonerResponse.uncertainArguments(List<Integer> arguments) Sets the uncertain arguments information in the iAF reasoner response.IafReasonerResponse.uncertainAttacks(List<List<Integer>> attacks) Sets the uncertain attacks information in the iAF reasoner response.