Class PafServicesInfoResponse
java.lang.Object
org.tweetyproject.web.services.Response
org.tweetyproject.web.services.paf.PafServicesInfoResponse
Info response for the probabilistic argumentation framework (PAF) web service.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanintReturns the backend timeout value.Returns the available commands supported by the service.getEmail()Returns the contact email associated with the response.getReply()Returns the textual reply message.Returns the supported semantics names.Returns the supported solver names.inthashCode()voidsetBackend_timeout(int backend_timeout) Sets the backend timeout value.voidsetCommands(List<String> commands) Sets the available commands supported by the service.voidSets the contact email associated with the response.voidSets the textual reply message.voidsetSemantics(List<String> semantics) Sets the supported semantics names.voidsetSolvers(List<String> solvers) Sets the supported solver names.toString()
-
Constructor Details
-
PafServicesInfoResponse
public PafServicesInfoResponse()Creates an empty PAF services info response.
-
-
Method Details
-
getReply
Returns the textual reply message.- Returns:
- reply message
-
setReply
Sets the textual reply message.- Parameters:
reply- reply message
-
getEmail
Returns the contact email associated with the response.- Returns:
- email address
-
setEmail
Sets the contact email associated with the response.- Parameters:
email- email address
-
getBackend_timeout
public int getBackend_timeout()Returns the backend timeout value.- Returns:
- backend timeout in seconds
-
setBackend_timeout
public void setBackend_timeout(int backend_timeout) Sets the backend timeout value.- Parameters:
backend_timeout- backend timeout in seconds
-
getSemantics
Returns the supported semantics names.- Returns:
- list of semantics names
-
setSemantics
Sets the supported semantics names.- Parameters:
semantics- list of semantics names
-
getCommands
Returns the available commands supported by the service.- Returns:
- list of command names
-
setCommands
Sets the available commands supported by the service.- Parameters:
commands- list of command names
-
getSolvers
Returns the supported solver names.- Returns:
- list of solver names
-
setSolvers
Sets the supported solver names.- Parameters:
solvers- list of solver names
-
equals
-
hashCode
public int hashCode() -
toString
-