Uses of Class
org.tweetyproject.logics.pl.syntax.AssociativePlFormula
Packages that use AssociativePlFormula
Package
Description
-
Uses of AssociativePlFormula in org.tweetyproject.arg.dung.learning.syntax
Classes in org.tweetyproject.arg.dung.learning.syntax that implement interfaces with type arguments of type AssociativePlFormulaModifier and TypeClassDescriptionclassImplementation of the acceptance conditions used for learning argumentation frameworks from labelings Notation: for each acceptance condition we also store the argument a it is associated with In the condition itself we then use !b and b to represent !r_(ba) and r_(ba) respectively e.g.Methods in org.tweetyproject.arg.dung.learning.syntax that return AssociativePlFormulaModifier and TypeMethodDescriptionSimpleAttackConstraint.getCondition()return the acceptance conditionSimpleAttackConstraint.getConditionForArgument(Argument arg, Input input) compute the acceptance condition with respect to the labeling and its semantics for the given argumentSimpleAttackConstraint.getOptionalCondition(Collection<Argument> arguments) compute the optional acceptance condition for this argument based on its acceptance condition -
Uses of AssociativePlFormula in org.tweetyproject.arg.dung.learning.util
Methods in org.tweetyproject.arg.dung.learning.util with parameters of type AssociativePlFormulaModifier and TypeMethodDescriptionstatic booleanModelComputation.existsMoreThanOneModelOfDNF(AssociativePlFormula condition) compute whether the given formula in DNF has more than one modelstatic PossibleWorldModelComputation.getMinModelOfDNF(AssociativePlFormula condition) compute a minimal model of the given formula in DNFstatic Collection<PossibleWorld> ModelComputation.getModelsOfDNF(AssociativePlFormula condition) compute all models of a formula in disjunctive normal form -
Uses of AssociativePlFormula in org.tweetyproject.logics.pl.syntax
Subclasses of AssociativePlFormula in org.tweetyproject.logics.pl.syntaxModifier and TypeClassDescriptionclassThis class represents a conjunction in propositional logic.classThis class represents a disjunction in propositional logic.classThis class represents an exclusive disjunction (XOR) in propositional logic.