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 TypeMethodDescriptionboolean
AbstractDialecticalFrameworkReasoner.credulousQuery
(AbstractDialecticalFramework adf, Argument argument) Deprecated, for removal: This API element is subject to removal in a future version.boolean
AbstractDialecticalFrameworkReasoner.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 ArgumentModifier and TypeMethodDescriptionint
Deprecated, for removal: This API element is subject to removal in a future version.int
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of Argument in org.tweetyproject.arg.adf.reasoner.query
Methods in org.tweetyproject.arg.adf.reasoner.query with parameters of type ArgumentModifier and TypeMethodDescription -
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 boolean
default boolean
static Interpretation
Interpretation.extend
(Interpretation toExtend, Argument argument, boolean value) Extends the given interpretation by deciding a currently undecided argument.static Interpretation
Interpretation.ofSatisfied
(Argument argument) static Interpretation
Interpretation.ofUndecided
(Argument argument) static Interpretation
Interpretation.ofUnsatisfied
(Argument argument) boolean
boolean
Interpretation.Builder.unsatisfied
(Argument arg) boolean
Interpretation.unsatisfied
(Argument arg) Method parameters in org.tweetyproject.arg.adf.semantics.interpretation with type arguments of type ArgumentModifier and TypeMethodDescriptionstatic Interpretation.Builder
Interpretation.builder
(Collection<Argument> arguments) default boolean
Interpretation.containsAll
(Collection<Argument> arguments) static Interpretation
static Interpretation
Interpretation.fromSets
(Set<Argument> satisfied, Set<Argument> unsatisfied, Set<Argument> undecided) static Interpretation
Interpretation.fromSets
(Set<Argument> satisfied, Set<Argument> unsatisfied, AbstractDialecticalFramework adf) Interpretation fromSetsstatic Interpretation
Interpretation.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 Interpretation
Interpretation.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 boolean
Checks if the given argument is contained in this acceptance condition.boolean
boolean
-
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) boolean
AbstractDialecticalFramework.getAcceptanceCondition
(Argument argument) Guaranteed to be non-null if the ADF contains the argument.int
AbstractDialecticalFramework.incomingDegree
(Argument arg) Computes the link (parent, child) iff necessary and returns it afterwards.int
AbstractDialecticalFramework.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 TseitinTransformer
TseitinTransformer.ofNegativePolarity
(Function<Argument, Literal> mapping, boolean optimize) static TseitinTransformer
TseitinTransformer.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) Deprecated.Methods in org.tweetyproject.arg.adf.util with parameters of type ArgumentModifier and TypeMethodDescriptionInterpretationTrieSet.orderedDecided
(Interpretation interpretation, Argument[] order) Deprecated.