Uses of Interface
org.tweetyproject.arg.bipolar.syntax.BipolarEntity
-
Uses of BipolarEntity in org.tweetyproject.arg.bipolar.syntax
Modifier 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.Modifier and TypeClassDescriptionclass
This class models a set of arguments used in the context of 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
Evidential attack used for PEAF and EAFclass
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.class
Represents a weighted support relationship between two argument sets.Modifier and TypeMethodDescriptionAttack.getAttacked()
Returns the entity that is being attacked.Attack.getAttacker()
Returns the entity that is initiating the attack.EAttack.getAttacker()
Get the arguments that originate this attackSetSupport.getSupported()
returns the supported argument of this support relation.Support.getSupported()
Returns the argument that is supported by the supporter.SetSupport.getSupporter()
returns the supporting set of arguments of this support relation.Support.getSupporter()
Returns the argument that provides support to another argument.Modifier 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}.Modifier and TypeMethodDescriptionvoid
AbstractEAFTheory.addAttack
(BipolarEntity froms, BipolarEntity tos) Add an attack with setsvoid
PEAFTheory.addAttack
(BipolarEntity froms, BipolarEntity tos) Add attack between arguments with indicesboolean
DeductiveArgumentationFramework.addSupport
(BipolarEntity bipolarEntity, BArgument supported) Adds a support from the first argument to the second to this bipolar argumentation framework.AbstractBipolarFramework.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.boolean
BArgument.isSupportedBy
(EAFTheory theory, BipolarEntity x) Checks if this argument is supported by another argument in the given theory.