Uses of Class
org.tweetyproject.arg.adf.syntax.Argument
Packages that use Argument
Package
Description
-
Uses of Argument in org.tweetyproject.arg.adf.io
Method parameters in org.tweetyproject.arg.adf.io with type arguments of type ArgumentModifier and TypeMethodDescriptionstatic StringKppADFFormatWriter.write(Map<Argument, AcceptanceCondition> acceptanceConditions) Write acceptanceConditions -
Uses of Argument in org.tweetyproject.arg.adf.reasoner
Methods in org.tweetyproject.arg.adf.reasoner with parameters of type ArgumentModifier and TypeMethodDescriptionbooleanAbstractDialecticalFrameworkReasoner.credulousQuery(AbstractDialecticalFramework adf, Argument argument) Deprecated, for removal: This API element is subject to removal in a future version.booleanAbstractDialecticalFrameworkReasoner.skepticalQuery(AbstractDialecticalFramework adf, Argument argument) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of Argument in org.tweetyproject.arg.adf.reasoner.heuristics
Classes in org.tweetyproject.arg.adf.reasoner.heuristics that implement interfaces with type arguments of type ArgumentModifier and TypeClassDescriptionfinal classDeprecated, for removal: This API element is subject to removal in a future version.not used anymorefinal classDeprecated, for removal: This API element is subject to removal in a future version.This class is no longer used and will be removed in a future version.Methods in org.tweetyproject.arg.adf.reasoner.heuristics with parameters of type ArgumentModifier and TypeMethodDescriptionintDeprecated, for removal: This API element is subject to removal in a future version.intDeprecated, for removal: This API element is subject to removal in a future version.Compares two arguments in the ADF based on their degree. -
Uses of Argument in org.tweetyproject.arg.adf.reasoner.query
Methods in org.tweetyproject.arg.adf.reasoner.query with parameters of type ArgumentModifier and TypeMethodDescriptionwhere -
Uses of Argument in org.tweetyproject.arg.adf.reasoner.sat.encodings
Methods in org.tweetyproject.arg.adf.reasoner.sat.encodings that return types with arguments of type ArgumentMethods in org.tweetyproject.arg.adf.reasoner.sat.encodings with parameters of type Argument -
Uses of Argument in org.tweetyproject.arg.adf.semantics.interpretation
Methods in org.tweetyproject.arg.adf.semantics.interpretation that return types with arguments of type ArgumentModifier and TypeMethodDescriptionInterpretation.arguments()Returns the union ofInterpretation.satisfied(),Interpretation.unsatisfied()andInterpretation.undecided().Interpretation.satisfied()Interpretation.toMap(Interpretation interpretation) Interpretation.undecided()Interpretation.unsatisfied()Methods in org.tweetyproject.arg.adf.semantics.interpretation with parameters of type ArgumentModifier and TypeMethodDescriptiondefault booleandefault booleanstatic InterpretationInterpretation.extend(Interpretation toExtend, Argument argument, boolean value) Extends the given interpretation by deciding a currently undecided argument.static InterpretationInterpretation.ofSatisfied(Argument argument) static InterpretationInterpretation.ofUndecided(Argument argument) static InterpretationInterpretation.ofUnsatisfied(Argument argument) booleanbooleanInterpretation.Builder.unsatisfied(Argument arg) booleanInterpretation.unsatisfied(Argument arg) Method parameters in org.tweetyproject.arg.adf.semantics.interpretation with type arguments of type ArgumentModifier and TypeMethodDescriptionstatic Interpretation.BuilderInterpretation.builder(Collection<Argument> arguments) default booleanInterpretation.containsAll(Collection<Argument> arguments) static Interpretationstatic InterpretationInterpretation.fromSets(Set<Argument> satisfied, Set<Argument> unsatisfied, Set<Argument> undecided) static InterpretationInterpretation.fromSets(Set<Argument> satisfied, Set<Argument> unsatisfied, AbstractDialecticalFramework adf) Interpretation fromSetsstatic InterpretationInterpretation.partial(Set<Argument> satisfied, Set<Argument> unsatisfied, AbstractDialecticalFramework adf) static Iterator<Interpretation> Interpretation.partials(List<Argument> arguments, AbstractDialecticalFramework adf) Goes through all possible partial interpretations respecting the order of the given list of arguments.static InterpretationInterpretation.restrict(Interpretation interpretation, Collection<Argument> restriction) Creates a new interpretation with the same assignments as in the given interpretation, but only uses the arguments contained inrestriction.Constructor parameters in org.tweetyproject.arg.adf.semantics.interpretation with type arguments of type ArgumentModifierConstructorDescriptionInterpretationIterator(Collection<Argument> arguments) TwoValuedInterpretationIterator(Collection<Argument> arguments) -
Uses of Argument in org.tweetyproject.arg.adf.semantics.link
Subclasses with type arguments of type Argument in org.tweetyproject.arg.adf.semantics.linkModifier and TypeClassDescriptionfinal classA simple immutable representation of ADF links.Methods in org.tweetyproject.arg.adf.semantics.link that return ArgumentModifier and TypeMethodDescriptionLink.getFrom()SimpleLink.getFrom()Returns the source argument from which the link originates.Link.getTo()SimpleLink.getTo()Returns the target argument to which the link points.Methods in org.tweetyproject.arg.adf.semantics.link with parameters of type ArgumentModifier and TypeMethodDescriptionLinkStrategy.compute(Argument parent, AcceptanceCondition childAcc) Computes the type of link between a parent argument and its child's acceptance condition.LinkStrategy.compute(Argument parent, AcceptanceCondition childAcc, Interpretation assumption) Computes the type of link between a parent argument and its child's acceptance condition, taking into account an additional assumption.SatLinkStrategy.compute(Argument parent, AcceptanceCondition childAcc) SatLinkStrategy.compute(Argument parent, AcceptanceCondition childAcc, Interpretation assumption) static LinkConstructors in org.tweetyproject.arg.adf.semantics.link with parameters of type ArgumentModifierConstructorDescriptionSimpleLink(Argument from, Argument to) Constructs a newSimpleLinkwith the specified source and target arguments.SimpleLink(Argument from, Argument to, LinkType type) -
Uses of Argument in org.tweetyproject.arg.adf.syntax
Methods in org.tweetyproject.arg.adf.syntax that return types with arguments of type ArgumentMethods in org.tweetyproject.arg.adf.syntax with parameters of type Argument -
Uses of Argument in org.tweetyproject.arg.adf.syntax.acc
Methods in org.tweetyproject.arg.adf.syntax.acc that return types with arguments of type ArgumentModifier and TypeMethodDescriptionAcceptanceCondition.arguments()ContradictionAcceptanceCondition.arguments()Methods in org.tweetyproject.arg.adf.syntax.acc with parameters of type ArgumentModifier and TypeMethodDescriptiondefault booleanChecks if the given argument is contained in this acceptance condition.booleanboolean -
Uses of Argument in org.tweetyproject.arg.adf.syntax.adf
Subinterfaces with type arguments of type Argument in org.tweetyproject.arg.adf.syntax.adfModifier and TypeInterfaceDescriptioninterfaceThe implementing subtypes must ensure the following properties: Immutability All methods return a non-null value if its parameters, e.g.interfaceThe implementing subtypes must ensure the following properties: Immutability All methods return a non-null value if its parameters, e.g.interfaceThe implementing subtypes must ensure the following properties: Immutability All methods return a non-null value if its parameters, e.g.Methods in org.tweetyproject.arg.adf.syntax.adf that return types with arguments of type ArgumentModifier and TypeMethodDescriptionReturns a set of child arguments for the given parent argument.AbstractDialecticalFramework.getArguments()Returns an unmodifiable set of all the arguments in thisAbstractDialecticalFramework.Returns a set of parent arguments for the given child argument.Methods in org.tweetyproject.arg.adf.syntax.adf with parameters of type ArgumentModifier and TypeMethodDescriptionAbstractDialecticalFramework.Builder.add(Argument arg, AcceptanceCondition acc) Adds an argument and its acceptance condition to the ADF.Returns a set of child arguments for the given parent argument.booleanChecks if the given argument is contained in thisAbstractDialecticalFramework.AbstractDialecticalFramework.getAcceptanceCondition(Argument argument) Retrieves the acceptance condition for the specified argument.intAbstractDialecticalFramework.incomingDegree(Argument arg) Returns the number of incoming links to the given argument.Computes and returns the link between the given parent and child arguments.Returns a set of links originating from the specified parent argument.Returns a set of links directed towards the specified child argument.intAbstractDialecticalFramework.outgoingDegree(Argument arg) Returns the number of outgoing links from the given argument.Returns a set of parent arguments for the given child argument.Removes argMethod parameters in org.tweetyproject.arg.adf.syntax.adf with type arguments of type ArgumentModifier and TypeMethodDescriptionAbstractDialecticalFramework.fromMap(Map<Argument, AcceptanceCondition> map) Creates a builder from a map of arguments and their corresponding acceptance conditions.AbstractDialecticalFramework.transform(BiFunction<Argument, AcceptanceCondition, AcceptanceCondition> transformer) Creates a newAbstractDialecticalFrameworkwith acceptance conditions transformed based on both the argument and its acceptance condition. -
Uses of Argument in org.tweetyproject.arg.adf.transform
Method parameters in org.tweetyproject.arg.adf.transform with type arguments of type ArgumentModifier and TypeMethodDescriptionstatic TseitinTransformerTseitinTransformer.ofNegativePolarity(Function<Argument, Literal> mapping, boolean optimize) Creates a newTseitinTransformerinstance with negative root polarity and a custom argument-to-literal mapping.static TseitinTransformerTseitinTransformer.ofPositivePolarity(Function<Argument, Literal> mapping, boolean optimize) Creates a newTseitinTransformerinstance with positive root polarity and a custom argument-to-literal mapping. -
Uses of Argument in org.tweetyproject.arg.adf.util
Methods in org.tweetyproject.arg.adf.util that return types with arguments of type ArgumentModifier and TypeMethodDescriptionInterpretationTrieSet.orderedDecided(Interpretation interpretation, Argument[] order) Deprecated.Returns a list of arguments that are decided in the given interpretation, ordered according to the specified array.Methods in org.tweetyproject.arg.adf.util with parameters of type ArgumentModifier and TypeMethodDescriptionInterpretationTrieSet.orderedDecided(Interpretation interpretation, Argument[] order) Deprecated.Returns a list of arguments that are decided in the given interpretation, ordered according to the specified array.