Uses of Class
org.tweetyproject.arg.bipolar.reasoner.AbstractBipolarExtensionReasoner
Packages that use AbstractBipolarExtensionReasoner
-
Uses of AbstractBipolarExtensionReasoner in org.tweetyproject.arg.bipolar.reasoner
Subclasses of AbstractBipolarExtensionReasoner in org.tweetyproject.arg.bipolar.reasonerModifier and TypeClassDescriptionclassReasoner for bipolar argumentation frameworks based on the coalition approach.classReasoner for coherent admissible sets (also called s-admissible sets) in bipolar argumentation.classA reasoner for coherent sets in bipolar argumentation under a default support interpretation.classReasoner for bipolar argumentation under the deductive support interpretation.classReasoner for bipolar argumentation under the deductive support interpretation.classReasoner for conflict-freeness in bipolar argumentation under a default support interpretation.Methods in org.tweetyproject.arg.bipolar.reasoner that return AbstractBipolarExtensionReasonerModifier and TypeMethodDescriptionAbstractBipolarExtensionReasoner.getSimpleReasonerForSemantics(Semantics semantics) Return a reasoner for the given semantics -
Uses of AbstractBipolarExtensionReasoner in org.tweetyproject.web.services.bipolar
Methods in org.tweetyproject.web.services.bipolar that return AbstractBipolarExtensionReasonerModifier and TypeMethodDescriptionAbstractBipolarExtensionReasonerFactory.getReasoner(BipolarSemantics sem) Creates a new reasoner measure of the given semantics with default settings.Methods in org.tweetyproject.web.services.bipolar with parameters of type AbstractBipolarExtensionReasonerModifier and TypeMethodDescriptionstatic CalleeBipolarReasonerCalleeFactory.getCallee(BipolarReasonerCalleeFactory.Command cmd, AbstractBipolarExtensionReasoner reasoner, BipolarArgumentationFramework bbase) Creates and returns a Callee instance based on the provided Command, AbstractBipolarExtensionReasoner, and AbstractBipolarFramework parameters.Constructors in org.tweetyproject.web.services.bipolar with parameters of type AbstractBipolarExtensionReasonerModifierConstructorDescriptionBipolarReasonerGetModelCallee(AbstractBipolarExtensionReasoner reasoner, BipolarArgumentationFramework bbase) Constructs a new BipolarReasonerGetModelCallee with the specified reasoner and base AbstractBipolarFramework.BipolarReasonerGetModelsCallee(AbstractBipolarExtensionReasoner reasoner, BipolarArgumentationFramework bbase) Constructs a new BipolarReasonerGetModelsCallee with the specified reasoner and base AbstractBipolarFramework.BipolarReasonerQueryAllCallee(AbstractBipolarExtensionReasoner reasoner, BipolarArgumentationFramework bbase, InferenceMode mode) Constructs a new BipolarReasonerGetModelCallee with the specified reasoner and base BipolarArgumentationFramework.