Uses of Interface
net.sf.tweety.logics.commons.syntax.interfaces.AssociativeFormula
-
-
Uses of AssociativeFormula in net.sf.tweety.arg.dung.ldo.syntax
Classes in net.sf.tweety.arg.dung.ldo.syntax that implement AssociativeFormula Modifier and Type Class Description classLdoAssociativeFormulaThis class captures the common functionalities of formulas with an associative operation like conjunction, disjunction, etc.classLdoConjunctionThis class represents a conjunction in ldo logic.classLdoDisjunctionThis class represents a disjunction in ldo logic. -
Uses of AssociativeFormula in net.sf.tweety.logics.commons.syntax
Classes in net.sf.tweety.logics.commons.syntax that implement AssociativeFormula Modifier and Type Class Description classAssociativeFormulaSupport<T extends SimpleLogicalFormula>This class provides common implementation for associative formulas that are formulas which consists of several other formulas.Methods in net.sf.tweety.logics.commons.syntax that return AssociativeFormula Modifier and Type Method Description <T extends SimpleLogicalFormula>
AssociativeFormula<T>AssociativeFormulaSupport.AssociativeSupportBridge. createEmptyFormula() -
Uses of AssociativeFormula in net.sf.tweety.logics.dl.syntax
Classes in net.sf.tweety.logics.dl.syntax that implement AssociativeFormula Modifier and Type Class Description classAssociativeDlFormulaThis class captures the common functionalities of description logic associative formulas (union and intersection).classIntersectionThis class models an intersection in description logics.classUnionThis class models an union in description logics. -
Uses of AssociativeFormula in net.sf.tweety.logics.fol.syntax
Classes in net.sf.tweety.logics.fol.syntax that implement AssociativeFormula Modifier and Type Class Description classAssociativeFolFormulaThis class captures the common functionalities first order associative formulas like conjunction, disjunction, etc.classConjunctionThe classical conjunction of first-order logic.classDisjunctionThe classical disjunction of first-order logic. -
Uses of AssociativeFormula in net.sf.tweety.logics.pl.syntax
Classes in net.sf.tweety.logics.pl.syntax that implement AssociativeFormula Modifier and Type Class Description classAssociativePlFormulaThis class captures the common functionalities of formulas with an associative operation like conjunction, disjunction, etc.classConjunctionThis class represents a conjunction in propositional logic.classDisjunctionThis class represents a disjunction in propositional logic. -
Uses of AssociativeFormula in net.sf.tweety.logics.translators
Methods in net.sf.tweety.logics.translators with type parameters of type AssociativeFormula Modifier and Type Method Description <A extends AssociativeFormula<? extends SimpleLogicalFormula>>
AssociativeFormula<?>Translator. translateAssociative(A source, java.lang.Class<?> assocCls)Translates the given AssociativeFormula into another AssociativeFormula thats type is given by the parameter assocClsMethods in net.sf.tweety.logics.translators that return AssociativeFormula Modifier and Type Method Description <A extends AssociativeFormula<? extends SimpleLogicalFormula>>
AssociativeFormula<?>Translator. translateAssociative(A source, java.lang.Class<?> assocCls)Translates the given AssociativeFormula into another AssociativeFormula thats type is given by the parameter assocCls -
Uses of AssociativeFormula in net.sf.tweety.lp.asp.syntax
Classes in net.sf.tweety.lp.asp.syntax that implement AssociativeFormula Modifier and Type Class Description classASPHeadThis formula represents the head of an disjunctive rule which is a disjunction of literals.
-