Package org.tweetyproject.web.services.dung


package org.tweetyproject.web.services.dung
  • Class
    Description
    Abstract factory for retrieving Dung extension reasoners.
    Factory for creating Dung reasoner callees from web request data.
    Enumeration of commands supported by the factory, each with a unique ID and label.
    The DungReasonerGetModelCallee class represents a callee for obtaining a model using a specified AbstractExtensionReasoner and DungTheory.
    The DungReasonerGetModelsCallee class represents a callee for obtaining multiple models using a specified AbstractExtensionReasoner and DungTheory.
    Request payload for Dung reasoner web service calls.
    The DungReasonerQueryAllCallee class represents a callee for obtaining the credulous/skeptical arguments using a specified AbstractExtensionReasoner and DungTheory.
    The DungReasonerResponse class extends the Response class and represents a response containing information related to a Dung argumentation reasoner result.
    The DungServicesInfoResponse class extends the Response class and represents a response containing information about Dung argumentation services.