Uses of Interface
org.tweetyproject.arg.bipolar.syntax.BipolarEntity
Packages that use BipolarEntity
-
Uses of BipolarEntity in org.tweetyproject.arg.bipolar.syntax
Subinterfaces of BipolarEntity in org.tweetyproject.arg.bipolar.syntaxModifier and TypeInterfaceDescriptioninterface
This interface captures common methods of different interpretations of the attack relation in bipolar abstract argumentation theories.interface
This interface captures common methods of different interpretations of the support relation in bipolar abstract argumentation theories.Classes in org.tweetyproject.arg.bipolar.syntax that implement BipolarEntityModifier and TypeClassDescriptionclass
This class models a set of arguments used by bipolar abstract argumentation theory.class
This class models an argument used by bipolar abstract argumentation theories.class
This class models a binary attack relation between two arguments.class
This class models a support between two arguments.class
This class models an attack between a set of arguments and an argument.class
This class models a support between a set of arguments and an argument.Methods in org.tweetyproject.arg.bipolar.syntax that return BipolarEntityModifier and TypeMethodDescriptionAttack.getAttacked()
Attack.getAttacker()
Support.getSupported()
Support.getSupporter()
Methods in org.tweetyproject.arg.bipolar.syntax that return types with arguments of type BipolarEntityModifier and TypeMethodDescriptionAbstractBipolarFramework.getAttackers
(BArgument argument) Computes the set {A | (A,argument) in attacks}.EvidentialArgumentationFramework.getAttackingSets
(BArgument argument) Computes the set {S | (S, argument) in attacks}.AbstractBipolarFramework.getDirectSupporters
(BArgument argument) Computes the set {A | (A,argument) in supports}.Methods in org.tweetyproject.arg.bipolar.syntax with parameters of type BipolarEntityModifier and TypeMethodDescriptionAbstractBipolarFramework.getAttacked
(BipolarEntity arg) Computes the set {A | (argument,A) in attacks}.AbstractBipolarFramework.getDirectSupported
(BipolarEntity arg) Computes the set {A | (argument,A) in supports}.boolean
AbstractBipolarFramework.isAttackedBy
(BArgument arg1, BipolarEntity arg2) Checks whether arg1 is attacked by arg2.boolean
AbstractBipolarFramework.isDirectSupportedBy
(BArgument arg1, BipolarEntity arg2) Checks whether arg1 is directly supported by arg2.