Uses of Class
org.tweetyproject.web.services.Response
Package
Description
-
Uses of Response in org.tweetyproject.web.services
Modifier 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
Modifier and TypeClassDescriptionclass
The AbaGetSemanticsResponse class extends the Response class and represents a response containing information about the supported semantics for Assumption Based Argumentation (ABA).class
The 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
Modifier and TypeClassDescriptionclass
The 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
Modifier and TypeClassDescriptionclass
The DungReasonerResponse class extends the Response class and represents a response containing information related to a Dung argumentation reasoner result.class
The 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
Modifier and TypeClassDescriptionclass
Represents a response object that contains a list of measures related to identified inconsistencies.class
Represents a response object for inconsistency value calculations.