Uses of Interface
net.sf.tweety.arg.bipolar.syntax.Support
-
Packages that use Support Package Description net.sf.tweety.arg.bipolar.syntax -
-
Uses of Support in net.sf.tweety.arg.bipolar.syntax
Classes in net.sf.tweety.arg.bipolar.syntax that implement Support Modifier and Type Class Description class
BinarySupport
This class models a support between two arguments.class
SetSupport
This class models a support between a set of arguments and an argument.Methods in net.sf.tweety.arg.bipolar.syntax that return types with arguments of type Support Modifier and Type Method Description abstract java.util.Set<Support>
AbstractBipolarFramework. getSupports()
Returns all supports of this theory.java.util.Set<Support>
DeductiveArgumentationFramework. getSupports()
java.util.Set<Support>
EvidentialArgumentationFramework. getSupports()
Returns all supports of this theory.java.util.Set<Support>
NecessityArgumentationFramework. getSupports()
Methods in net.sf.tweety.arg.bipolar.syntax with parameters of type Support Modifier and Type Method Description abstract boolean
AbstractBipolarFramework. add(Support support)
Adds the given support to this argumentation framework.boolean
DeductiveArgumentationFramework. add(Support supp)
Adds the given support to this bipolar argumentation framework.boolean
EvidentialArgumentationFramework. add(Support s)
boolean
NecessityArgumentationFramework. add(Support s)
boolean
AbstractBipolarFramework. remove(Support support)
Removes the given support from this argumentation framework.Method parameters in net.sf.tweety.arg.bipolar.syntax with type arguments of type Support Modifier and Type Method Description boolean
AbstractBipolarFramework. addAllSupports(java.util.Collection<? extends Support> c)
Adds the set of supports to this argumentation framework
-