Class InconsistencyValueResponse

java.lang.Object
org.tweetyproject.web.services.Response
org.tweetyproject.web.services.incmes.InconsistencyValueResponse

public class InconsistencyValueResponse extends Response
Represents a response object for inconsistency value calculations. The InconsistencyValueResponse class extends the Response class and encapsulates information about the result of an inconsistency value calculation, including the reply status, user email, inconsistency measure, knowledge base, response format, calculated value, execution time, and status. This class provides getter and setter methods for accessing and modifying its attributes. Additionally, convenience methods are included for chaining attribute setting operations. The class overrides the equals, hashCode, and toString methods for proper comparison and string representation.
See Also: