Class AbaGetSemanticsResponse
java.lang.Object
org.tweetyproject.web.services.Response
org.tweetyproject.web.services.aba.AbaGetSemanticsResponse
The AbaGetSemanticsResponse class extends the Response class and represents
a response containing information about the supported semantics for Assumption
Based Argumentation (ABA).
-
Constructor Summary
ConstructorDescriptionDefault constructor for AbaGetSemanticsResponse.Parameterized constructor for AbaGetSemanticsResponse. -
Method Summary
Modifier and TypeMethodDescriptionMethod to set the email for this response and return the modified object.boolean
getEmail()
Retrieves the email address associated with this response.getReply()
Retrieves the reply message associated with this response.Returns the list of semantics.int
hashCode()
Method to set the semantics of this response and return the modified object.Method to set the reply message for this response and return the modified object.void
Sets the email address for this response.void
Sets the reply message for this response.void
setSemantics
(List<HashMap<String, String>> semantics) Sets the list of semantics for this response.toString()
-
Constructor Details
-
AbaGetSemanticsResponse
public AbaGetSemanticsResponse()Default constructor for AbaGetSemanticsResponse. -
AbaGetSemanticsResponse
Parameterized constructor for AbaGetSemanticsResponse.- Parameters:
semantics
- The list of semantics represented as a list of HashMapsreply
- The reply messageemail
- The email associated with the response
-
-
Method Details
-
getSemantics
-
setSemantics
-
getReply
Retrieves the reply message associated with this response.- Returns:
- The reply message as a String.
-
setReply
Sets the reply message for this response.- Parameters:
reply
- The reply message to be set.
-
getEmail
Retrieves the email address associated with this response.- Returns:
- The email address as a String.
-
setEmail
Sets the email address for this response.- Parameters:
email
- The email address to be associated with this response.
-
measures
Method to set the semantics of this response and return the modified object.- Parameters:
measures
- A list of HashMaps representing new semantics.- Returns:
- This AbaGetSemanticsResponse instance for method chaining.
-
reply
Method to set the reply message for this response and return the modified object.- Parameters:
reply
- The new reply message.- Returns:
- This AbaGetSemanticsResponse instance for method chaining.
-
email
Method to set the email for this response and return the modified object.- Parameters:
email
- The new email address.- Returns:
- This AbaGetSemanticsResponse instance for method chaining.
-
equals
-
hashCode
-
toString
-