Uses of Class
net.sf.tweety.arg.bipolar.syntax.ArgumentSet
-
-
Uses of ArgumentSet in net.sf.tweety.arg.bipolar.reasoner.deductive
Methods in net.sf.tweety.arg.bipolar.reasoner.deductive that return ArgumentSet Modifier and Type Method Description ArgumentSetClosureReasoner. getModel(DeductiveArgumentationFramework bbase)ArgumentSetSafetyReasoner. getModel(DeductiveArgumentationFramework bbase)Methods in net.sf.tweety.arg.bipolar.reasoner.deductive that return types with arguments of type ArgumentSet Modifier and Type Method Description java.util.Collection<ArgumentSet>ClosureReasoner. getModels(DeductiveArgumentationFramework bbase)java.util.Collection<ArgumentSet>SafetyReasoner. getModels(DeductiveArgumentationFramework bbase) -
Uses of ArgumentSet in net.sf.tweety.arg.bipolar.reasoner.evidential
Methods in net.sf.tweety.arg.bipolar.reasoner.evidential that return ArgumentSet Modifier and Type Method Description ArgumentSetAdmissibleReasoner. getModel(EvidentialArgumentationFramework bbase)ArgumentSetCompleteReasoner. getModel(EvidentialArgumentationFramework bbase)ArgumentSetConflictFreeReasoner. getModel(EvidentialArgumentationFramework bbase)ArgumentSetGroundedReasoner. getModel(EvidentialArgumentationFramework bbase)ArgumentSetPreferredReasoner. getModel(EvidentialArgumentationFramework bbase)ArgumentSetSelfSupportingReasoner. getModel(EvidentialArgumentationFramework bbase)ArgumentSetStableReasoner. getModel(EvidentialArgumentationFramework bbase)Methods in net.sf.tweety.arg.bipolar.reasoner.evidential that return types with arguments of type ArgumentSet Modifier and Type Method Description java.util.Collection<ArgumentSet>AdmissibleReasoner. getModels(EvidentialArgumentationFramework bbase)java.util.Collection<ArgumentSet>CompleteReasoner. getModels(EvidentialArgumentationFramework bbase)java.util.Collection<ArgumentSet>ConflictFreeReasoner. getModels(EvidentialArgumentationFramework bbase)java.util.Collection<ArgumentSet>GroundedReasoner. getModels(EvidentialArgumentationFramework bbase)java.util.Collection<ArgumentSet>PreferredReasoner. getModels(EvidentialArgumentationFramework bbase)java.util.Collection<ArgumentSet>SelfSupportingReasoner. getModels(EvidentialArgumentationFramework bbase)java.util.Collection<ArgumentSet>StableReasoner. getModels(EvidentialArgumentationFramework bbase) -
Uses of ArgumentSet in net.sf.tweety.arg.bipolar.reasoner.necessity
Methods in net.sf.tweety.arg.bipolar.reasoner.necessity that return ArgumentSet Modifier and Type Method Description ArgumentSetAdmissibleReasoner. getModel(NecessityArgumentationFramework bbase)ArgumentSetCompleteReasoner. getModel(NecessityArgumentationFramework bbase)ArgumentSetGroundedReasoner. getModel(NecessityArgumentationFramework bbase)ArgumentSetPreferredReasoner. getModel(NecessityArgumentationFramework bbase)ArgumentSetStableReasoner. getModel(NecessityArgumentationFramework bbase)Methods in net.sf.tweety.arg.bipolar.reasoner.necessity that return types with arguments of type ArgumentSet Modifier and Type Method Description java.util.Collection<ArgumentSet>AdmissibleReasoner. getModels(NecessityArgumentationFramework bbase)java.util.Collection<ArgumentSet>CompleteReasoner. getModels(NecessityArgumentationFramework bbase)java.util.Collection<ArgumentSet>GroundedReasoner. getModels(NecessityArgumentationFramework bbase)java.util.Collection<ArgumentSet>PreferredReasoner. getModels(NecessityArgumentationFramework bbase)java.util.Collection<ArgumentSet>StableReasoner. getModels(NecessityArgumentationFramework bbase) -
Uses of ArgumentSet in net.sf.tweety.arg.bipolar.syntax
Methods in net.sf.tweety.arg.bipolar.syntax that return ArgumentSet Modifier and Type Method Description ArgumentSetAbstractBipolarFramework. faf(ArgumentSet extension)The characteristic function of an bipolar argumentation framework: F_AF(S) = {A|A is acceptable wrt.ArgumentSetSetAttack. getAttacker()returns the attacking set of arguments of this attack relation.ArgumentSetSetSupport. getSupporter()returns the supporting set of arguments of this support relation.Methods in net.sf.tweety.arg.bipolar.syntax with parameters of type ArgumentSet Modifier and Type Method Description booleanEvidentialArgumentationFramework. addAttack(ArgumentSet attacker, BArgument attacked)Adds an attack from the set of arguments to the argument to this evidential argumentation system.booleanEvidentialArgumentationFramework. addSupport(ArgumentSet supporter, BArgument supported)Adds a support from a set of arguments to an argument to this argumentation framework.booleanNecessityArgumentationFramework. addSupport(ArgumentSet supporter, BArgument supported)Adds a support from a set of arguments to an argument to this argumentation framework.intArgumentSet. compareTo(ArgumentSet arg0)ArgumentSetAbstractBipolarFramework. faf(ArgumentSet extension)The characteristic function of an bipolar argumentation framework: F_AF(S) = {A|A is acceptable wrt.java.util.Set<BArgument>EvidentialArgumentationFramework. getSupported(ArgumentSet argumentSet)Computes the set {A | there is a sequence of direct supports from argumentSet to A}booleanDeductiveArgumentationFramework. isClosed(ArgumentSet ext)Determines if ext is closed under the support relation of this framework i.e., if all arguments supported by ext are an element of extConstructors in net.sf.tweety.arg.bipolar.syntax with parameters of type ArgumentSet Constructor Description SetAttack(ArgumentSet supporter, BArgument supported)Default constructor; initializes the arguments used in this attack relationSetSupport(ArgumentSet supporter, BArgument supported)Default constructor; initializes the arguments used in this support relation
-