Uses of Class
org.tweetyproject.arg.adf.syntax.Argument
Packages that use Argument
Package
Description
-
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
Methods in org.tweetyproject.arg.adf.reasoner.heuristics with parameters of type Argument -
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.booleanstatic InterpretationInterpretation.singleValued(Argument argument, boolean value, AbstractDialecticalFramework adf)Returns an interpretation relative toadfwith a single truth value decided.booleanbooleanInterpretation.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.fromSet(Set<Argument> satisfied, AbstractDialecticalFramework adf)static InterpretationInterpretation.fromSets(Set<Argument> satisfied, Set<Argument> unsatisfied, Set<Argument> undecided)static InterpretationInterpretation.fromSets(Set<Argument> satisfied, Set<Argument> unsatisfied, AbstractDialecticalFramework adf)static 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
Methods in org.tweetyproject.arg.adf.semantics.link that return ArgumentMethods in org.tweetyproject.arg.adf.semantics.link with parameters of type ArgumentModifier and TypeMethodDescriptionLinkStrategy.compute(Argument parent, AcceptanceCondition childAcc)LinkStrategy.compute(Argument parent, AcceptanceCondition childAcc, Interpretation assumption)SatLinkStrategy.compute(Argument parent, AcceptanceCondition childAcc)SatLinkStrategy.compute(Argument parent, AcceptanceCondition childAcc, Interpretation assumption)static Link -
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
Methods in org.tweetyproject.arg.adf.syntax.adf that return types with arguments of type ArgumentMethods in org.tweetyproject.arg.adf.syntax.adf with parameters of type ArgumentModifier and TypeMethodDescriptionAbstractDialecticalFramework.Builder.add(Argument arg, AcceptanceCondition acc)booleanAbstractDialecticalFramework.getAcceptanceCondition(Argument argument)Guaranteed to be non-null if the ADF contains the argument.intAbstractDialecticalFramework.incomingDegree(Argument arg)Computes the link (parent, child) iff necessary and returns it afterwards.intAbstractDialecticalFramework.outgoingDegree(Argument arg)Method parameters in org.tweetyproject.arg.adf.syntax.adf with type arguments of type ArgumentModifier and TypeMethodDescriptionAbstractDialecticalFramework.fromMap(Map<Argument,AcceptanceCondition> map)AbstractDialecticalFramework.transform(BiFunction<Argument,AcceptanceCondition,AcceptanceCondition> transformer) -
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)static TseitinTransformerTseitinTransformer.ofPositivePolarity(Function<Argument,Literal> mapping, boolean optimize) -
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)Methods in org.tweetyproject.arg.adf.util with parameters of type ArgumentModifier and TypeMethodDescriptionInterpretationTrieSet.orderedDecided(Interpretation interpretation, Argument[] order)