Uses of Class
net.sf.tweety.arg.dung.syntax.Argument
-
-
Uses of Argument in net.sf.tweety.arg.dung.ldo.syntax
Methods in net.sf.tweety.arg.dung.ldo.syntax that return Argument Modifier and Type Method Description ArgumentLdoArgument. getArgument()Returns an argument representation (in Dung-style) of this LdoArgument. -
Uses of Argument in net.sf.tweety.arg.dung.parser
Methods in net.sf.tweety.arg.dung.parser that return types with arguments of type Argument Modifier and Type Method Description static Collection<Collection<Argument>>AbstractDungParser. parseExtensionList(String s)Returns a collection view of the given set of extensions (=sets of arguments) -
Uses of Argument in net.sf.tweety.arg.dung.reasoner
Methods in net.sf.tweety.arg.dung.reasoner that return types with arguments of type Argument Modifier and Type Method Description abstract Collection<Argument>AbstractAcceptabilityReasoner. getAcceptableArguments(DungTheory aaf)Returns the set of acceptable arguments of this reasoner.Collection<Argument>EeeAcceptabilityReasoner. getAcceptableArguments(DungTheory aaf)Collection<Argument>IaqAcceptabilityReasoner. getAcceptableArguments(DungTheory aaf)Collection<Argument>SeeAcceptabilityReasoner. getAcceptableArguments(DungTheory aaf)Collection<Argument>SeemAcceptabilityReasoner. getAcceptableArguments(DungTheory aaf)Methods in net.sf.tweety.arg.dung.reasoner with parameters of type Argument Modifier and Type Method Description BooleanAbstractAcceptabilityReasoner. query(DungTheory beliefbase, Argument formula)abstract BooleanAbstractDungReasoner. query(DungTheory beliefbase, Argument formula)BooleanAbstractExtensionReasoner. query(DungTheory beliefbase, Argument formula)BooleanAbstractExtensionReasoner. query(DungTheory beliefbase, Argument formula, net.sf.tweety.commons.InferenceMode inferenceMode)Queries the given AAF for the given argument using the given inference type.BooleanProboReasoner. query(DungTheory beliefbase, Argument formula, net.sf.tweety.commons.InferenceMode inferenceMode)BooleanSatCompleteReasoner. query(DungTheory beliefbase, Argument formula, net.sf.tweety.commons.InferenceMode inferenceMode)BooleanStratifiedLabelingReasoner. query(DungTheory beliefbase, Argument formula)BooleanStratifiedLabelingReasoner. query(DungTheory beliefbase, Argument formula, net.sf.tweety.commons.InferenceMode inferenceMode)Queries the given AAF for the given argument using the given inference type.Method parameters in net.sf.tweety.arg.dung.reasoner with type arguments of type Argument Modifier and Type Method Description protected abstract net.sf.tweety.logics.pl.syntax.PlBeliefSetAbstractSatExtensionReasoner. getPropositionalCharacterisationBySemantics(DungTheory aaf, Map<Argument,net.sf.tweety.logics.pl.syntax.Proposition> in, Map<Argument,net.sf.tweety.logics.pl.syntax.Proposition> out, Map<Argument,net.sf.tweety.logics.pl.syntax.Proposition> undec)Returns the semantic-specific propositional characterization of the underlying Dung theory, seegetPropositionalCharacterisation.protected net.sf.tweety.logics.pl.syntax.PlBeliefSetSatCompleteReasoner. getPropositionalCharacterisationBySemantics(DungTheory aaf, Map<Argument,net.sf.tweety.logics.pl.syntax.Proposition> in, Map<Argument,net.sf.tweety.logics.pl.syntax.Proposition> out, Map<Argument,net.sf.tweety.logics.pl.syntax.Proposition> undec)protected net.sf.tweety.logics.pl.syntax.PlBeliefSetSatStableReasoner. getPropositionalCharacterisationBySemantics(DungTheory aaf, Map<Argument,net.sf.tweety.logics.pl.syntax.Proposition> in, Map<Argument,net.sf.tweety.logics.pl.syntax.Proposition> out, Map<Argument,net.sf.tweety.logics.pl.syntax.Proposition> undec) -
Uses of Argument in net.sf.tweety.arg.dung.semantics
Methods in net.sf.tweety.arg.dung.semantics that return types with arguments of type Argument Modifier and Type Method Description Set<Map.Entry<Argument,ArgumentStatus>>Labeling. entrySet()Set<Map.Entry<Argument,Integer>>StratifiedLabeling. entrySet()Iterator<Argument>Extension. iterator()Set<Argument>Labeling. keySet()Set<Argument>StratifiedLabeling. keySet()Methods in net.sf.tweety.arg.dung.semantics with parameters of type Argument Modifier and Type Method Description booleanExtension. add(Argument arg0)booleanAbstractArgumentationInterpretation. isAcceptable(Argument argument, DungTheory dungTheory)returns true if every attacker onargumentis attacked by some accepted argument wrt.ArgumentStatusLabeling. put(Argument arg0, ArgumentStatus arg1)IntegerStratifiedLabeling. put(Argument arg0, Integer arg1)booleanAbstractArgumentationInterpretation. satisfies(Argument formula)booleanStratifiedLabeling. satisfies(Argument formula)Method parameters in net.sf.tweety.arg.dung.semantics with type arguments of type Argument Modifier and Type Method Description booleanExtension. addAll(Collection<? extends Argument> arg0)voidLabeling. putAll(Map<? extends Argument,? extends ArgumentStatus> arg0)voidStratifiedLabeling. putAll(Map<? extends Argument,? extends Integer> arg0)Constructor parameters in net.sf.tweety.arg.dung.semantics with type arguments of type Argument Constructor Description Extension(Collection<? extends Argument> arguments)Creates a new extension with the given set of arguments. -
Uses of Argument in net.sf.tweety.arg.dung.syntax
Methods in net.sf.tweety.arg.dung.syntax that return Argument Modifier and Type Method Description ArgumentAttack. getAttacked()returns the attacked argument of this attack relation.ArgumentAttack. getAttacker()returns the attacking argument of this attack relation.Methods in net.sf.tweety.arg.dung.syntax that return types with arguments of type Argument Modifier and Type Method Description Set<Argument>DungTheory. getAttacked(Argument argument)Computes the set {A | (argument,A) in attacks}.Set<Argument>DungTheory. getAttackers(Argument argument)Computes the set {A | (A,argument) in attacks}.Collection<Argument>DungTheory. getChildren(net.sf.tweety.graphs.Node node)Collection<net.sf.tweety.graphs.Graph<Argument>>DungTheory. getComponents()Returns the (connected) components of the theorynet.sf.tweety.graphs.Edge<Argument>DungTheory. getEdge(Argument a, Argument b)Collection<? extends net.sf.tweety.graphs.Edge<? extends Argument>>DungTheory. getEdges()Collection<Argument>DungTheory. getNeighbors(Argument node)Collection<Argument>DungTheory. getNodes()Collection<Argument>DungTheory. getParents(net.sf.tweety.graphs.Node node)net.sf.tweety.graphs.Graph<Argument>DungTheory. getRestriction(Collection<Argument> arguments)Collection<Collection<Argument>>DungTheory. getStronglyConnectedComponents()Collection<net.sf.tweety.graphs.Graph<Argument>>DungTheory. getSubgraphs()Methods in net.sf.tweety.arg.dung.syntax with parameters of type Argument Modifier and Type Method Description booleanDungTheory. add(Argument argument)booleanDungTheory. addAttack(Argument attacker, Argument attacked)Adds an attack from the first argument to the second to thisDdung theory.booleanDungTheory. areAdjacent(Argument a, Argument b)booleanAttack. contains(Argument argument)Return true if the given argument is in this attack relation.booleanDungTheory. existsDirectedPath(Argument node1, Argument node2)Set<Argument>DungTheory. getAttacked(Argument argument)Computes the set {A | (argument,A) in attacks}.Set<Argument>DungTheory. getAttackers(Argument argument)Computes the set {A | (A,argument) in attacks}.net.sf.tweety.graphs.Edge<Argument>DungTheory. getEdge(Argument a, Argument b)Collection<Argument>DungTheory. getNeighbors(Argument node)booleanDungTheory. hasAttackBranch(Argument a)If this graph is acyclic, this method checks if the given argument has an attack branch, i.e.booleanDungTheory. hasDefenseBranch(Argument a)If this graph is acyclic, this method checks if the given argument has a defense branch, i.e.booleanDungTheory. isAttackBranch(Argument a, Argument b)Checks whether the path from b to a is an attack branch, i.e.booleanDungTheory. isAttacked(Argument argument, Extension ext)returns true if some argument ofextattacks argument.booleanDungTheory. isAttackedBy(Argument argument, Collection<Argument> ext)returns true if some argument ofextis attacked by argument.booleanDungTheory. isAttackedBy(Argument arg1, Argument arg2)Checks whether arg1 is attacked by arg2.booleanDungTheory. isDefenseBranch(Argument a, Argument b)Checks whether the path from b to a is a defense branch, i.e.booleanDungTheory. isIndirectAttack(Argument arg1, Argument arg2)Checks whether "arg1" indirectly attacks "arg2", i.e.booleanDungTheory. isSupport(Argument arg1, Argument arg2)Checks whether "arg1" supports "arg2", i.e.booleanDungTheory. remove(Argument a)Removes the argument and all its attacksMethod parameters in net.sf.tweety.arg.dung.syntax with type arguments of type Argument Modifier and Type Method Description booleanDungTheory. add(net.sf.tweety.graphs.Edge<Argument> edge)net.sf.tweety.graphs.Graph<Argument>DungTheory. getRestriction(Collection<Argument> arguments)booleanDungTheory. isAttackedBy(Argument argument, Collection<Argument> ext)returns true if some argument ofextis attacked by argument.booleanAttack. isConflictFree(Collection<? extends Argument> arguments)returns true if one arguments inargumentsattacks another within this attack relation.Constructors in net.sf.tweety.arg.dung.syntax with parameters of type Argument Constructor Description Attack(Argument attacker, Argument attacked)Default constructor; initializes the two arguments used in this attack relationDungSignature(Argument argument)Creates a new signature with the single given argument.Constructor parameters in net.sf.tweety.arg.dung.syntax with type arguments of type Argument Constructor Description DungSignature(Collection<? extends Argument> arguments)Creates a new signature with the given set of arguments.DungTheory(net.sf.tweety.graphs.Graph<Argument> graph)Creates a new theory from the given graph. -
Uses of Argument in net.sf.tweety.arg.dung.util
Methods in net.sf.tweety.arg.dung.util with parameters of type Argument Modifier and Type Method Description DungTheoryDefaultDungTheoryGenerator. next(Argument arg)DungTheoryDungTheoryGenerator. next(Argument arg)Generates a new Dung theory where the given argument is enforced to be in the grounded extensionDungTheoryEnumeratingDungTheoryGenerator. next(Argument arg)DungTheoryFileDungTheoryGenerator. next(Argument arg)DungTheoryIsoSafeEnumeratingDungTheoryGenerator. next(Argument arg)DungTheoryPodlaszewskiCaminadaDungTheoryGenerator. next(Argument arg) -
Uses of Argument in net.sf.tweety.arg.dung.writer
Method parameters in net.sf.tweety.arg.dung.writer with type arguments of type Argument Modifier and Type Method Description static StringAbstractDungWriter. writeArguments(Collection<Argument> args)Writes the given collection of arguments into a string of the form [arg1,...,argn].
-