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 classBinarySupportThis class models a support between two arguments.classSetSupportThis 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 booleanAbstractBipolarFramework. add(Support support)Adds the given support to this argumentation framework.booleanDeductiveArgumentationFramework. add(Support supp)Adds the given support to this bipolar argumentation framework.booleanEvidentialArgumentationFramework. add(Support s)booleanNecessityArgumentationFramework. add(Support s)booleanAbstractBipolarFramework. 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 booleanAbstractBipolarFramework. addAllSupports(java.util.Collection<? extends Support> c)Adds the set of supports to this argumentation framework
-