Uses of Class
org.tweetyproject.arg.bipolar.syntax.PEEAFTheory.Argument
Packages that use PEEAFTheory.Argument
-
Uses of PEEAFTheory.Argument in org.tweetyproject.arg.bipolar.syntax
Methods in org.tweetyproject.arg.bipolar.syntax that return PEEAFTheory.ArgumentModifier and TypeMethodDescriptionPEEAFTheory.checkAndGetArgument
(String identifier) Get the argument with the identifierPEEAFTheory.Attack.getFrom()
Return the argument that originates the attackPEEAFTheory.Support.getTo()
Return the argument that is targetedMethods in org.tweetyproject.arg.bipolar.syntax that return types with arguments of type PEEAFTheory.ArgumentModifier and TypeMethodDescriptionPEEAFTheory.getArguments()
Get the insert ordered list of arguments.PEEAFTheory.Support.getFroms()
Return the set of arguments that originates the supportMethods in org.tweetyproject.arg.bipolar.syntax with parameters of type PEEAFTheory.ArgumentModifier and TypeMethodDescriptionvoid
PEEAFTheory.Support.addFrom
(PEEAFTheory.Argument from) Adds the argument into the set of arguments that originates the supportvoid
PEEAFTheory.Attack.setFrom
(PEEAFTheory.Argument from) Sets the argument that the attack originates fromvoid
PEEAFTheory.Support.setTo
(PEEAFTheory.Argument to) Set the argument that the support link targets