Uses of Interface
org.tweetyproject.arg.bipolar.syntax.Support
Packages that use Support
-
Uses of Support in org.tweetyproject.arg.bipolar.syntax
Classes in org.tweetyproject.arg.bipolar.syntax with type parameters of type SupportModifier and TypeClassDescriptionclass
AbstractEAFTheory<S extends Support>
A base class for implementing PEAFTheory and EAFTheory.Classes in org.tweetyproject.arg.bipolar.syntax that implement SupportModifier and TypeClassDescriptionclass
This class models a support between two arguments.class
This class models a support between a set of arguments and an argument.class
Represents a weighted support relationship between two argument sets.Fields in org.tweetyproject.arg.bipolar.syntax with type parameters of type SupportMethods in org.tweetyproject.arg.bipolar.syntax that return types with arguments of type SupportModifier and TypeMethodDescriptionAbstractBipolarFramework.getSupports()
Returns all supports of this theory.AbstractEAFTheory.getSupports()
Get all supportsAbstractEAFTheory.getSupports
(BArgument arg) Get all supports invloving argument argDeductiveArgumentationFramework.getSupports()
EAFTheory.getSupports()
Gets supports of the EAFEvidentialArgumentationFramework.getSupports()
Returns all supports of this theory.InducibleEAF.getSupports()
NecessityArgumentationFramework.getSupports()
Methods in org.tweetyproject.arg.bipolar.syntax with parameters of type SupportModifier and TypeMethodDescriptionabstract boolean
Adds the given support to this argumentation framework.boolean
Adds the given support to this bipolar argumentation framework.boolean
boolean
boolean
boolean
boolean
Removes the given support from this argumentation framework.Method parameters in org.tweetyproject.arg.bipolar.syntax with type arguments of type SupportModifier and TypeMethodDescriptionboolean
AbstractBipolarFramework.addAllSupports
(Collection<? extends Support> c) Adds the set of supports to this argumentation framework