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 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.Methods in org.tweetyproject.arg.bipolar.syntax that return types with arguments of type SupportModifier and TypeMethodDescriptionAbstractBipolarFramework.getSupports()
Returns all supports of this theory.DeductiveArgumentationFramework.getSupports()
EvidentialArgumentationFramework.getSupports()
Returns all supports of this theory.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
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