Uses of Class
org.tweetyproject.arg.caf.syntax.ConstrainedArgumentationFramework
Packages that use ConstrainedArgumentationFramework
Package
Description
-
Uses of ConstrainedArgumentationFramework in org.tweetyproject.arg.caf.reasoner
Classes in org.tweetyproject.arg.caf.reasoner that implement interfaces with type arguments of type ConstrainedArgumentationFrameworkModifier and TypeClassDescriptionclass
Ancestor class for all CAF reasoners.class
Ancestor class for all CAF reasoners.class
Ancestor class for all CAF reasoners.Methods in org.tweetyproject.arg.caf.reasoner that return types with arguments of type ConstrainedArgumentationFrameworkModifier and TypeMethodDescriptionSimpleCAFAdmissibleReasoner.getModel
(ConstrainedArgumentationFramework bbase) Computes one C-admissible extensions for the given constrained argumentation framework.SimpleCAFGroundedReasoner.getModel
(ConstrainedArgumentationFramework bbase) Computes the C-grounded extension for the given constrained argumentation framework if it exists.SimpleCAFPreferredReasoner.getModel
(ConstrainedArgumentationFramework bbase) Computes one C-preferred extensions for the given constrained argumentation framework.SimpleCAFStableReasoner.getModel
(ConstrainedArgumentationFramework bbase) Computes one C-stable extensions for the given constrained argumentation framework.SimpleCAFWeakGroundedReasoner.getModel
(ConstrainedArgumentationFramework bbase) Computes the Weak C-extension for the given constrained argumentation framework if it exists.SimpleCAFAdmissibleReasoner.getModels
(ConstrainedArgumentationFramework bbase) Computes all C-admissible extensions for the given constrained argumentation framework.SimpleCAFGroundedReasoner.getModels
(ConstrainedArgumentationFramework bbase) Computes the C-grounded extension for the given constrained argumentation framework if it exists.SimpleCAFPreferredReasoner.getModels
(ConstrainedArgumentationFramework bbase) Computes all C-preferred extensions for the given constrained argumentation framework.SimpleCAFStableReasoner.getModels
(ConstrainedArgumentationFramework bbase) Computes all C-stable extensions for the given constrained argumentation framework.SimpleCAFWeakGroundedReasoner.getModels
(ConstrainedArgumentationFramework bbase) Computes the Weak C-extension for the given constrained argumentation framework if it exists.Methods in org.tweetyproject.arg.caf.reasoner with parameters of type ConstrainedArgumentationFrameworkModifier and TypeMethodDescriptionSimpleCAFAdmissibleReasoner.getModel
(ConstrainedArgumentationFramework bbase) Computes one C-admissible extensions for the given constrained argumentation framework.SimpleCAFGroundedReasoner.getModel
(ConstrainedArgumentationFramework bbase) Computes the C-grounded extension for the given constrained argumentation framework if it exists.SimpleCAFPreferredReasoner.getModel
(ConstrainedArgumentationFramework bbase) Computes one C-preferred extensions for the given constrained argumentation framework.SimpleCAFStableReasoner.getModel
(ConstrainedArgumentationFramework bbase) Computes one C-stable extensions for the given constrained argumentation framework.SimpleCAFWeakGroundedReasoner.getModel
(ConstrainedArgumentationFramework bbase) Computes the Weak C-extension for the given constrained argumentation framework if it exists.SimpleCAFAdmissibleReasoner.getModels
(ConstrainedArgumentationFramework bbase) Computes all C-admissible extensions for the given constrained argumentation framework.SimpleCAFGroundedReasoner.getModels
(ConstrainedArgumentationFramework bbase) Computes the C-grounded extension for the given constrained argumentation framework if it exists.SimpleCAFPreferredReasoner.getModels
(ConstrainedArgumentationFramework bbase) Computes all C-preferred extensions for the given constrained argumentation framework.SimpleCAFStableReasoner.getModels
(ConstrainedArgumentationFramework bbase) Computes all C-stable extensions for the given constrained argumentation framework.SimpleCAFWeakGroundedReasoner.getModels
(ConstrainedArgumentationFramework bbase) Computes the Weak C-extension for the given constrained argumentation framework if it exists.AbstractCAFReasoner.query
(ConstrainedArgumentationFramework beliefbase, Argument formula) AbstractCAFReasoner.query
(ConstrainedArgumentationFramework beliefbase, Argument formula, InferenceMode inferenceMode) Queries the given AAF for the given argument using the given inference type. -
Uses of ConstrainedArgumentationFramework in org.tweetyproject.arg.caf.syntax
Methods in org.tweetyproject.arg.caf.syntax that return types with arguments of type ConstrainedArgumentationFrameworkModifier and TypeMethodDescriptionConstrainedArgumentationFramework.fcaf
(Extension<ConstrainedArgumentationFramework> extension) The characteristic function of a constrained argumentation framework: F_CAF(S) = {A | A is acceptable w.r.t.ConstrainedArgumentationFramework.fcafIteration
(Extension<ConstrainedArgumentationFramework> S) Determines the least fixed point of the C-characteristic function of the CAF, starting from extension S.ConstrainedArgumentationFramework.getLeastElement()
Determines the least element of the admissible sets of this CAF.Method parameters in org.tweetyproject.arg.caf.syntax with type arguments of type ConstrainedArgumentationFrameworkModifier and TypeMethodDescriptionConstrainedArgumentationFramework.fcaf
(Extension<ConstrainedArgumentationFramework> extension) The characteristic function of a constrained argumentation framework: F_CAF(S) = {A | A is acceptable w.r.t.ConstrainedArgumentationFramework.fcafIteration
(Extension<ConstrainedArgumentationFramework> S) Determines the least fixed point of the C-characteristic function of the CAF, starting from extension S.boolean
ConstrainedArgumentationFramework.isCAdmissibleSet
(Extension<ConstrainedArgumentationFramework> ext) Checks whether the given extension is C-admissible, meaning that it is both admissible according to the standard Dung theory and satisfies the current constraint.boolean
ConstrainedArgumentationFramework.isCompletion
(Extension<ConstrainedArgumentationFramework> ext) Checks whether the given extension forms a completion based on the argumentation framework and its constraint.boolean
ConstrainedArgumentationFramework.isPreferredCExtension
(Extension<ConstrainedArgumentationFramework> ext) Checks whether the given extension is a preferred C-extension, meaning it is a set-maximal C-admissible extensionboolean
ConstrainedArgumentationFramework.isStableCExtension
(Extension<ConstrainedArgumentationFramework> ext) Checks whether the given extension is a stable C-extension, meaning it is C-admissible and attacks every argument not included in the extension. -
Uses of ConstrainedArgumentationFramework in org.tweetyproject.arg.caf.util
Methods in org.tweetyproject.arg.caf.util that return ConstrainedArgumentationFrameworkModifier and TypeMethodDescriptionCafTheoryGenerator.next()
Generates a new CAF using a randomly generated constraint.Methods in org.tweetyproject.arg.caf.util that return types with arguments of type ConstrainedArgumentationFrameworkModifier and TypeMethodDescriptionCafTheoryGenerator.next
(int numCAFs) Generates numCAFs CAFs, each with a different randomly generated constraint.CafTheoryGenerator.next
(DungTheory theory, int numCAFs) Generates numCAFs CAFs, each with a different randomly generated constraint. -
Uses of ConstrainedArgumentationFramework in org.tweetyproject.arg.caf.writer
Methods in org.tweetyproject.arg.caf.writer with parameters of type ConstrainedArgumentationFrameworkModifier and TypeMethodDescriptionabstract void
AbstractCafWriter.write
(ConstrainedArgumentationFramework caf, File f) Writes the given file into an abstract argumentation frameworkvoid
CafApxWriter.write
(ConstrainedArgumentationFramework caf, File f) Writes the constrained argumentation framework to a file.void
CafCnfWriter.write
(ConstrainedArgumentationFramework caf, File f) void
CafTgfWriter.write
(ConstrainedArgumentationFramework caf, File f) Writes the constrained argumentation framework to a file.