Uses of Interface
org.tweetyproject.logics.commons.syntax.interfaces.AssociativeFormula
Package
Description
-
Uses of AssociativeFormula in org.tweetyproject.arg.dung.ldo.syntax
Modifier and TypeClassDescriptionclass
This class captures the common functionalities of formulas with an associative operation like conjunction, disjunction, etc.class
This class represents a conjunction in ldo logic.class
This class represents a disjunction in ldo logic. -
Uses of AssociativeFormula in org.tweetyproject.logics.commons.syntax
Modifier and TypeClassDescriptionclass
AssociativeFormulaSupport<T extends SimpleLogicalFormula>
This class provides common implementation for associative formulas that are formulas which consists of several other formulas.Modifier and TypeMethodDescription<T extends SimpleLogicalFormula>
AssociativeFormula<T> AssociativeFormulaSupport.AssociativeSupportBridge.createEmptyFormula()
-
Uses of AssociativeFormula in org.tweetyproject.logics.dl.syntax
Modifier and TypeClassDescriptionclass
This class captures the common functionalities of description logic associative formulas (union and intersection).class
This class models an intersection in description logics.class
This class models an union in description logics. -
Uses of AssociativeFormula in org.tweetyproject.logics.fol.syntax
Modifier and TypeClassDescriptionclass
This class captures the common functionalities first order associative formulas like conjunction, disjunction, etc.class
The classical conjunction of first-order logic.class
The classical disjunction of first-order logic.class
The exclusive disjunction (XOR) in first-order logic. -
Uses of AssociativeFormula in org.tweetyproject.logics.pl.syntax
Modifier and TypeClassDescriptionclass
This class captures the common functionalities of formulas with an associative operation like conjunction, disjunction, etc.class
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. -
Uses of AssociativeFormula in org.tweetyproject.logics.translators
Modifier and TypeMethodDescription<A extends AssociativeFormula<? extends SimpleLogicalFormula>>
AssociativeFormula<?> Translator.translateAssociative
(A source, Class<?> assocCls) Translates the given source associative formula into an instance of the target associative formula class.Modifier and TypeMethodDescription<A extends AssociativeFormula<? extends SimpleLogicalFormula>>
AssociativeFormula<?> Translator.translateAssociative
(A source, Class<?> assocCls) Translates the given source associative formula into an instance of the target associative formula class. -
Uses of AssociativeFormula in org.tweetyproject.lp.asp.syntax
Modifier and TypeClassDescriptionclass
This formula represents the head of an disjunctive rule which is a disjunction of literals.