Uses of Class
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
Methods in net.sf.tweety.arg.bipolar.syntax that return types with arguments of type Support Modifier and Type Method Description java.util.Set<Support>BipolarArgFramework. getSupports()Returns all supports of this framework.Methods in net.sf.tweety.arg.bipolar.syntax with parameters of type Support Modifier and Type Method Description booleanBipolarArgFramework. add(Support support)Adds the given support to this bipolar argumentation framework.booleanBipolarArgFramework. containsSupport(Support supp)Checks whether this theory contains the given support.booleanBipolarArgFramework. remove(Support support)Removes the given support from this bipolar argumentation framework.Method parameters in net.sf.tweety.arg.bipolar.syntax with type arguments of type Support Modifier and Type Method Description booleanBipolarArgFramework. addAllSupports(java.util.Collection<? extends Support> c)Adds the set of supports to this bipolar argumentation framework.
-