Uses of Interface
org.tweetyproject.arg.adf.syntax.acc.AcceptanceCondition
Packages that use AcceptanceCondition
Package
Description
-
Uses of AcceptanceCondition in org.tweetyproject.arg.adf.io
Method parameters in org.tweetyproject.arg.adf.io with type arguments of type AcceptanceConditionModifier and TypeMethodDescriptionstatic StringKppADFFormatWriter.write(Map<Argument, AcceptanceCondition> acceptanceConditions) Write acceptanceConditions -
Uses of AcceptanceCondition in org.tweetyproject.arg.adf.semantics.link
Methods in org.tweetyproject.arg.adf.semantics.link with parameters of type AcceptanceConditionModifier 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) -
Uses of AcceptanceCondition in org.tweetyproject.arg.adf.syntax
Classes in org.tweetyproject.arg.adf.syntax that implement AcceptanceConditionModifier and TypeClassDescriptionfinal classAn immutable representation of an ADF argumentMethods in org.tweetyproject.arg.adf.syntax that return types with arguments of type AcceptanceCondition -
Uses of AcceptanceCondition in org.tweetyproject.arg.adf.syntax.acc
Classes in org.tweetyproject.arg.adf.syntax.acc that implement AcceptanceConditionModifier and TypeClassDescriptionclassBinaryAcceptanceCondition classfinal classConjunctionAcceptanceConditionenumContradictionAcceptanceCondition enumfinal classDisjunctionAcceptanceCondition classfinal classEquivalenceAcceptanceCondition classfinal classExclusiveDisjunctionAcceptanceCondition classfinal classImplicationAcceptanceCondition classfinal classNegationAcceptanceCondition classenumTautologyAcceptanceCondition enumMethods in org.tweetyproject.arg.adf.syntax.acc that return AcceptanceConditionModifier and TypeMethodDescriptionAcceptanceCondition.Builder.build()NegationAcceptanceCondition.getChild()BinaryAcceptanceCondition.getLeft()BinaryAcceptanceCondition.getRight()Methods in org.tweetyproject.arg.adf.syntax.acc that return types with arguments of type AcceptanceConditionModifier and TypeMethodDescriptionAcceptanceCondition.getChildren()BinaryAcceptanceCondition.getChildren()ContradictionAcceptanceCondition.getChildren()NegationAcceptanceCondition.getChildren()TautologyAcceptanceCondition.getChildren()Methods in org.tweetyproject.arg.adf.syntax.acc with parameters of type AcceptanceConditionModifier and TypeMethodDescriptionAcceptanceCondition.Builder.and(AcceptanceCondition acc) AcceptanceCondition.Builder.and(AcceptanceCondition... accs) static AcceptanceCondition.BuilderAcceptanceCondition.builder(AcceptanceCondition acc) Returns a left-associative builder.AcceptanceCondition.Builder.equiv(AcceptanceCondition acc) AcceptanceCondition.Builder.equiv(AcceptanceCondition... accs) AcceptanceCondition.Builder.implies(AcceptanceCondition acc) AcceptanceCondition.Builder.or(AcceptanceCondition acc) AcceptanceCondition.Builder.or(AcceptanceCondition... accs) AcceptanceCondition.Builder.xor(AcceptanceCondition acc) Constructors in org.tweetyproject.arg.adf.syntax.acc with parameters of type AcceptanceConditionModifierConstructorDescriptionConstructor -
Uses of AcceptanceCondition in org.tweetyproject.arg.adf.syntax.adf
Methods in org.tweetyproject.arg.adf.syntax.adf that return AcceptanceConditionModifier and TypeMethodDescriptionAbstractDialecticalFramework.getAcceptanceCondition(Argument argument) Retrieves the acceptance condition for the specified argument.Methods in org.tweetyproject.arg.adf.syntax.adf with parameters of type AcceptanceConditionModifier and TypeMethodDescriptionAbstractDialecticalFramework.Builder.add(Argument arg, AcceptanceCondition acc) Adds an argument and its acceptance condition to the ADF.Method parameters in org.tweetyproject.arg.adf.syntax.adf with type arguments of type AcceptanceConditionModifier 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.AbstractDialecticalFramework.transform(BiFunction<Argument, AcceptanceCondition, AcceptanceCondition> transformer) Creates a newAbstractDialecticalFrameworkwith acceptance conditions transformed based on both the argument and its acceptance condition.AbstractDialecticalFramework.transform(Function<AcceptanceCondition, AcceptanceCondition> transformer) Creates a newAbstractDialecticalFrameworkwith acceptance conditions transformed using the provided function.AbstractDialecticalFramework.transform(Function<AcceptanceCondition, AcceptanceCondition> transformer) Creates a newAbstractDialecticalFrameworkwith acceptance conditions transformed using the provided function.AbstractDialecticalFramework.transform(Transformer<AcceptanceCondition> transformer) Creates a newAbstractDialecticalFrameworkwith acceptance conditions transformed using aTransformer. -
Uses of AcceptanceCondition in org.tweetyproject.arg.adf.transform
Methods in org.tweetyproject.arg.adf.transform that return AcceptanceConditionMethods in org.tweetyproject.arg.adf.transform with parameters of type AcceptanceConditionModifier and TypeMethodDescriptionAbstractCollector.collect(AcceptanceCondition acc, Consumer<D> consumer) default UCollector.collect(AcceptanceCondition acc, Collection<D> collection) Traverses through the givenAcceptanceConditionand adds all the collected data to the provided collection.Collector.collect(AcceptanceCondition acc, Consumer<D> consumer) Traverses through the givenAcceptanceConditionand calls the provided consumer on all the collected data.TseitinTransformer.collect(AcceptanceCondition acc, Consumer<Clause> clauses) AbstractCollector.transform(AcceptanceCondition acc) AbstractTransformer.transform(AcceptanceCondition acc) FixPartialTransformer.transform(AcceptanceCondition acc) Transformer.transform(AcceptanceCondition acc) Transforms the given acceptance condition into another structure.TseitinTransformer.transform(AcceptanceCondition acc) -
Uses of AcceptanceCondition in org.tweetyproject.logics.translators.adfcl
Methods in org.tweetyproject.logics.translators.adfcl with parameters of type AcceptanceConditionModifier and TypeMethodDescriptionConverterADF2CL.getFormulaFromAcc(AcceptanceCondition ac) Translate "Acceptance Condition" into "PlFormula" Recursive function: Case distinction by class name