Interface AssociativeFormula<T extends SimpleLogicalFormula>

Type Parameters:
T - the type of formulas
All Superinterfaces:
Collection<T>, Formula, Iterable<T>, List<T>, SequencedCollection<T>, SimpleLogicalFormula
All Known Implementing Classes:
AssociativeDlFormula, AssociativeFolFormula, AssociativeFormulaSupport, AssociativePlFormula, ClassicalHead, Conjunction, Conjunction, Disjunction, Disjunction, ExclusiveDisjunction, ExclusiveDisjunction, Intersection, LdoAssociativeFormula, LdoConjunction, LdoDisjunction, Union

public interface AssociativeFormula<T extends SimpleLogicalFormula> extends SimpleLogicalFormula, List<T>
This interfaces describes associative formulas like a disjunction or a conjunction.
Author:
Tim Janus