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
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 boolean
ModelComputation.existsMoreThanOneModelOfDNF
(AssociativePlFormula condition) compute whether the given formula in DNF has more than one modelstatic PossibleWorld
ModelComputation.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 TypeClassDescriptionclass
This class represents a conjunction in propositional logic.class
This class represents a disjunction in propositional logic.class
This class represents an exclusive disjunction (XOR) in propositional logic.