Uses of Class
org.tweetyproject.web.services.Response
Packages that use Response
Package
Description
-
Uses of Response in org.tweetyproject.web.services
Methods in org.tweetyproject.web.services that return ResponseModifier and TypeMethodDescriptionRequestController.handleRequest(AbaReasonerPost AbaReasonerPost) Handles HTTP POST requests at the endpoint "/aba".RequestController.handleRequest(DeLPPost delpPost) Handles HTTP POST requests for Defeasible logic programming DeLP Reasoner operations.RequestController.handleRequest(DungReasonerPost dungReasonerPost) Handles HTTP POST requests for Dung Reasoner operations.RequestController.handleRequest(InconsistencyPost incmesPost) Handles HTTP POST requests for Inconsistency Measures operations. -
Uses of Response in org.tweetyproject.web.services.aba
Subclasses of Response in org.tweetyproject.web.services.abaModifier and TypeClassDescriptionclassThe AbaGetSemanticsResponse class extends the Response class and represents a response containing information about the supported semantics for Assumption Based Argumentation (ABA).classThe AbaReasonerResponse class extends the Response class and represents the response data structure for an Argumentation-Based Argumentation (ABA) reasoner. -
Uses of Response in org.tweetyproject.web.services.delp
Subclasses of Response in org.tweetyproject.web.services.delpModifier and TypeClassDescriptionclassThe DeLPResponse class extends the Response class and represents a response containing information related to a Defeasible Logic Program (DeLP) operation. -
Uses of Response in org.tweetyproject.web.services.dung
Subclasses of Response in org.tweetyproject.web.services.dungModifier and TypeClassDescriptionclassThe DungReasonerResponse class extends the Response class and represents a response containing information related to a Dung argumentation reasoner result.classThe DungServicesInfoResponse class extends the Response class and represents a response containing information about Dung argumentation services. -
Uses of Response in org.tweetyproject.web.services.incmes
Subclasses of Response in org.tweetyproject.web.services.incmesModifier and TypeClassDescriptionclassRepresents a response object that contains a list of measures related to identified inconsistencies.classRepresents a response object for inconsistency value calculations.