Class InconsistencyPost

java.lang.Object
org.tweetyproject.web.services.Post
org.tweetyproject.web.services.incmes.InconsistencyPost

public class InconsistencyPost extends Post
Represents a data transfer object for inconsistency calculation requests. The InconsistencyPost class extends the Post class and encapsulates information about the parameters required for an inconsistency calculation, including the command, user email, inconsistency measure, knowledge base, response format, timeout, and unit timeout. 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: